summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-11-20dm: input: Create a keyboard uclassSimon Glass
2015-11-20dm: usb: Add support for USB keyboards with driver modelSimon Glass
2015-11-19Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-11-19common: mii: Do not allow to exceed max phy limitMichal Simek
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi
2015-11-19env_ubi.c: Correct pointer error in env loadKevin Smith
2015-11-18itest: add missing break statements to evalexp()Stephen Warren
2015-11-18common: add CMD_GPIO to KconfigThomas Chou
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: announce boot devicesNikita Kiryanov
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov
2015-11-18common: spl: move image load to its own functionNikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2015-11-18spl: mmc: refactor device location code to its own functionNikita Kiryanov
2015-11-18spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov
2015-11-18spl: nand: remove code duplicationNikita Kiryanov
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-11-16splash_source: add support for filesystem formatted sataNikita Kiryanov
2015-11-16splash_source: add support for filesystem formatted usbNikita Kiryanov
2015-11-16splash_source: add support for filesystem formatted mmcNikita Kiryanov
2015-11-16splash_source: rename *_read() to *_read_raw()Nikita Kiryanov
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini
2015-11-13x86: Move timer_init() call a bit earlierBin Meng
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom
2015-11-13sparc: Kconfig: Move the CMD_AMBAPP command to KconfigFrancois Retief
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom
2015-11-13board_init: Change the logic to setup malloc_baseFabio Estevam
2015-11-12common: Simplify get_clocks() #ifdefPeng Fan
2015-11-12mmc: Use lldiv() for 64-bit division in write_raw_image()Siarhei Siamashka
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay
2015-11-12sparse: Rename the file and headerMaxime Ripard
2015-11-12fastboot: nand: Add pre erase and write hooksMaxime Ripard
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12sparse: Implement several chunks flashingMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12sparse: Implement storage abstractionMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-11-12sparse: Simplify multiple logicMaxime Ripard
2015-11-12sparse: Refactor chunk parsing functionMaxime Ripard
2015-11-12sparse: Move main header parsing to a function of its ownMaxime Ripard
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2015-11-06common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck
2015-11-06nios2: use common sequence for reserve_ubootThomas Chou
2015-11-06nios2: use dram bank in board infoThomas Chou
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam