summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher
2016-06-09common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionHeiko Schocher
2016-06-06dm: scsi: if_typename should be scsiEd Swarthout
2016-06-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-06-06Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-06-06env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood
2016-06-03usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada
2016-06-03Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-06-03spl: Allow settings malloc_f base addressMarek Vasut
2016-06-01spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla
2016-05-27spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla
2016-05-27Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass
2016-05-27board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass
2016-05-27cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski
2016-05-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass
2016-05-27dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass
2016-05-27SPL: FIT: Align loading address for headerMichal Simek
2016-05-25fdt: Document the rest of struct of_busPaul Burton
2016-05-25fdt: Support for ISA bussesPaul Burton
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek
2016-05-24mkimage: Report information about fpgaMichal Simek
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek
2016-05-24SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass
2016-05-23malloc: improve memalign fragmentation fixStephen Warren
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: sata: Add support for driver-model block devicesSimon Glass
2016-05-17dm: scsi: Add support for driver-model block devicesSimon Glass
2016-05-17dm: ide: Add support for driver-model block devicesSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass