summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed GPIOs for GTA04H. Nikolaus Schaller2011-04-221-3/+7
* git pull denx masterH. Nikolaus Schaller2011-02-24823-14397/+38150
|\
| * ARM: Update mach-typesSandeep Paulraj2011-02-211-15/+1276
| * arm1136 relocation: Fix calculation of board_init_rFabio Estevam2011-02-211-1/+1
| * arm1136: Fix NAND bootFabio Estevam2011-02-211-12/+4
| * arm: get_sp() should always be compiledPo-Yu Chuang2011-02-211-3/+1
| * Pantheon: Add Board Support for Marvell dkb boardLei Wen2011-02-215-0/+175
| * mvmfp: add MFP configuration support for PANTHEONLei Wen2011-02-212-0/+43
| * serial: add pantheon soc supportLei Wen2011-02-211-0/+2
| * ARM: Add Support for Marvell Pantheon Familiy SoCsLei Wen2011-02-217-0/+641
| * mv: seperate kirkwood and armada from common settingLei Wen2011-02-215-126/+223
| * ARM: fix write*() I/O accessorsWolfgang Denk2011-02-211-3/+3
| * arm relocation: Fix calculation of board_init_rAlexander Stein2011-02-211-1/+1
| * arm: Tegra2: Add support for NVIDIA Seaboard boardTom Warren2011-02-214-0/+95
| * arm: Tegra2: Add support for NVIDIA Harmony boardTom Warren2011-02-215-0/+264
| * serial: Add Tegra2 serial port supportTom Warren2011-02-215-2/+111
| * arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren2011-02-2113-0/+1054
| * mx31pdk: Make the full boot log visibleFabio Estevam2011-02-212-1/+7
| * mx31pdk: Use the new relocation schemeFabio Estevam2011-02-213-9/+66
| * EfikaMX: switch to MACH_TYPE_MX51_EFIKAMXLoïc Minier2011-02-211-1/+1
| * Fix compile warning in net/eth.cRemy Bohmer2011-02-191-1/+1
| * Fix build warnings in cmd_flash.cRemy Bohmer2011-02-191-4/+4
| * USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev2011-02-193-0/+36
| * USB: Add USB RNDIS gadget protocolVitaly Kuzmichev2011-02-196-61/+2367
| * USB-CDC: Move struct declaration before its useVitaly Kuzmichev2011-02-191-34/+36
| * 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