summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB-CDC: Port struct net_device_statsVitaly Kuzmichev2011-02-192-0/+104
* USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev2011-02-191-0/+7
* Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet AdaptorSimon Glass2011-02-194-0/+652
* Add USB host ethernet adapter supportSimon Glass2011-02-199-24/+298
* Fix EHCI usb submit timeout and unify with OHCISimon Glass2011-02-193-7/+16
* add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda2011-02-151-1/+2
* net: ne2000: Add spport RTL-8019ASNobuhiro Iwamatsu2011-02-151-1/+2
* unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk2011-02-151-1/+9
* itest: fix result of string comparesWolfgang Denk2011-02-151-5/+2
* microblaze: Fix msr handling in interrupt_handlerMichal Simek2011-02-151-18/+1
* microblaze: Fix systems with MSR=0Michal Simek2011-02-151-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2011-02-129-145/+39
|\
| * MIPS: Move VCT boards to boards.cfgShinya Kuribayashi2011-02-072-32/+12
| * MIPS: Move Inca-IP targets to boards.cfgShinya Kuribayashi2011-02-054-17/+11
| * MIPS: Move Qemu MIPS target to boards.cfgShinya Kuribayashi2011-02-052-5/+1
| * MIPS: Move Alchemy Au1x00 based boards to boards.cfgShinya Kuribayashi2011-02-052-39/+7
| * cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi2011-02-051-1/+2
| * MIPS: dbau1x00: Remove unused flash driver stubDaniel Schwierzeck2011-02-052-44/+1
| * MIPS: Purple: Fix multiple definition error on final linking of u-boot binaryDaniel Schwierzeck2011-02-051-5/+0
| * MIPS: VCT: Fix enabling of unwanted options if networking or USB support are ...Daniel Schwierzeck2011-02-051-2/+5
* | eNET: Move initial Global Data into CARGraeme Russ2011-02-121-1/+1
* | sc520: Release CAR and enable cachingGraeme Russ2011-02-121-5/+11
* | x86: Convert board_init_f to use an init_sequenceGraeme Russ2011-02-121-41/+29
* | x86: Rearrange function calls in board_init_fGraeme Russ2011-02-121-8/+8
* | x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ2011-02-122-49/+74
* | x86: Fix incorrect usage of relocation offsetGraeme Russ2011-02-122-6/+6
* | x86: Move console initialisation into board_init_fGraeme Russ2011-02-121-3/+12
* | x86: Move test for cold boot into init functionsGraeme Russ2011-02-122-13/+11
* | x86: Move call to dram_init_f into board_init_fGraeme Russ2011-02-123-3/+4
* | x86: Defer setup of final stackGraeme Russ2011-02-122-17/+33
* | sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-1210-767/+611
* | x86: Use Cache-As-RAM for initial stackGraeme Russ2011-02-125-21/+135
* | x86: Move initial gd to fixed locationGraeme Russ2011-02-124-19/+39
* | eNET: General code cleanupGraeme Russ2011-02-123-186/+129
* | eNET: Rearrange PAR assignmentsGraeme Russ2011-02-122-30/+46
* | eNET: Define MMCR values in config.hGraeme Russ2011-02-123-46/+445
* | eNET: Add RTC support to eNETGraeme Russ2011-02-122-0/+8
* | eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ2011-02-121-6/+9
* | sc520: Remove printf calls from cpu_init_fGraeme Russ2011-02-121-2/+0
* | sc520: Move board specific settings to board init functionGraeme Russ2011-02-122-19/+9
* | sc520: Define MMCR address in include fileGraeme Russ2011-02-124-39/+55
* | x86: Make cpu init functions weakGraeme Russ2011-02-124-32/+17
* | x86: Call early_board_init when warm bootingGraeme Russ2011-02-121-5/+5
* | x86: Add processor flags header from linuxGraeme Russ2011-02-126-10/+121
* | x86: Move Global Descriptor Table defines to processor.hGraeme Russ2011-02-122-10/+7
* | x86: Add stack dump to register dumpGraeme Russ2011-02-121-0/+16
* | x86: Fix mangled umlautsGraeme Russ2011-02-122-2/+2
* | sc520: Sort MakefileGraeme Russ2011-02-121-1/+1
* | x86: Parametize values used in linker scriptGraeme Russ2011-02-125-20/+20
* | eNET: Create distinct board configurationsGraeme Russ2011-02-122-2/+2
OpenPOWER on IntegriCloud