public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-08-04 10:22:38 to 2014-08-05 08:30:36 UTC [more...]

[U-Boot] [PATCH v1] arm: include config.h in vectors.S
 2014-08-05  8:30 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE
 2014-08-05  8:21 UTC  (29+ messages)
` [U-Boot] [PATCH 2/7] sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block
` [U-Boot] [PATCH 3/7] sunxi-common.h: Don't undefine CONFIG_CMD_NFS
` [U-Boot] [PATCH 4/7] sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later
` [U-Boot] [PATCH 5/7] sunxi-common.h: Use new generic $bootcmd
` [U-Boot] [PATCH 6/7] sunxi: Kconfig: move common settings into a shared code block
` [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work

[U-Boot] u-boot ppc does not work with gcc 4.8
 2014-08-05  8:15 UTC 

[U-Boot] [PATCH 00/18] Introduce cm-fx6 board
 2014-08-05  7:58 UTC  (41+ messages)
` [U-Boot] [PATCH 03/18] sf: fix sf probe
` [U-Boot] [PATCH 05/18] compulab: eeprom: add support for defining eeprom i2c bus
` [U-Boot] [PATCH 06/18] sata: dwc_ahsata: implement sata_port_status
` [U-Boot] [PATCH 09/18] arm: mx6: ddr: do not write into reserved bit
` [U-Boot] [PATCH 10/18] arm: mx6: ddr: configure MMDC for slow_pd
` [U-Boot] [PATCH 12/18] arm: mx6: add support for Compulab cm-fx6 CoM
` [U-Boot] [PATCH 18/18] arm: mx6: cm_fx6: add sata support

[U-Boot] [PATCH] zynq: spl: Add vectors section to linker script
 2014-08-05  7:57 UTC  (2+ messages)

[U-Boot] mmc: question about capacity detection
 2014-08-05  7:20 UTC 

[U-Boot] [PATCH v2 0/25] Add Marvell Armada XP MV78460 SoC support
 2014-08-05  7:10 UTC  (26+ messages)
` [U-Boot] [PATCH v2 01/25] sf: Add M25PX64 SPI NOR flash ID
` [U-Boot] [PATCH v2 02/25] arm: kirkwood: spi.h: Add some missing parenthesis
` [U-Boot] [PATCH v2 03/25] spi: kirkwood_spi.c: Some fixes and cleanup
` [U-Boot] [PATCH v2 04/25] spi: kirkwood_spi.c: Make global variable static
` [U-Boot] [PATCH v2 05/25] spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues
` [U-Boot] [PATCH v2 06/25] arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common
` [U-Boot] [PATCH v2 07/25] arm: marvell: Move arch/kirkwood.h to arch/soc.h
` [U-Boot] [PATCH v2 08/25] arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h
` [U-Boot] [PATCH v2 09/25] arm: marvell: Rework timer.c to make it usable for other MVEBU platforms
` [U-Boot] [PATCH v2 10/25] arm: mvebu: Add common mbus functions to use on Marvell SoCs
` [U-Boot] [PATCH v2 11/25] spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's
` [U-Boot] [PATCH v2 12/25] arm: marvell: Extract kirkwood gpio functions into new common file gpio.c
` [U-Boot] [PATCH v2 13/25] spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE
` [U-Boot] [PATCH v2 14/25] arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
` [U-Boot] [PATCH v2 15/25] net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC
` [U-Boot] [PATCH v2 16/25] net: phy.h: Make PHY autonegotiation timeout configurable
` [U-Boot] [PATCH v2 17/25] i2c: mvtwsi: Add support for Marvell Armada XP
` [U-Boot] [PATCH v2 18/25] arm: armada-xp: Add basic support for Marvell Armada XP SoC
` [U-Boot] [PATCH v2 19/25] arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board
` [U-Boot] [PATCH v2 20/25] arm: armada-xp: Add basic support for the maxBCM board
` [U-Boot] [PATCH v2 21/25] arm: kirkwood: Remove some dead code from cpu.c
` [U-Boot] [PATCH v2 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP
` [U-Boot] [PATCH v2 23/25] tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported
` [U-Boot] [PATCH v2 24/25] tools: kwbimage: Add image version 1 support for Armada XP / 370
` [U-Boot] [PATCH v2 25/25] Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image

[U-Boot] [PATCH] drivers: rtc: remove dead drivers
 2014-08-05  7:09 UTC  (4+ messages)

[U-Boot] [PATCH v2 00/16] sunxi: Allwinner A10/A13/A20 DRAM controller fixes
 2014-08-05  7:02 UTC  (24+ messages)
` [U-Boot] [PATCH v2 02/16] sunxi: dram: Remove broken super-standby remnants
` [U-Boot] [PATCH v2 03/16] sunxi: dram: Respect the DDR3 reset timing requirements
` [U-Boot] [PATCH v2 04/16] sunxi: dram: Fix CKE delay handling for sun4i/sun5i
` [U-Boot] [PATCH v2 05/16] sunxi: dram: Remove broken impedance and ODT configuration code
` [U-Boot] [PATCH v2 06/16] sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7i
` [U-Boot] [PATCH v2 07/16] sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functions
` [U-Boot] [PATCH v2 08/16] sunxi: dram: Re-introduce the impedance calibration ond ODT
` [U-Boot] [PATCH v2 09/16] sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)
` [U-Boot] [PATCH v2 12/16] sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'
` [U-Boot] [PATCH v2 13/16] sunxi: dram: Configurable DQS gating window mode and delay
` [U-Boot] [PATCH v2 14/16] sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memory

[U-Boot] [PATCH 0/3] Kbuild: sync with Linux 3.16
 2014-08-05  6:56 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] kbuild: move extra gcc checks to scripts/Makefile.extrawarn
` [U-Boot] [PATCH 2/3] kbuild: sync mixed targets handling with Linux 3.16
` [U-Boot] [PATCH 3/3] scripts: objdiff: sync "

[U-Boot] [PATCH] doc: delete README.ARM-SoC
 2014-08-05  6:25 UTC 

[U-Boot] [PATCH] doc: README.SPL: adjust for Kbuild and Kconfig
 2014-08-05  6:25 UTC 

[U-Boot] [PATCH 0/15] arm: kconfig: move board select menus and other settings to SoC dir
 2014-08-05  3:29 UTC  (24+ messages)
` [U-Boot] [PATCH 01/15] omap: remove omap5912osk board support
` [U-Boot] [PATCH 02/15] zynq: kconfig: move board select menu and common settings
` [U-Boot] [PATCH 03/15] tegra: "
` [U-Boot] [PATCH 04/15] rmobile: "
` [U-Boot] [PATCH 05/15] versatile: kconfig: move "
` [U-Boot] [PATCH 06/15] kirkwood: kconfig: refactor Kconfig and defconfig
` [U-Boot] [PATCH 07/15] exynos: kconfig: move board select menu and common settings
` [U-Boot] [PATCH 08/15] davinci: "
` [U-Boot] [PATCH 09/15] omap3: "
` [U-Boot] [PATCH 10/15] omap4: "
` [U-Boot] [PATCH 11/15] omap5: "
` [U-Boot] [PATCH 12/15] keystone: "
` [U-Boot] [PATCH 13/15] orion5x: "
` [U-Boot] [PATCH 14/15] highbank: kconfig: move "
` [U-Boot] [PATCH 15/15] nomadik: kconfig: move board select menu and "

[U-Boot] [RFC PATCH v2 0/2] Make Python scripts compatible with older versions
 2014-08-05  2:05 UTC  (11+ messages)
` [U-Boot] [RFC PATCH v2 1/2] kconfig: make multiconfig.py compatible with Python 2.4
` [U-Boot] [RFC PATCH v2 2/2] tools: make genboardscfg.py compatible with Python 2.5

[U-Boot] [PATCH] Makefile: restore *_config target
 2014-08-05  1:50 UTC  (6+ messages)

[U-Boot] Removing the need for boards.cfg
 2014-08-05  1:30 UTC  (8+ messages)

[U-Boot] Quick guide to Kconfig
 2014-08-05  1:01 UTC  (15+ messages)

[U-Boot] [PATCH 0/3] introduce genimg_get_kernel_addr()
 2014-08-05  0:46 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()

[U-Boot] [PATCH v2 0/3] introduce genimg_get_kernel_addr()
 2014-08-05  0:43 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] image: "
` [U-Boot] [PATCH v2 2/3] pxe: detect image format before calling bootm/bootz
` [U-Boot] [PATCH v2 3/3] bootm: use genimg_get_kernel_addr()

[U-Boot] [PATCH] video: add cfb console driver for sunxi
 2014-08-04 22:10 UTC  (8+ messages)
    ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v3] ARM: tegra: Add support for norrin board
 2014-08-04 21:57 UTC 

[U-Boot] [PATCH v2 0/3] Add some missing buildman features and deprecate MAKEALL
 2014-08-04 21:23 UTC  (5+ messages)

[U-Boot] [PATCH 0/8] zmx25: Add hardware support
 2014-08-04 20:51 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/11] Enable driver model for GPIOs on Tegra and Exynos
 2014-08-04 20:46 UTC  (7+ messages)
` [U-Boot] [PATCH v5 05/11] exynos: dts: Adjust device tree files for U-Boot

[U-Boot] SPL broken on i.mx31 platforms
 2014-08-04 20:40 UTC  (12+ messages)

[U-Boot] Driver Model and DTS Parsing
 2014-08-04 20:21 UTC  (16+ messages)

[U-Boot] [PATCH v3 0/16] Introduce driver model serial uclass
 2014-08-04 20:14 UTC  (12+ messages)
` [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

[U-Boot] [PATCH 0/4] Add option -r to env import to allow import of text files with CRLF as line endings
 2014-08-04 19:18 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] "

[U-Boot] [PATCH] ARM: tegra: add Colibri T30 board support
 2014-08-04 19:04 UTC  (8+ messages)

[U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board
 2014-08-04 18:58 UTC  (4+ messages)

[U-Boot] [PATCH] pxe: Allow use of environment variables in append string
 2014-08-04 18:29 UTC  (3+ messages)

[U-Boot] CPU Wachtog for P2041
 2014-08-04 18:25 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd
 2014-08-04 18:04 UTC  (6+ messages)

[U-Boot] [PATCH] ARM: tegra: remove custom define for Jetson TK1
 2014-08-04 16:43 UTC  (4+ messages)

[U-Boot] [PATCH] ARM: HYP/non-sec: Add MIDR check to detect unsupported CPUs
 2014-08-04 15:14 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM: DRA: Enable VTT regulator
 2014-08-04 14:12 UTC 

[U-Boot] [PATCH] README.kconfig: add initial version of Kconfig document
 2014-08-04 12:44 UTC 

[U-Boot] [PATCH V4 0/9] peach_pit: Add support for FIMD, DP and parade chip
 2014-08-04 11:39 UTC  (3+ messages)

[U-Boot] Please pull u-boot-dm.git
 2014-08-04 11:28 UTC 

[U-Boot] [PATCH v3 0/9] Add a pre-relocation malloc() implementation
 2014-08-04 11:21 UTC  (7+ messages)

[U-Boot] [PATCH v3 0/8] Add some missing buildman features and deprecate MAKEALL
 2014-08-04 10:37 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/8] buildman: Fix a few typos
` [U-Boot] [PATCH v3 2/8] buildman: Add some notes about moving from MAKEALL
` [U-Boot] [PATCH v3 3/8] buildman: Allow building of current source tree
` [U-Boot] [PATCH v3 4/8] buildman: Move BuilderThread code to its own file
` [U-Boot] [PATCH v3 5/8] buildman: Sort command line options
` [U-Boot] [PATCH v3 6/8] buildman: Refactor output options
` [U-Boot] [PATCH v3 7/8] buildman: Add verbose option to display errors as they happen
` [U-Boot] [PATCH v3 8/8] RFC: Deprecate MAKEALL


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