summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
...
* serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut2012-10-15-14/+2
* serial: microblaze: Move serial registration from serial_initialize()Marek Vasut2012-10-15-14/+2
* serial: zynq: Move serial registration from serial_initialize()Tom Rini2012-10-15-8/+2
* serial: s5p: Move serial registration from serial_initialize()Marek Vasut2012-10-15-6/+2
* serial: pxa: Move serial registration from serial_initialize()Marek Vasut2012-10-15-9/+2
* serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut2012-10-15-5/+2
* serial: mpc8xx: Move serial registration from serial_initialize()Marek Vasut2012-10-15-8/+3
* serial: Implement serial_initfunc() macroMarek Vasut2012-10-15-0/+8
* serial: Rename .init() and .uninit() in serial_deviceMarek Vasut2012-10-15-8/+8
* COMMON: Use __stringify() instead of MK_STR()Marek Vasut2012-10-15-45/+34
* SPL: Remove setting GD_FLG_RELOC in preloader_console_init()Tom Rini2012-10-15-1/+0
* gth2: Remove this platformTom Rini2012-10-15-2/+1
* common: cmd_elf.c: use uintptr_t for casts from u32 to void*Daniel Schwierzeck2012-10-15-3/+4
* common: cmd_elf.c: fix checkpath.pl warningsDaniel Schwierzeck2012-10-15-95/+94
* ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-15-1/+5
* env: fix crash using default -f -aGerlando Falauto2012-10-05-0/+3
* Improve license declaration for cmd_ini.hJoe Hershberger2012-10-05-2/+30
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-04-2/+89
|\
| * serial: Add Zynq serial driverMichal Simek2012-10-04-0/+8
| * OMAP: networking support for SPLIlya Yanok2012-10-01-2/+79
| * OMAP: spl: call timer_init() from SPLIlya Yanok2012-10-01-0/+2
* | Output strings from echo with puts where easyJoe Hershberger2012-10-03-7/+21
* | Add a command to access the system timerJoe Hershberger2012-10-03-0/+27
* | Add a new "ini" commandJoe Hershberger2012-10-03-0/+248
* | Cleanup cache command printsJoe Hershberger2012-10-03-1/+1
* | Fix checkpatch.pl complaints in cmd_cache.cJoe Hershberger2012-10-03-21/+26
* | Add parameter to md5sum to save the md5 sumJoe Hershberger2012-10-03-4/+37
* | Implement verify option for md5sum commandJoe Hershberger2012-10-03-0/+105
* | Add parameter to sha1sum to save the SHA1 sumJoe Hershberger2012-10-03-4/+37
* | Implement verify option for sha1sum commandJoe Hershberger2012-10-03-0/+105
* | Change dead code in "test" cmd to debug outputJoe Hershberger2012-10-03-3/+3
* | Allow runtime configuration of "zero-delay" checkJoe Hershberger2012-10-03-2/+3
|/
* cmd_fat.c: fix build warningAnatolij Gustschin2012-09-29-1/+0
* common: add zip command supportLei Wen2012-09-29-0/+61
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2012-09-27-3/+53
|\
| * PXE: FDT: Add support for fdt in PXEChander Kashyap2012-09-27-3/+36
| * net: Improve the speed of netconsoleJoe Hershberger2012-09-24-0/+17
* | SPL: Add support for loading image from ram in SPL.Pavel Machek2012-09-27-0/+22
* | 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-2/+2
* | SPL: Add option to skip copying of the mkimage headerStefan Roese2012-09-27-4/+17
* | SPL: Add NOR flash booting supportStefan Roese2012-09-27-0/+68
* | SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2012-09-27-0/+101
* | 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-35/+6
* | SPL: Move the omap SPL framework to common/splTom Rini2012-09-27-0/+336
* | FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-26-10/+15