public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-02-25 22:15:37 to 2013-02-27 18:48:41 UTC [more...]

[U-Boot] [PATCH 11/20] Update set_working_fdt_addr() to use setenv_addr()
 2013-02-27 18:48 UTC  (2+ messages)
` [U-Boot] [PATCH] common/main: move set_working_fdt_addr to enable usage of $fdtaddr

[U-Boot] [PATCH 0/5] Tegra30: MMC: Add DT-based MMC driver for Tegra30/Cardhu
 2013-02-27 18:08 UTC  (14+ messages)
` [U-Boot] [PATCH 1/5] Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)
` [U-Boot] [PATCH 2/5] Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30
` [U-Boot] [PATCH 3/5] Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines
` [U-Boot] [PATCH 4/5] mmc: Tegra: Add SD bus power/voltage function and MMC pad init call
` [U-Boot] [PATCH 5/5] Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards

[U-Boot] [PATCH v2] Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)
 2013-02-27 17:56 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] sf: Add extended address register writing support
 2013-02-27 17:48 UTC  (2+ messages)

[U-Boot] [PATCH 3/4] sf: Add extended address access support
 2013-02-27 17:48 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] sf: Accessing > 16MBytes flashes in existing 3-byte addr mode
 2013-02-27 17:48 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] common: imx: Implement generic u-boot.nand target
 2013-02-27 17:33 UTC  (11+ messages)

[U-Boot] [PATCH v2 0/4] Add NAND support to DFU
 2013-02-27 17:22 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/4] nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters
` [U-Boot] [PATCH v2 2/4] dfu: NAND specific routines for DFU operation
` [U-Boot] [PATCH v2 3/4] am335x_evm: Add CONFIG_CMD_MTDPARTS and relevant defaults
` [U-Boot] [PATCH v2 4/4] am335x_evm: Enable DFU for NAND and MMC, provide example alt_info for both

[U-Boot] [PATCH v2 1/2] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
 2013-02-27 17:18 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand()

[U-Boot] [PATCH] nand: adjust erase/read/write partition/chip size for bad blocks
 2013-02-27 16:53 UTC  (10+ messages)

[U-Boot] [PATCH] Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)
 2013-02-27 15:48 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] Add ACE HW support for SHA 256
 2013-02-27 15:24 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated "
` [U-Boot] [PATCH 2/4] Exynos: config: Enable ACE HW for SHA 256 for Exynos
` [U-Boot] [PATCH 3/4] gen: Add sha256 command
` [U-Boot] [PATCH 4/4] Exynos: Flush memory region before starting SHA DMA operation

[U-Boot] Beagleboard: SPL hangs on serial init
 2013-02-27 13:09 UTC 

[U-Boot] problem to boot i.MX28 custom platform
 2013-02-27 12:55 UTC  (3+ messages)

[U-Boot] Flash protection and fw_setenv tool
 2013-02-27 10:32 UTC  (4+ messages)

[U-Boot] problem with USB storage STALL status
 2013-02-27 10:05 UTC 

[U-Boot] [PATCH 0/9] Fix and Re-organise PWM Timer
 2013-02-27 10:02 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] Exynos: Change get_timer() to work correctly
` [U-Boot] [PATCH 2/9] Exynos: Add timer_get_us function
` [U-Boot] [PATCH 3/9] Exynos: pwm: Fix two bugs in the exynos pwm configuration code
` [U-Boot] [PATCH 4/9] Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4
` [U-Boot] [PATCH 5/9] Exynos: Tidy up the pwm_config function in the exynos pwm driver
` [U-Boot] [PATCH 6/9] Exynos: Add peripherial id for pwm
` [U-Boot] [PATCH 7/9] Exynos: clock: Add generic api to get the clk freq
` [U-Boot] [PATCH 8/9] Exynos: clock: Correct pwm source clk selection
` [U-Boot] [PATCH 9/9] Exynos: pwm: Use generic api to get pwm clk freq

[U-Boot] [PATCH v3 0/16] Provide a mechanism to avoid using #ifdef everywhere
 2013-02-27  9:25 UTC  (21+ messages)
` [U-Boot] [PATCH v3 01/16] Implement autoconf header file
` [U-Boot] [PATCH v3 02/16] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263
` [U-Boot] [PATCH v3 03/16] net: Add prototype for update_tftp, and use autoconf
` [U-Boot] [PATCH v3 04/16] main: Separate out the two abortboot() functions
` [U-Boot] [PATCH v3 05/16] main: Move boot_delay code into its own function
` [U-Boot] [PATCH v3 06/16] main: Use autoconf for boot retry feature
` [U-Boot] [PATCH v3 07/16] main: Remove CONFIG #ifdefs from the abortboot() code
` [U-Boot] [PATCH v3 08/16] main: Use get/setenv_ulong()
` [U-Boot] [PATCH v3 09/16] main: Use autoconf for boot_delay code
` [U-Boot] [PATCH v3 10/16] main: Use autoconf for parser selection
` [U-Boot] [PATCH v3 11/16] main: Fix typos and checkpatch warnings in command line reading
` [U-Boot] [PATCH v3 12/16] main: Use autoconf "
` [U-Boot] [PATCH v3 13/16] main: Use autoconf in main_loop()
` [U-Boot] [PATCH v3 14/16] main: Correct header order
` [U-Boot] [PATCH v3 15/16] main: Add debug_parser() to avoid #ifdefs
` [U-Boot] [PATCH v3 16/16] main: Add debug_bootkeys "

[U-Boot] [RFC PATCH v2 0/15] Provide a mechanism to avoid using #ifdef everywhere
 2013-02-27  9:21 UTC  (23+ messages)
` [U-Boot] [RFC PATCH v2 01/15] Implement autoconf header file
` [U-Boot] [RFC PATCH v2 02/15] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263
` [U-Boot] [RFC PATCH v2 04/15] main: Separate out the two abortboot() functions
` [U-Boot] [RFC PATCH v2 09/15] main: Use autoconf for boot_delay code
` [U-Boot] [RFC PATCH v2 11/15] main: Use autoconf in command line reading
` [U-Boot] [RFC PATCH v2 12/15] main: Use autoconf in main_loop()

[U-Boot] [PATCH v1 1/2] blackfin: Set correct early debug serial baudrate
 2013-02-27  9:06 UTC  (2+ messages)
` [U-Boot] [PATCH v1 2/2] blackfin: Correct early serial mess output in BYPASS boot mode

[U-Boot] [PATCH v1 1/2] blackfin: bf609: implement soft switch
 2013-02-27  8:37 UTC  (2+ messages)
` [U-Boot] [PATCH v1 2/2] blackfin: bf609: add softswitch config command

[U-Boot] Test and hello
 2013-02-27  7:50 UTC 

[U-Boot] [PATCH v1 0/6] Bug fixing and clean up to Blackfin architecture
 2013-02-27  6:50 UTC  (7+ messages)
` [U-Boot] [PATCH v1 1/6] blackfin: Change the member's type in dma structures
` [U-Boot] [PATCH v1 2/6] blackfin: limit the max memory dma peripheral transfer size to 4 bytes
` [U-Boot] [PATCH v1 3/6] blackfin: reduce size of u-boot.ldr in bf548-ezkit default config
` [U-Boot] [PATCH v1 4/6] Blackfin: adjust asm constraints with NMI workaround
` [U-Boot] [PATCH v1 5/6] blackfin: add baudrate to bdinfo
` [U-Boot] [PATCH v1 6/6] blackfin: run core1 from L1 code sram start address in uboot init code on core 0

[U-Boot] [PATCH 0/4] SMDK5250: FDT: Add device tree support for console
 2013-02-27  6:01 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] EXYNOS5: FDT: Add compatible strings for Serial
` [U-Boot] [PATCH 2/4] EXYNOS5: FDT: Add serial device node values
` [U-Boot] [PATCH 3/4] S5P: Serial: Add fdt support to driver
` [U-Boot] [PATCH 4/4] CONFIG: EXYNOS5: Enable silent console

[U-Boot] [PATCH 0/1] nand: adjust erase/read/write partition/chip size for bad blocks
 2013-02-27  3:57 UTC  (2+ messages)
` [U-Boot] [PATCH 1/1] "

[U-Boot] [U-boot] DSI interface in Samsung Origen board
 2013-02-27  3:18 UTC 

[U-Boot] [PATCH 1/3] ARM: implement some Cortex-A9 errata workarounds
 2013-02-27  2:44 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] ARM: tegra: enable some CPU "
` [U-Boot] [PATCH 3/3] ARM: mx6: use common CPU errata config options

[U-Boot] [PATCH v3 1/2] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
 2013-02-27  0:08 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand()

[U-Boot] [PATCH 1/2] ARM: tegra: make bounce buffer option
 2013-02-26 23:00 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: make CONFIG_CMD_PART common

[U-Boot] [PATCH] nand/fsl_elbc: detect page size at runtime
 2013-02-26 23:00 UTC 

[U-Boot] [PATCH] Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define
 2013-02-26 22:30 UTC  (2+ messages)

[U-Boot] [u-boot-mips] gp init and -pie option
 2013-02-26 21:49 UTC  (7+ messages)

[U-Boot] Pull request: nand flash
 2013-02-26 21:44 UTC 

[U-Boot] [PATCH] am33xx: Update DDR3 EMIF configuration sequence
 2013-02-26 21:37 UTC 

[U-Boot] [PATCH 1/2] am335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPL
 2013-02-26 20:50 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] am335x_evm: Add am335x_evm_usbspl build target

[U-Boot] [PATCH 1/4] common: imx: Implement generic u-boot.nand target
 2013-02-26 19:32 UTC  (6+ messages)
` [U-Boot] [PATCH 4/4] mx5: Add support for DENX M53EVK
  ` [U-Boot] patch error

[U-Boot] [PATCH 1/2] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
 2013-02-26 18:22 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand()

[U-Boot] [PATCH] Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs
 2013-02-26 18:02 UTC  (2+ messages)

[U-Boot] [PATCH v7 01/19] nand: mxc: Prepare to add support for i.MX5
 2013-02-26 17:33 UTC  (14+ messages)
` [U-Boot] [PATCH v7 02/19] nand: mxc: Add "
` [U-Boot] [PATCH v7 04/19] imx: mx53ard: Add support for NAND Flash

[U-Boot] [PATCH v3] btrfs addition to uboot
 2013-02-26 16:19 UTC  (11+ messages)
` [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

[U-Boot] Remounting UBI image leads to ECC errors
 2013-02-26 15:11 UTC 

[U-Boot] [PATCH] bootm: fix conditional compilation for bootm ramdisk subcommand
 2013-02-26 14:54 UTC 

[U-Boot] patch error
 2013-02-26 11:28 UTC  (3+ messages)

[U-Boot] [U-boot] unicode support
 2013-02-26 11:20 UTC 

[U-Boot] [U-boot] unicode support
 2013-02-26 11:18 UTC 

[U-Boot] Flash protection and fw_setenv tool
 2013-02-26 11:04 UTC 

[U-Boot] Netgear switch Prosafe GSM7328SO not working after Reset from Uboot
 2013-02-26 10:43 UTC 

[U-Boot] [PATCH 0/2] Add Arndale board support
 2013-02-26  5:42 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] Exynos5: Arndale: Add support for exynos5250 based arndale board

[U-Boot] [PATCH v2 0/2] Add Arndale board support
 2013-02-26  5:13 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] smdk5250: move board specific options to board specific config file
` [U-Boot] [PATCH v2 2/2] Exynos5: Arndale: Add support for exynos5250 based arndale board

[U-Boot] [PATCH] patman: Add Cover-letter-cc tag to Cc cover letter to people
 2013-02-26  0:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] Optimized nand_read_buf for kirkwood
 2013-02-25 22:40 UTC  (6+ messages)
` [U-Boot] Version 2 of Kirkwood and env_nand improvements
  ` [U-Boot] [PATCHv2 3/4] env_nand.c: clarify log messages when env reading fails


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