aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driverMarek Vasut1-0/+2
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into p3mx serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into sconsole serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into cogent serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell serial driverMarek Vasut1-0/+2
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut1-0/+2
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial driversMarek Vasut1-0/+4
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driverMarek Vasut1-0/+2
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx serial driverMarek Vasut1-0/+2
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driverMarek Vasut1-0/+2
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut1-0/+2
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut1-0/+3
2012-10-15serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTIMarek Vasut1-0/+2
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-03Output strings from echo with puts where easyJoe Hershberger1-7/+21
2012-10-03Add a command to access the system timerJoe Hershberger1-0/+27
2012-10-03Add a new "ini" commandJoe Hershberger2-0/+248
2012-10-03Cleanup cache command printsJoe Hershberger1-1/+1
2012-10-03Fix checkpatch.pl complaints in cmd_cache.cJoe Hershberger1-21/+26
2012-10-03Add parameter to md5sum to save the md5 sumJoe Hershberger1-4/+37
2012-10-03Implement verify option for md5sum commandJoe Hershberger1-0/+105