public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-10 06:00:55 to 2015-02-11 14:10:10 UTC [more...]

[U-Boot] relocation on freescale mx35 doesn't work after update to 2015.01
 2015-02-11 14:10 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/3] imx: mx6slevk add pmic support
 2015-02-11 14:09 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] imx:mx6sl add I2C pad settings
` [U-Boot] [PATCH v2 2/3] imx:mx6slevk add pmic and i2c configuration
` [U-Boot] [PATCH v2 3/3] imx:mx6slevk implement power init board

[U-Boot] [PATCH 1/4] mx6sx: pins: Enable SION for I2C3 iomux setting
 2015-02-11 13:21 UTC  (17+ messages)
` [U-Boot] [PATCH 2/4] mx6: soc: Add ENET2 support
` [U-Boot] [PATCH 3/4] mx6: clock: Modify GPMI clock to support mx6sx
` [U-Boot] [PATCH 4/4] imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board

[U-Boot] [PATCH v2] mtd: nand: mxs: fix PIO_WORD number
 2015-02-11 12:55 UTC 

[U-Boot] [Q] Why does SPL use uImage load address as entry point?
 2015-02-11 12:26 UTC 

[U-Boot] [PATCH v5 0/3] pmic:pfuze support buck regulator mode switch
 2015-02-11 11:41 UTC  (8+ messages)
` [U-Boot] [PATCH v5 2/3] pmic:pfuze implement pmic_mode_init
` [U-Boot] [PATCH v5 3/3] imx:mx6 set normal APS and standby PFM mode

[U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-02-11 11:33 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] spl_atmel.c: Switch s_init to board_init_f
 2015-02-11 11:15 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] mx6: Rework s_init to be spl_board_init() and gate_ungate_all_mx6_pfds()

[U-Boot] [PATCH 00/12] imx:mx6 add ldo bypass
 2015-02-11 10:49 UTC  (19+ messages)
` [U-Boot] [PATCH 03/12] imx:mx6slevk implement power init board
` [U-Boot] [PATCH 04/12] imx:mx6 update mxc_ccm_reg
` [U-Boot] [PATCH 05/12] imx:mx6 update fuse_bank0_regs
` [U-Boot] [PATCH 06/12] pmic:pfuze add macro for setting voltage
` [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

[U-Boot] [RFC/PATCH] tools: New 'spl-stackusage' script
 2015-02-11  9:12 UTC  (4+ messages)

[U-Boot] [PATCH] imx: don't clobber reset cause
 2015-02-11  9:07 UTC  (10+ messages)

[U-Boot] [PATCH] mtd: nand: omap_gpmc: Make ready/busy pins configurable
 2015-02-11  9:06 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: otg: Fix peripheral mode
 2015-02-11  8:26 UTC 

[U-Boot] [PATCH 0/2] Add getenv_long and Micrel ksz9031 skew settings
 2015-02-11  8:26 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

[U-Boot] Can I load uEnv.txt conditionally, based on the boot source?
 2015-02-11  8:09 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] sunxi: dram: More flexible dram for sun[457]i
 2015-02-11  7:57 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] sunxi: dram: Allow to configure vdd-dll voltage on sun[457]i

[U-Boot] [PATCH 1/6] x86: Support machines with >4GB of RAM
 2015-02-11  7:57 UTC  (7+ messages)
` [U-Boot] [PATCH 2/6] x86: video: Allow keyboard presence to be controlled by device tree
` [U-Boot] [PATCH 3/6] x86: spi: Add support for lynxpoint
` [U-Boot] [PATCH 4/6] x86: Move common Chromebook config into a separate file
` [U-Boot] [PATCH 5/6] x86: pci: Add PCI IDs for lynxpoint
` [U-Boot] [PATCH 6/6] x86: Add support for panther (Asus Chromebox)

[U-Boot] [PATCH 1/5] nand: Add verification functions
 2015-02-11  6:46 UTC  (8+ messages)
` [U-Boot] [PATCH 2/5] cmd_nand: Verify writes to NAND
` [U-Boot] [PATCH 3/5] dfu: nand: Verify writes
` [U-Boot] [PATCH 4/5] nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE

[U-Boot] [RFC PATCH 0/7] Add Driver Model support to network stack
 2015-02-11  6:25 UTC  (23+ messages)
