aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-11-19usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass1-5/+5
2015-11-19usb: Drop unused code in usb_kbd.cSimon Glass1-30/+0
2015-11-19usb: Refactor USB tree output code for testingSimon Glass1-25/+33
2015-11-19console: Add a console bufferSimon Glass4-1/+97
2015-11-19Move console definitions into a new console.h fileSimon Glass29-0/+30
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass1-1/+9
2015-11-19common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou1-1/+1
2015-11-19dm: stdio: Plumb in the new keyboard uclassSimon Glass1-1/+30
2015-11-19dm: input: Create a keyboard uclassSimon Glass1-6/+0
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass2-8/+56
2015-11-19Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+6
2015-11-19common: mii: Do not allow to exceed max phy limitMichal Simek1-0/+5
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi1-0/+1
2015-11-19env_ubi.c: Correct pointer error in env loadKevin Smith1-2/+1
2015-11-18itest: add missing break statements to evalexp()Stephen Warren1-3/+9
2015-11-18common: add CMD_GPIO to KconfigThomas Chou1-0/+6
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2-9/+34
2015-11-18spl: announce boot devicesNikita Kiryanov1-0/+79
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov1-4/+29
2015-11-18common: spl: move image load to its own functionNikita Kiryanov1-67/+50
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov9-48/+91
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov1-36/+18
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov1-30/+51
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov1-4/+9
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov3-8/+21
2015-11-18spl: mmc: refactor device location code to its own functionNikita Kiryanov1-22/+55
2015-11-18spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov1-6/+7
2015-11-18spl: nand: remove code duplicationNikita Kiryanov1-15/+16
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-10/+115
2015-11-16splash_source: add support for filesystem formatted sataNikita Kiryanov1-0/+20
2015-11-16splash_source: add support for filesystem formatted usbNikita Kiryanov1-1/+30
2015-11-16splash_source: add support for filesystem formatted mmcNikita Kiryanov1-1/+57
2015-11-16splash_source: rename *_read() to *_read_raw()Nikita Kiryanov1-9/+9
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini3-124/+470
2015-11-13x86: Move timer_init() call a bit earlierBin Meng2-3/+2
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom1-2/+19
2015-11-13sparc: Kconfig: Move the CMD_AMBAPP command to KconfigFrancois Retief2-0/+35
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom1-124/+418
2015-11-12board_init: Change the logic to setup malloc_baseFabio Estevam1-2/+1
2015-11-12common: Simplify get_clocks() #ifdefPeng Fan1-4/+1
2015-11-12mmc: Use lldiv() for 64-bit division in write_raw_image()Siarhei Siamashka1-1/+2
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay1-0/+17
2015-11-12sparse: Rename the file and headerMaxime Ripard4-4/+4
2015-11-12fastboot: nand: Add pre erase and write hooksMaxime Ripard1-0/+18
2015-11-12fastboot: Implement NAND backendMaxime Ripard2-1/+201
2015-11-12sparse: Implement several chunks flashingMaxime Ripard1-2/+15
2015-11-12fastboot: Implement flashing session counterMaxime Ripard2-5/+7
2015-11-12sparse: Implement storage abstractionMaxime Ripard2-31/+91
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2-45/+32
2015-11-12sparse: Simplify multiple logicMaxime Ripard1-4/+10