pandora-u-boot.git
2012-10-01 Tom RiniPrepare v2012.10-rc2 v2012.10-rc2
2012-10-01 Tom RiniAP1000: Inline local 'get_device'
2012-09-29 Simon Glasssandbox: Add asm/errno.h
2012-09-29 Anatolij Gustschincmd_fat.c: fix build warning
2012-09-29 Lei Wencommon: add zip command support
2012-09-29 Lei Wenlib: add gzip lib function callback
2012-09-29 Lei Wenlib: zlib: remove the limitation for cannot using 0...
2012-09-29 Lei Wenlib: zlib: include deflate into zlib build
2012-09-29 Lei Wenlib: zlib: import trees file from 1.2.5
2012-09-29 Lei Wenlib: zlib: import deflate source file from 1.2.5
2012-09-28 Pavel Herrmannremove unnecessary code in ata_piix
2012-09-28 Stephen Warrendisk: allow - or empty string to fall back to $bootdevice
2012-09-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2012-09-27 Pavel MachekSPL: Add support for loading image from ram in SPL.
2012-09-27 Tom RiniSPL: Rework how we inform about un-headered images
2012-09-27 Tom RiniSPL: Make un-supported boot device puts a debug instead
2012-09-27 Stefan RoeseSPL: Enable use of custom defined U-Boot entry point
2012-09-27 Tom RiniSPL: SPI: Enhance spi_spl_load to match the other load...
2012-09-27 Stefan RoeseSPL: Add option to skip copying of the mkimage header
2012-09-27 Stefan RoeseSPL: Add NOR flash booting support
2012-09-27 Tom Rinida850: Add README.da850
2012-09-27 Sughosh Ganuhawkboard: Update config file to work with common spl...
2012-09-27 Tom RiniARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
2012-09-27 Brian Rzyckinet: Quietly ignore DHCP Option 28 (Broadcast Address)
2012-09-27 Chander KashyapPXE: FDT: Add support for fdt in PXE
2012-09-27 Marek VasutFEC: Replace magic contants
2012-09-27 Marek VasutFEC: Rework the TX wait mechanism
2012-09-27 Marek VasutFEC: Remove endless loop in the FEC driver
2012-09-27 Marek VasutFEC: Properly align address over the buffers for cache ops
2012-09-27 Marek VasutFEC: Do not pass unaligned buffer to network stack
2012-09-27 Priyanka Jainnet: Add Vitesse VSC8662 PHY support
2012-09-27 Valentin Longchampnet/phy: support the mv88e6352 switch
2012-09-27 Benoît Thébaudeaunet: eth_write_hwaddr: Return error for invalid MACs
2012-09-27 Tom RiniSPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand...
2012-09-27 Stefan RoeseSPL: Use image_get_xxx() functions to access header...
2012-09-27 Stefano BabicSPL: do not use fix value for u-boot size
2012-09-27 Tom RiniSPL: Create arch/arm/lib/spl.c for board_init_f and...
2012-09-27 Tom RiniSPL: Move the omap SPL framework to common/spl
2012-09-27 Tom RiniARM: SPL: Move gpmc_init() to spl_board_init()
2012-09-27 Tom RiniARM: SPL: Start hooking in the current SPI SPL support
2012-09-27 Tom RiniARM: SPL: Clean up spl.c / spl_nand.c slightly
2012-09-27 Tom RiniARM: SPL: Make spl_mmc.c more generic
2012-09-27 Tom RiniARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
2012-09-27 Tom RiniARM: SPL: Only call mem_malloc_init if configured
2012-09-27 Tom RiniARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
2012-09-27 Tom RiniARM: SPL: Rename omap_boot_mode to spl_boot_mode()
2012-09-27 Tom RiniARM: SPL: Rename omap_boot_device to spl_boot_device
2012-09-27 Pavel Machekomap-common: SPL: Fix whitespace in omap-common/u-boot...
2012-09-27 Tom Riniomap-common: Fix typo in save_boot_params() in lowlevel...
2012-09-27 Tom Riniomap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_di...
2012-09-27 Tom Rinispl_mmc: Make FAT checks / calls guarded with CONFIG_SP...
2012-09-27 Tom RiniMakefile: Move SPL files to clobber, remove from clean
2012-09-26 Benoît ThébaudeauFAT: Make it possible to read from any file position
2012-09-26 Igor Grinbergenv: checkpatch clean env_fat
2012-09-26 Igor Grinbergenv: remove duplicated env_get_char_spec()
2012-09-26 Tom RiniREADME.commands: Document what UNDEF_SYM does
2012-09-26 Otavio Salvadorpatman: Use reverse order for changelog
2012-09-26 Daniel Schwierzeckmalloc: remove extern declarations of malloc_bin_reloc...
2012-09-26 Michal Simeknet: Add driver for Zynq Gem IP
2012-09-26 Lucas Stachnet: asix: add AX88772B support
2012-09-26 Lucas Stachnet: asix: add read_mac function
2012-09-26 Lucas Stachnet: asix: add write_hwaddr function
2012-09-26 Lucas Stachnet: asix: split out basic reset function
2012-09-26 Lucas Stachnet: introduce transparent driver private in ueth_data
2012-09-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2012-09-25 Stephen Warrencmd_part: add partition-related command
2012-09-25 Stephen Warrendisk: part_msdos: parse and store partition UUID
2012-09-25 Stephen Warrendisk: part_efi: parse and store partition UUID
2012-09-25 Stephen Warrendisk: part_efi: range-check partition number
2012-09-25 Stephen Warrendisk: get_device_and_partition() "auto" partition and...
2012-09-25 Stephen Warrendisk: introduce get_device()
2012-09-25 Rob Herringcmd_reiser: use common get_device_and_partition function
2012-09-25 Rob Herringcmd_zfs: use common get_device_and_partition function
2012-09-25 Rob Herringcmd_disk: use common get_device_and_partition function
2012-09-25 Rob Herringcmd_fat: use common get_device_and_partition function
2012-09-25 Rob Herringcmd_extX: use common get_device_and_partition function
2012-09-25 Rob Herringext4: remove init_fs/deinit_fs
2012-09-25 Rob Herringdisk/part: introduce get_device_and_partition
2012-09-25 Rob Herringdisk/part: check bootable flag for DOS partitions
2012-09-25 Rob Herringcombine block device load commands into common function
2012-09-25 Stephen Warrendisk: make get_partition_info() always available to...
2012-09-25 Allen MartinMAKEALL: fix per arch board lists
2012-09-25 Stephen WarrenARM: arm1176: Define arch_cpu_init() at the SoC level
2012-09-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2012-09-24 Anatolij Gustschincommon/lcd: fix build breakage for at91sam9x5ek and...
2012-09-24 Joe Hershbergernet: Filter incoming netconsole packets by IP
2012-09-24 Joe Hershbergernet: Allow netconsole settings to change after nc_start
2012-09-24 Joe Hershbergernet: Improve the speed of netconsole
2012-09-24 Joe Hershbergernet: Make the netconsole buffer size configurable
2012-09-24 Nobuhiro Iwamatsunet: sh_eth: Add support R8A7740 of rmobile (arm core)
2012-09-24 Marek Vasutdm: net: Fixup the armada100 FEC driver
2012-09-24 Michal Simeknet: emaclite: Support OF initialization
2012-09-24 Marek Vasutdm: net: Move IXP NPE to drivers/net/
2012-09-24 Tetsuyuki Kobayashinet: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000
2012-09-24 Michael Walleapi: net: fix length check in eth_receive()
2012-09-24 Joe Hershbergernet: Make netconsole src and dest ports configurable
2012-09-22 Tom RiniPrepare v2012.10-rc1 v2012.10-rc1
2012-09-21 Tom RiniMerge branch 'agust@denx.de' of git://git.denx.de/u...
2012-09-21 Kumar Galapci: fix some warnings related to assumptions about
2012-09-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
next