aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-22strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout2-2/+2
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang22-25/+39
2011-03-22Fix hash table deletion to prevent lost entriesPeter Barada1-5/+13
2011-03-21Top config.mk: add include/config.mkJoakim Tjernlund1-0/+1
2011-03-21net: ftmac100: update get_timer() usagesPo-Yu Chuang1-3/+3
2011-03-21net: ftmac100: remove unnecessary volatilesPo-Yu Chuang1-6/+6
2011-03-21mpc52xx, digsy_mtc_rev5: Fix Linux crash, if no Flash in bank 2Heiko Schocher2-2/+7
2011-03-21Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk1-72/+65
2011-03-21Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk6-8/+96
2011-03-21UBI: Fix error code handling in ubi commandsStefan Roese1-72/+65
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu3-3/+3
2011-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu1-1/+7
2011-03-16net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda2-4/+86
2011-03-15powerpc/85xx: Fix synchronization of timebase on MP bootKumar Gala1-0/+9
2011-03-13mpc8[5/6]xx: Ensure POST word does not get resetJohn Schmoller2-0/+32
2011-03-07fsl_esdhc: Correcting esdhc timeout counter calculationPriyanka Jain1-1/+15
2011-03-06powerpc/85xx: Fix pixis_reset altbank mask on MPC8536DSMatthew McClintock1-1/+1
2011-03-05powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet PlatformsEd Swarthout1-2/+2
2011-03-05powerpc/corenet_ds: revise platform dependent parametersYork Sun1-4/+4
2011-03-05corenet_ds: pick the middle value for all tested timing parametersYork Sun1-40/+18
2011-03-05powerpc/mpc8xxx: Fix DDR3 timing_cfg_1 and sdram_mode registersYork Sun1-6/+14
2011-02-22fsl_law: Fix LAW printing functionKumar Gala1-1/+1
2011-02-21ARM: Update mach-typesSandeep Paulraj1-15/+1276
2011-02-21arm1136 relocation: Fix calculation of board_init_rFabio Estevam1-1/+1
2011-02-21arm1136: Fix NAND bootFabio Estevam1-12/+4
2011-02-21arm: get_sp() should always be compiledPo-Yu Chuang1-3/+1
2011-02-21Pantheon: Add Board Support for Marvell dkb boardLei Wen5-0/+175
2011-02-21mvmfp: add MFP configuration support for PANTHEONLei Wen2-0/+43
2011-02-21serial: add pantheon soc supportLei Wen1-0/+2
2011-02-21ARM: Add Support for Marvell Pantheon Familiy SoCsLei Wen7-0/+641
2011-02-21mv: seperate kirkwood and armada from common settingLei Wen5-126/+223
2011-02-21ARM: fix write*() I/O accessorsWolfgang Denk1-3/+3
2011-02-21arm relocation: Fix calculation of board_init_rAlexander Stein1-1/+1
2011-02-21arm: Tegra2: Add support for NVIDIA Seaboard boardTom Warren4-0/+95
2011-02-21arm: Tegra2: Add support for NVIDIA Harmony boardTom Warren5-0/+264
2011-02-21serial: Add Tegra2 serial port supportTom Warren5-2/+111
2011-02-21arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren13-0/+1054
2011-02-21mx31pdk: Make the full boot log visibleFabio Estevam2-1/+7
2011-02-21mx31pdk: Use the new relocation schemeFabio Estevam3-9/+66
2011-02-21EfikaMX: switch to MACH_TYPE_MX51_EFIKAMXLoïc Minier1-1/+1
2011-02-19Fix compile warning in net/eth.cRemy Bohmer1-1/+1
2011-02-19Fix build warnings in cmd_flash.cRemy Bohmer1-4/+4
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev3-0/+36
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev6-61/+2367
2011-02-19USB-CDC: Move struct declaration before its useVitaly Kuzmichev1-34/+36
2011-02-19USB-CDC: Port struct net_device_statsVitaly Kuzmichev2-0/+104
2011-02-19USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev1-0/+7
2011-02-19Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet AdaptorSimon Glass4-0/+652
2011-02-19Add USB host ethernet adapter supportSimon Glass9-24/+298
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass3-7/+16