public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2011-12-26 22:31:49 to 2012-01-03 06:42:56 UTC [more...]

[U-Boot] [PATCH v3 0/3] Added SPL support
 2012-01-03  6:42 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] ARM:AM33XX: Fix ddr and timer register offset
` [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support
` [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

[U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730
 2012-01-03  6:35 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] cm-t35: cleanup the config file
` [U-Boot] [PATCH 2/6] cm-t35: various cleanups
` [U-Boot] [PATCH 3/6] cm-t35: add EEPROM module and pass Linux a serial number
` [U-Boot] [PATCH 4/6] omap3: make get_board_rev() function weak
` [U-Boot] [PATCH 5/6] cm-t35: pass correct revision information to Linux
` [U-Boot] [PATCH 6/6] cm-t35: use the new EEPROM module to read the MAC address

[U-Boot] [RFC PATCH 0/19] Create generic board init and move ARM and x86 to it
 2012-01-03  5:33 UTC  (35+ messages)
` [U-Boot] [RFC PATCH 01/19] Introduce generic global_data
` [U-Boot] [RFC PATCH 02/19] Make relocation functions global
` [U-Boot] [RFC PATCH 03/19] Add basic initcall implementation
` [U-Boot] [RFC PATCH 04/19] define CONFIG_SYS_LEGACY_BOARD everywhere
` [U-Boot] [RFC PATCH 05/19] Add generic post-relocation board_r.c
` [U-Boot] [RFC PATCH 06/19] Add generic pre-relocation board_f.c
` [U-Boot] [RFC PATCH 07/19] Add spl load feature
` [U-Boot] [RFC PATCH 08/19] switch ARM over to generic board
` [U-Boot] [RFC PATCH 09/19] arm: Remove unused code in board.c, global_data.h
` [U-Boot] [RFC PATCH 10/19] Add CONFIG_SYS_SYM_OFFSETS to support offset symbols
` [U-Boot] [RFC PATCH 11/19] x86: Remove compiler warning in sc520_timer.c
` [U-Boot] [RFC PATCH 12/19] x86: Remove dead code in eNET
` [U-Boot] [RFC PATCH 13/19] x86: Add processor library and relocation functions
` [U-Boot] [RFC PATCH 14/19] Tidy up asm/generic sections.h to include x86 symbols
` [U-Boot] [RFC PATCH 15/19] Add fields required by x86 to global_data
` [U-Boot] [RFC PATCH 16/19] x86: Change stub example to use asm-generic/sections.h
` [U-Boot] [RFC PATCH 17/19] x86: Add initial memory barrier macros
` [U-Boot] [RFC PATCH 18/19] Bring in x86 to unified board architecture
` [U-Boot] [RFC PATCH 19/19] x86: Remove unused board/global_data code

[U-Boot] [PATCH] lsxl: add support for lschlv2 and lsxhl
 2012-01-03  0:32 UTC  (3+ messages)

[U-Boot] [PATCH] Add support for MMC to fw_printenv/setenv
 2012-01-02 23:49 UTC 

[U-Boot] [PATCH v3] Input: keyboard - add device tree bindings for simple key matrixes
 2012-01-02 18:39 UTC 

[U-Boot] [PATCH] kirkwood_spi: fix setting of irq mask
 2012-01-02 18:38 UTC  (4+ messages)

[U-Boot] [PATCH] arm, arm-kirkwood: disable l2c before linux boot
 2012-01-02 18:37 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection
 2012-01-02 17:00 UTC  (4+ messages)

[U-Boot] [PATCH] fat: reset VFAT short alias checksum on first match
 2012-01-02 16:54 UTC 

[U-Boot] [PATCH resend] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
 2012-01-02 16:47 UTC 

[U-Boot] [PATCH] fw_env: use vars from the board config
 2012-01-02 16:38 UTC  (3+ messages)

[U-Boot] stuck after redirecting stdout to nc
 2012-01-02 14:50 UTC 

[U-Boot] initcall revisited - A new idea to discuss
 2012-01-02 14:49 UTC  (2+ messages)

[U-Boot] tools/env/fw_env.h comment/code mismatch
 2012-01-02 13:53 UTC 

[U-Boot] [PATCH] fw_env.h: added a few missing defines
 2012-01-02 13:47 UTC 

[U-Boot] CONFIG_ENV_SIZE_REDUND
 2012-01-02 13:28 UTC 

[U-Boot] [PATCH] Change kernel address in dataflash to match u-boot's size
 2012-01-02 12:44 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/4] mmc: Implement central card-detection
 2012-01-02 11:15 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] mmc: Change board_mmc_getcd() function prototype
` [U-Boot] [PATCH v4 2/4] mmc: Implement card detection
` [U-Boot] [PATCH v4 3/4] mmc: fsl_esdhc: Implement card-detect hook
` [U-Boot] [PATCH v4 4/4] mmc: tegra2: "

[U-Boot] Secure update of uboot devices?
 2012-01-02 10:06 UTC  (5+ messages)

[U-Boot] [PATCH] ppc4xx: Setup HICB on Io64
 2012-01-02 10:02 UTC 

[U-Boot] NAND boot looks broken on P1020RDB
 2012-01-02  6:30 UTC  (2+ messages)

[U-Boot] [PATCH 00/17] x86: Rework of board init code (plus support patches)
 2012-01-02  4:09 UTC  (18+ messages)
` [U-Boot] [PATCH 01/17] x86: Import glibc memcpy implementation
` [U-Boot] [PATCH 02/17] x86: Speed up copy-to-RAM and clear BSS operations
` [U-Boot] [PATCH 03/17] x86: Remove GDR related magic numbers
` [U-Boot] [PATCH 04/17] x86: Rework Global Descriptor Table loading
` [U-Boot] [PATCH 05/17] x86: Simplify Flash-to-RAM code execution transition
` [U-Boot] [PATCH 06/17] x86: Rework relocation calcuations
` [U-Boot] [PATCH 07/17] x86: Use fs for global data
` [U-Boot] [PATCH 08/17] x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot
` [U-Boot] [PATCH 09/17] x86: Create weak init_cache() function
` [U-Boot] [PATCH 10/17] x86: Allow cache before copy to RAM
` [U-Boot] [PATCH 11/17] CHECKPATCH: arch/x86/cpu/*
` [U-Boot] [PATCH 12/17] CHECKPATCH: arch/x86/lib/*
` [U-Boot] [PATCH 13/17] x86: Move do_go_exec() out of board.c
` [U-Boot] [PATCH 14/17] x86: Move setup_pcat_compatibility() "
` [U-Boot] [PATCH 15/17] x86: Move relocation code "
` [U-Boot] [PATCH 16/17] x86: Simplify board.c
` [U-Boot] [PATCH 17/17] x86: Tweak initialisation procedure

[U-Boot] add nand spl boot for qi_lb60 board
 2012-01-01 11:31 UTC 

[U-Boot] [PATCH] M28EVK: Fix build if CONFIG_CMD_NAND not selected
 2012-01-01  4:28 UTC 

[U-Boot] [PATCH] [trivial] common.h: remove value from bool defines
 2011-12-31 23:05 UTC  (2+ messages)

[U-Boot] [PATCH] [trivial] env: remove value from boolean defines
 2011-12-31 23:05 UTC  (2+ messages)

[U-Boot] U-boot doesn't work on OMAP4430 ES2.0
 2011-12-31 14:31 UTC  (8+ messages)
` [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

[U-Boot] [PATCH 85xx-next 0/8] Updates for Wind River sbc8548 board
 2011-12-31  4:53 UTC  (9+ messages)
` [U-Boot] [PATCH 85xx-next 1/8] Revert "SBC8548: fix address mask to allow 64M flash"
` [U-Boot] [PATCH 85xx-next 2/8] sbc8548: relocate 64MB user flash to sane boundary
` [U-Boot] [PATCH 85xx-next 3/8] sbc8548: enable ability to boot from alternate flash
` [U-Boot] [PATCH 85xx-next 4/8] sbc8548: Fix LBC SDRAM initialization settings
` [U-Boot] [PATCH 85xx-next 5/8] sbc8548: Make enabling SPD RAM configuration work
` [U-Boot] [PATCH 85xx-next 6/8] sbc8548: relocate fixed ddr init code to ddr.c file
` [U-Boot] [PATCH 85xx-next 7/8] sbc8548: enable support for hardware SPD errata workaround
` [U-Boot] [PATCH 85xx-next 8/8] sbc8548: Fix up local bus init to be frequency aware

[U-Boot] [PATCH] common/image.c: align usage of fdt_high with initrd_high
 2011-12-30 14:12 UTC 

[U-Boot] [PATCH v2 0/3] Added SPL support
 2011-12-30 10:56 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] ARM:AM33XX: Fix ddr and timer register offset
` [U-Boot] [PATCH v2 2/3] ARM:AM33XX: Add mmc/sd support
` [U-Boot] [PATCH v2 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

[U-Boot] [PATCH] drivers/gpio/da8xx_gpio.c: Fix build warning
 2011-12-30  6:14 UTC  (3+ messages)
` [U-Boot] [PATCH] drivers/mmc/mv_sdhci.c: "

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly
 2011-12-30  6:13 UTC  (3+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH v3] ftsdc010: improve performance and capability
 2011-12-30  6:12 UTC  (3+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH] phy: add phy_smsc_init() declaration
 2011-12-30  2:59 UTC  (2+ messages)

[U-Boot] [PATCH] m28evk: Use GENERATED_GBL_DATA_SIZE
 2011-12-29 18:22 UTC  (5+ messages)

[U-Boot] LL TEMAC V7 refactored
 2011-12-29 17:57 UTC  (3+ messages)
` [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

[U-Boot] [PATCH v4] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board
 2011-12-29 16:34 UTC 

[U-Boot] [PATCH v3] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board
 2011-12-29 16:13 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile
 2011-12-29 15:22 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] m28evk: "

[U-Boot] Support for P1011 CCSRBAR
 2011-12-29 13:42 UTC  (2+ messages)

[U-Boot] [PATCH] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option
 2011-12-29 12:38 UTC  (5+ messages)

[U-Boot] arm, da850: gpio control (Topic 37)
 2011-12-29 11:15 UTC 

[U-Boot] arm, da850: gpio control
 2011-12-29 10:14 UTC 

[U-Boot] [PATCH] i.mx6:imx6q: allign MAC address with burned-in ordering
 2011-12-29  9:40 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] fpga: add definition for Xilinx Spartan-6 XC6SLX4
 2011-12-29  9:34 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] FPGA: use debug() instead of module debug printf
` [U-Boot] [PATCH 3/4] fpga: Spartan-3: let print the progress if configured
` [U-Boot] [PATCH 4/4] ARM: omap3: Added Teejet mt_ventoux

[U-Boot] Fastboot gadget, v2
 2011-12-29  7:43 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] image: add support for Android's boot image format

[U-Boot] [PATCH 0/7] tegra: Add I2C driver and associated parts
 2011-12-29  7:11 UTC  (6+ messages)
` [U-Boot] [PATCH 2/7] tegra: fdt: Add extra I2C definitions for U-Boot

[U-Boot] [RFC 00/14] x86 touch-ups (Includes new init sequence!)
 2011-12-29  5:39 UTC  (3+ messages)
` [U-Boot] [RFC 05/14] x86: Create weak init_cache() function

[U-Boot] Pull request: u-boot-nios/master
 2011-12-29  3:15 UTC 

[U-Boot] [PATCH] fw_env.c: use default env values if config file cannot be opened
 2011-12-28 19:01 UTC 

[U-Boot] [PATCH v7 1/4] net: imx: Add multi-FEC support for imx_get_mac_from_fuse
 2011-12-28 13:51 UTC  (8+ messages)
` [U-Boot] [PATCH v7 2/4] mx28: Let imx_get_mac_from_fuse be common for mx28
  ` [U-Boot] [PATCH v8 "
` [U-Boot] [PATCH v7 3/4] mx28: Let dram_init "

[U-Boot] [PATCH v6 1/4] mx28: Let imx_get_mac_from_fuse be common for mx28
 2011-12-28 13:12 UTC  (9+ messages)
` [U-Boot] [PATCH v6 4/4] mx28evk: Add initial support for MX28EVK board

[U-Boot] [PATCH] i.mx6q: mx6qarm2: Enable the usboh3 clock
 2011-12-28 12:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()
 2011-12-28  7:28 UTC  (4+ messages)

[U-Boot] [PATCH 2/2] mtd/nand: Fix IFC driver to support 2K NAND page
 2011-12-28  7:11 UTC  (3+ messages)

[U-Boot] [PATCH] kirkwood: add support for D-Link DNS-325
 2011-12-28  6:57 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] ext4fs write support
 2011-12-28  2:23 UTC  (2+ messages)
` [U-Boot] [PATCH V3 "

[U-Boot] [PATCH 1/2] ext4fs ls load support
 2011-12-28  2:22 UTC  (2+ messages)
` [U-Boot] [PATCH V3 "

[U-Boot] [PATCH 0/2] *** Add ext4 filesystem support in uboot ***
 2011-12-28  2:19 UTC  (3+ messages)
` [U-Boot] Add ext4 write support
  ` [U-Boot] [PATCH V3 0/2] *** Add ext4 filesystem support in uboot ***

[PATCH] ehci-omap: Clean up added ehci-omap.c
 2011-12-27  9:23 UTC 

[PATCH 2/6] ehci-omap: Clean up added ehci-omap.c
 2011-12-27  9:23 UTC 

[U-Boot] [PATCH 0/6] Add SMDK5250 board support
 2011-12-27  8:48 UTC  (5+ messages)
` [U-Boot] [PATCH 4/6] EEYNOS: "

[U-Boot] question regarding generic board.c
 2011-12-27  5:20 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes
 2011-12-26 22:31 UTC  (3+ messages)
` [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal "
` [U-Boot] [RFC PATCH 2/2] tegra: Use fdtdec_find_aliases() to find USB ports


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