summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* disk: allow - or empty string to fall back to $bootdeviceStephen Warren2012-09-28-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2012-09-27-166/+1379
|\
| * net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki2012-09-27-0/+2
| * PXE: FDT: Add support for fdt in PXEChander Kashyap2012-09-27-5/+48
| * FEC: Replace magic contantsMarek Vasut2012-09-27-3/+6
| * FEC: Rework the TX wait mechanismMarek Vasut2012-09-27-9/+11
| * FEC: Remove endless loop in the FEC driverMarek Vasut2012-09-27-1/+13
| * FEC: Properly align address over the buffers for cache opsMarek Vasut2012-09-27-6/+8
| * FEC: Do not pass unaligned buffer to network stackMarek Vasut2012-09-27-1/+2
| * net: Add Vitesse VSC8662 PHY supportPriyanka Jain2012-09-27-4/+14
| * net/phy: support the mv88e6352 switchValentin Longchamp2012-09-27-0/+411
| * net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau2012-09-27-2/+5
| * net: Add driver for Zynq Gem IPMichal Simek2012-09-26-1/+442
| * net: asix: add AX88772B supportLucas Stach2012-09-26-12/+23
| * net: asix: add read_mac functionLucas Stach2012-09-26-12/+35
| * net: asix: add write_hwaddr functionLucas Stach2012-09-26-11/+52
| * net: asix: split out basic reset functionLucas Stach2012-09-26-18/+26
| * net: introduce transparent driver private in ueth_dataLucas Stach2012-09-26-20/+37
| * net: Filter incoming netconsole packets by IPJoe Hershberger2012-09-24-3/+9
| * net: Allow netconsole settings to change after nc_startJoe Hershberger2012-09-24-31/+65
| * net: Improve the speed of netconsoleJoe Hershberger2012-09-24-17/+98
| * net: Make the netconsole buffer size configurableJoe Hershberger2012-09-24-2/+8
| * net: sh_eth: Add support R8A7740 of rmobile (arm core)Nobuhiro Iwamatsu2012-09-24-3/+13
| * dm: net: Fixup the armada100 FEC driverMarek Vasut2012-09-24-2/+3
| * net: emaclite: Support OF initializationMichal Simek2012-09-24-0/+30
| * dm: net: Move IXP NPE to drivers/net/Marek Vasut2012-09-24-2/+2
| * net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi2012-09-24-1/+1
| * api: net: fix length check in eth_receive()Michael Walle2012-09-24-4/+1
| * net: Make netconsole src and dest ports configurableJoe Hershberger2012-09-24-16/+34
* | SPL: Add support for loading image from ram in SPL.Pavel Machek2012-09-27-0/+26
* | SPL: Rework how we inform about un-headered imagesTom Rini2012-09-27-5/+2
* | SPL: Make un-supported boot device puts a debug insteadTom Rini2012-09-27-3/+1
* | SPL: Enable use of custom defined U-Boot entry pointStefan Roese2012-09-27-1/+4
* | SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini2012-09-27-14/+15
* | SPL: Add option to skip copying of the mkimage headerStefan Roese2012-09-27-4/+20
* | SPL: Add NOR flash booting supportStefan Roese2012-09-27-0/+71
* | da850: Add README.da850Tom Rini2012-09-27-0/+68
* | hawkboard: Update config file to work with common spl frameworkSughosh Ganu2012-09-27-1/+1
* | ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini2012-09-27-113/+101
* | SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2012-09-27-12/+5
* | SPL: Use image_get_xxx() functions to access header valuesStefan Roese2012-09-27-5/+5
* | SPL: do not use fix value for u-boot sizeStefano Babic2012-09-27-1/+5
* | SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-27-46/+98
* | SPL: Move the omap SPL framework to common/splTom Rini2012-09-27-59/+138
* | ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini2012-09-27-1/+14
* | ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2012-09-27-0/+8
* | ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini2012-09-27-16/+8
* | ARM: SPL: Make spl_mmc.c more genericTom Rini2012-09-27-26/+38
* | ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini2012-09-27-76/+203
* | ARM: SPL: Only call mem_malloc_init if configuredTom Rini2012-09-27-0/+2