` [U-Boot] [RFC PATCH v2 0/8] "
  ` [U-Boot] [RFC PATCH v2 5/8] net: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v3 0/14] Add Driver Model support to network stack
    ` [U-Boot] [RFC PATCH v3 01/14] dm: core: Allow seq numbers to be resolved before probe
    ` [U-Boot] [RFC PATCH v3 02/14] test: dm: Reorder the objects to build
    ` [U-Boot] [RFC PATCH v3 03/14] net: Provide a function to get the current MAC address
    ` [U-Boot] [RFC PATCH v3 04/14] net: Rename helper function to be more clear
    ` [U-Boot] [RFC PATCH v3 05/14] net: Remove unneeded "extern" in net.h
    ` [U-Boot] [RFC PATCH v3 06/14] net: Refactor in preparation for driver model
    ` [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack
    ` [U-Boot] [RFC PATCH v3 08/14] dm: eth: Add network support to sandbox
    ` [U-Boot] [RFC PATCH v3 09/14] dm: eth: Add ARP and PING response to sandbox driver
    ` [U-Boot] [RFC PATCH v3 10/14] test: dm: eth: Add tests for the eth dm implementation
    ` [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases
    ` [U-Boot] [RFC PATCH v3 12/14] dm: eth: Add support for ethprime env var
    ` [U-Boot] [RFC PATCH v3 13/14] dm: eth: Add testing for netretry "
    ` [U-Boot] [RFC PATCH v3 14/14] dm: eth: Add a bridge to a real network for sandbox

[U-Boot] [PATCH v2 1/3] arm: Allow lr to be saved by board code
 2015-02-11  4:45 UTC  (6+ messages)
` [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

[U-Boot] [PATCH 1/3] bcm2835/rpi: add SPDX license tags for some files
 2015-02-11  4:04 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)
` [U-Boot] [PATCH 3/3] rpi: add support for Raspberry Pi 2 model B

[U-Boot] [PATCH] ARMv8: Bug fix of dcache_disable()
 2015-02-11  3:26 UTC  (3+ messages)

[U-Boot] [PATCH sunxi-tools v2 0/2] Support unified u-boot SPL for SD cards and FEL mode
 2015-02-11  3:06 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: imx6 Add WDOG3 for i.MX6SX
 2015-02-11  2:50 UTC 

[U-Boot] Mainline U-Boot for MinnowBoard MAX
 2015-02-11  2:41 UTC 

[U-Boot] [PATCH] sandbox: Adjust the order of the NO_SDL check
 2015-02-11  1:52 UTC 

[U-Boot] [PATCH v4 0/3] dm:gpio:mxc add DT support
 2015-02-11  0:37 UTC  (8+ messages)
` [U-Boot] [PATCH v4 1/3] dm: introduce dev_get_addr interface
` [U-Boot] [PATCH v4 2/3] dm:gpio:mxc add a bank_index entry in platdata
` [U-Boot] [PATCH v4 3/3] dm:gpio:mxc add DT support

[U-Boot] Samsung patches
 2015-02-11  0:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S
 2015-02-10 23:27 UTC  (12+ messages)

[U-Boot] [PATCH v2 0/10] ARM: remove non-generic boards
 2015-02-10 22:48 UTC  (18+ messages)
` [U-Boot] [PATCH v2 01/10] ARM: remove mx31ads board support
` [U-Boot] [PATCH v2 02/10] ARM: mx31: remove imx31_phycore board
` [U-Boot] [PATCH v2 03/10] ARM: remove jadecpu board support
` [U-Boot] [PATCH v2 04/10] ARM: remove zmx25 "
` [U-Boot] [PATCH v2 05/10] ARM: remove devkit3250 "
` [U-Boot] [PATCH v2 06/10] ARM: remove dkb "
` [U-Boot] [PATCH v2 07/10] ARM: remove cm4008 and cm41xx "
` [U-Boot] [PATCH v2 08/10] ARM: remove a320evb "
` [U-Boot] [PATCH v2 09/10] ARM: remove tnetv107x "
` [U-Boot] [PATCH v2 10/10] ARM: davinci: remove hawkboard support

[U-Boot] [PATCH v4 0/5] Clean out SPL and enable driver model
 2015-02-10 21:35 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] arm: Reduce the scope of lowlevel_init()
` [U-Boot] [PATCH v4 2/5] arm: spl: Avoid setting up a duplicate global data structure
` [U-Boot] [PATCH v4 3/5] dm: tegra: Enable driver model in SPL and adjust the GPIO driver
` [U-Boot] [PATCH v4 4/5] arm: spl: Allow board_init_r() to run with a larger stack
` [U-Boot] [PATCH v4 5/5] Make export interface support CONFIG_SYS_MALLOC_SIMPLE

[U-Boot] [PATCH 0/4] sunxi: SPL size reduction patches
 2015-02-10 21:33 UTC  (6+ messages)
` [U-Boot] [PATCH 3/4] malloc_simple: Return NULL on malloc failure rather then calling panic()

[U-Boot] [PATCH v1 1/1] usb: gadget: fastboot: Add fastboot erase
 2015-02-10 21:25 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2015-02-10 20:09 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
 2015-02-10 20:09 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/master
 2015-02-10 20:09 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2015-02-10 20:09 UTC  (2+ messages)

[U-Boot] [PATCH] sandbox: Return '-c command' exit value as sandbox exit code
 2015-02-10 19:50 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/12] avr32: add generic board
 2015-02-10 19:34 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/7] RFC: dm: Add USB support
 2015-02-10 18:52 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/19] powerpc: Introduce device tree control and driver model
 2015-02-10 18:12 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/6] keymile: enhance IVM reading
 2015-02-10 16:10 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] KM/IVM: split the IVM reading and parsing in 2 parts
` [U-Boot] [PATCH v3 2/6] kirkwood/km_arm: read the IVM eeprom earlier
` [U-Boot] [PATCH v3 3/6] 85xx/kmp204x: "
` [U-Boot] [PATCH v3 4/6] 83xx/km83xx: "
` [U-Boot] [PATCH v3 5/6] 82xx/km82xx: "
` [U-Boot] [PATCH v3 6/6] KM/IVM: remove ivm_read_eeprom(void)

[U-Boot] [PATCH 01/10] arm: socfpga: Minor coding style fix
 2015-02-10 15:53 UTC  (8+ messages)
` [U-Boot] [PATCH V2 08/10] arm: socfpga: Add Altera Arria V DK support

[U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number
 2015-02-10 15:47 UTC  (8+ messages)

[U-Boot] recent tools on FreeBSD
 2015-02-10 15:34 UTC  (15+ messages)
                ` [U-Boot] sandbox "

[U-Boot] [PATCH v1] tools/imagetool: remove linker script
 2015-02-10 15:08 UTC  (2+ messages)

[U-Boot] recent tools on FreeBSD
 2015-02-10 15:01 UTC  (3+ messages)
` [U-Boot] [RFC PATCH] tools/imagetool: remove linker generated list

[U-Boot] [PATCH] odroid: update link to X2/U3 proprietary binaries
 2015-02-10 13:49 UTC  (2+ messages)

[U-Boot] [PATCH] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
 2015-02-10 13:36 UTC  (2+ messages)

[U-Boot] [PATCH V2 00/13] common lcd refactor
 2015-02-10 12:43 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: enable CONFIG_USE_PRIVATE_LIBGCC by default
 2015-02-10 12:37 UTC 

[U-Boot] [PATCH 0/3] sh: fix private library and use it by default
 2015-02-10 12:37 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] sh: rename some private libraries
` [U-Boot] [PATCH 2/3] sh: import missing private libraries from Linux 3.19
` [U-Boot] [PATCH 3/3] sh: enable CONFIG_USE_PRIVATE_LIBGCC by default

[U-Boot] [PATCH 1/3] video: Update MXS LCDIF driver for mx6sx
 2015-02-10 12:13 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] imx: mx6: Update mx6sx registers and clock functions for display

[U-Boot] [PATCH] ARM: move -march=* and -mtune= options to arch/arm/Makefile
 2015-02-10 12:05 UTC  (3+ messages)

[U-Boot] [v3 PATCH 0/3] Add support for booting mx28 boards without a battery
 2015-02-10 11:57 UTC  (7+ messages)
` [U-Boot] [v3 PATCH 1/3] arm: mxs: Add debug outputs and comments to mxs SPL source files
` [U-Boot] [v3 PATCH 2/3] arm: mxs: Enable booting of mx28 without battery
` [U-Boot] [v3 PATCH 3/3] arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode

[U-Boot] [PATCH] imx: mx6: Fixed AIPS3 base address issue
 2015-02-10 11:56 UTC  (2+ messages)

[U-Boot] [PATCH] imx: imximage: Add QuadSPI boot support
 2015-02-10 11:56 UTC  (2+ messages)

[U-Boot] [PATCH] imx: mx6qsabreauto: Change to use common GPMI IO clock function
 2015-02-10 11:55 UTC  (3+ messages)

[U-Boot] [PATCH] arc: introduce U-Boot port for ARCv2 ISA
 2015-02-10 10:38 UTC 

[U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC
 2015-02-10  9:55 UTC  (11+ messages)

[U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards
 2015-02-10  9:36 UTC  (2+ messages)
` [U-Boot] [PATCH] Adding Support for "

[U-Boot] [PATCH 00/17] sunxi: musb otg controller support
 2015-02-10  8:24 UTC  (6+ messages)
` [U-Boot] [PATCH 17/17] sunxi: Hookup OTG USB "

[U-Boot] [PATCH] ARM: rmobile: silk: Remove initialization of ACTLR.SMP
 2015-02-10  6:24 UTC 

[U-Boot] [PATCH v2] arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register
 2015-02-10  6:17 UTC 

[U-Boot] [PATCH] arm: rmobile: silk: Migrate serial driver to drivers model
 2015-02-10  6:13 UTC 

[U-Boot] [PATCH] arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register
 2015-02-10  6:13 UTC 

[U-Boot] [PATCH] arm: rmobile: Add SILK board support
 2015-02-10  6:01 UTC  (6+ messages)
    ` [U-Boot] [PATCH] arm: rmobile: Add missed header file for Silk board


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox