summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fdt: send all dtc output to stderrStephen Warren2012-07-091-1/+1
* ext2fs: fix warning: 'blocknxt' may be used uninitializedKim Phillips2012-07-081-1/+1
* tools: Fix mingw tools buildVladimir Yakovlev2012-07-082-3/+10
* net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips2012-07-081-1/+3
* Remove remaining mdelay() macrosAnatolij Gustschin2012-07-082-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-07-08258-1775/+11028
|\
| * ARM: cache: Move the cp15 CR register read before flushing the cache.SRICHARAN R2012-07-071-3/+3
| * ARM: introduce arch_early_init_r()Fabio Estevam2012-07-072-0/+5
| * PXA: Enable CONFIG_PREBOOT on zipitz2Marek Vasut2012-07-071-0/+1
| * ARM: mx28: Remove CONFIG_ARCH_CPU_INITFabio Estevam2012-07-073-4/+0
| * No need to define CONFIG_ARCH_CPU_INIT.Fabio Estevam2012-07-073-4/+0
| * add new board vl_ma2scesw@bus-elektronik.de2012-07-075-0/+1065
| * MTD: SPEAr SMI: Add write support for length < 4 bytesStefan Roese2012-07-071-4/+18
| * i2c: designware_i2c.c: Add support for the "i2c probe" commandStefan Roese2012-07-071-6/+10
| * rtc/m41t62: Add support for M41T82 with HT (Halt Update)Stefan Roese2012-07-071-1/+9
| * SPL: ARM: spear: Add SPL support for SPEAr600 platformStefan Roese2012-07-0715-27/+1740
| * Makefile: Add u-boot.spr build target (SPEAr)Stefan Roese2012-07-072-0/+21
| * SPL: ARM: spear: Remove some objects from SPL buildStefan Roese2012-07-072-0/+4
| * SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese2012-07-071-1/+1
| * SPL: common/Makefile: Add image.c to SPL buildStefan Roese2012-07-071-1/+1
| * arm: Don't use printf() in SPL buildsSimon Glass2012-07-071-1/+2
| * GPIO: Add SPEAr GPIO driverStefan Roese2012-07-073-0/+143
| * net: Multiple updates/enhancements to designware.cStefan Roese2012-07-073-69/+51
| * cleanup/SPEAr: Define configuration flags more elegantlyAmit Virdi2012-07-073-18/+18
| * cleanup/SPEAr: Remove unnecessary parenthesisAmit Virdi2012-07-074-10/+10
| * SPEAr: Correct SoC ID offset in misc configuration spaceShiraz Hashim2012-07-071-1/+1
| * SPEAr: explicitly select clk src for UARTShiraz Hashim2012-07-072-1/+8
| * SPEAr: Remove CONFIG_MTD_NAND_VERIFY_WRITE to speed up NAND accessAmit Virdi2012-07-071-1/+0
| * SPEAr: Enable ONFI nand flash detection for spear3xx and 6xx and evbVipin Kumar2012-07-071-0/+2
| * SPEAr: Enable CONFIG_SYS_FLASH_EMPTY_INFO macroVipin Kumar2012-07-071-1/+2
| * SPEAr: Correct the definition of CONFIG_SYS_MONITOR_BASEVipin Kumar2012-07-071-2/+2
| * SPEAr: Enable CONFIG_SYS_FLASH_PROTECTIONVipin Kumar2012-07-071-0/+2
| * SPEAr: Enable dcache for fast file transferShiraz Hashim2012-07-071-0/+4
| * SPEAr: Enable autoneg for ethernetShiraz Hashim2012-07-071-0/+1
| * SPEAr: Enable udc and usb-console support only for usbtty configurationVipin KUMAR2012-07-071-0/+3
| * SPEAr: Enable usb device high speed supportVipin KUMAR2012-07-071-0/+1
| * SPEAr: Initialize SNOR in early_board_init_fAmit Virdi2012-07-072-0/+9
| * SPEAr: Change the default environment variablesVipin KUMAR2012-07-073-9/+32
| * SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK)Vipin KUMAR2012-07-071-1/+0
| * SPEAr: Add configuration options for spear3xx and spear6xx boardsVipin KUMAR2012-07-079-186/+77
| * SPEAr: Add basic arch related support for SPEAr SoCsVipin KUMAR2012-07-074-1/+93
| * SPEAr: Add interface information in initializationVipin Kumar2012-07-077-22/+61
| * SPEAr: Add macb driver support for spear310 and spear320Vipin KUMAR2012-07-075-6/+78
| * SPEAr: Configure network support for spear SoCsVipin KUMAR2012-07-077-2/+56
| * SPEAr: Place ethaddr write and read within CONFIG_CMD_NETVipin KUMAR2012-07-072-8/+29
| * SPEAr: Eliminate dependency on Xloader tableAmit Virdi2012-07-073-115/+0
| * SPEAr: Fix ARM relocation supportAmit Virdi2012-07-071-19/+1
| * st_smi: Fixed page size for Winbond W25Q128FV flashArmando Visconti2012-07-071-1/+1
| * st_smi: Change timeout loop implementationAmit Virdi2012-07-071-10/+17
| * st_smi: Fix bug in flash_print_info()Armando Visconti2012-07-071-2/+7
OpenPOWER on IntegriCloud