summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-10-15serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut1-3/+2
2012-10-15serial: ns16550: Move serial registration from serial_initialize()Marek Vasut1-14/+2
2012-10-15serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut1-14/+2
2012-10-15serial: microblaze: Move serial registration from serial_initialize()Marek Vasut1-14/+2
2012-10-15serial: zynq: Move serial registration from serial_initialize()Tom Rini1-8/+2
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut1-6/+2
2012-10-15serial: pxa: Move serial registration from serial_initialize()Marek Vasut1-9/+2
2012-10-15serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut1-5/+2
2012-10-15serial: mpc8xx: Move serial registration from serial_initialize()Marek Vasut1-8/+3
2012-10-15serial: Implement serial_initfunc() macroMarek Vasut1-0/+8
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut1-8/+8
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut3-45/+34
2012-10-15SPL: Remove setting GD_FLG_RELOC in preloader_console_init()Tom Rini1-1/+0
2012-10-15gth2: Remove this platformTom Rini1-2/+1
2012-10-15common: cmd_elf.c: use uintptr_t for casts from u32 to void*Daniel Schwierzeck1-3/+4
2012-10-15common: cmd_elf.c: fix checkpath.pl warningsDaniel Schwierzeck1-95/+94
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD2-1/+5
2012-10-05env: fix crash using default -f -aGerlando Falauto1-0/+3
2012-10-05Improve license declaration for cmd_ini.hJoe Hershberger1-2/+30
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini7-2/+89
2012-10-04serial: Add Zynq serial driverMichal Simek1-0/+8
2012-10-04Output strings from echo with puts where easyJoe Hershberger1-7/+21
2012-10-04Add a command to access the system timerJoe Hershberger1-0/+27
2012-10-04Add a new "ini" commandJoe Hershberger2-0/+248
2012-10-04Cleanup cache command printsJoe Hershberger1-1/+1
2012-10-04Fix checkpatch.pl complaints in cmd_cache.cJoe Hershberger1-21/+26
2012-10-04Add parameter to md5sum to save the md5 sumJoe Hershberger1-4/+37
2012-10-04Implement verify option for md5sum commandJoe Hershberger1-0/+105
2012-10-04Add parameter to sha1sum to save the SHA1 sumJoe Hershberger1-4/+37
2012-10-04Implement verify option for sha1sum commandJoe Hershberger1-0/+105
2012-10-04Change dead code in "test" cmd to debug outputJoe Hershberger1-3/+3
2012-10-04Allow runtime configuration of "zero-delay" checkJoe Hershberger1-2/+3
2012-10-01OMAP: networking support for SPLIlya Yanok6-2/+79
2012-10-01OMAP: spl: call timer_init() from SPLIlya Yanok1-0/+2
2012-09-29cmd_fat.c: fix build warningAnatolij Gustschin1-1/+0
2012-09-29common: add zip command supportLei Wen2-0/+61
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2-3/+53
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek1-0/+22
2012-09-27SPL: Rework how we inform about un-headered imagesTom Rini1-5/+2
2012-09-27SPL: Make un-supported boot device puts a debug insteadTom Rini1-3/+1
2012-09-27SPL: Enable use of custom defined U-Boot entry pointStefan Roese1-1/+4
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-2/+2
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese1-4/+17
2012-09-27SPL: Add NOR flash booting supportStefan Roese3-0/+68
2012-09-27PXE: FDT: Add support for fdt in PXEChander Kashyap1-3/+36
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2-0/+101
2012-09-27SPL: Use image_get_xxx() functions to access header valuesStefan Roese1-5/+5
2012-09-27SPL: do not use fix value for u-boot sizeStefano Babic1-1/+5
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-35/+6
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini3-0/+336