summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* bootstage: call show_boot_progress also in SPLHeiko Schocher2016-06-092-0/+10
* common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionHeiko Schocher2016-06-091-0/+9
* dm: scsi: if_typename should be scsiEd Swarthout2016-06-061-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-061-1/+1
|\
| * usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada2016-06-041-1/+1
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-06-061-0/+1
|\ \
| * | env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek2016-06-061-0/+1
| |/
* | spl: fit: Fix non-matching DT names console outputAndreas Dannenberg2016-06-041-1/+1
* | nand: Embed mtd_info in struct nand_chipScott Wood2016-06-033-12/+12
* | mtd: nand: Remove nand_info_t typedefScott Wood2016-06-032-19/+19
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-06-021-3/+0
|\
| * spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut2016-06-011-3/+0
* | spl: Allow settings malloc_f base addressMarek Vasut2016-06-021-0/+3
|/
* spl: fit: Fix load address of fit headerLokesh Vutla2016-06-011-2/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-272-9/+8
|\
| * dm: mmc: spl: Add support for CONFIG_BLKSimon Glass2016-05-271-5/+4
| * dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass2016-05-271-4/+4
* | spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla2016-05-271-14/+84
* | spl: fit: Do not print selected dtb during fit loadLokesh Vutla2016-05-271-3/+1
* | spl: Support loading a FIT from NANDLokesh Vutla2016-05-271-5/+32
* | spl: Support loading a FIT from FAT FSLokesh Vutla2016-05-271-4/+32
* | spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-272-14/+59
* | spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla2016-05-271-0/+1
* | Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass2016-05-272-8/+2
* | board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass2016-05-271-1/+1
* | cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski2016-05-271-3/+2
* | SPL: FIT: Align loading address for headerMichal Simek2016-05-271-0/+1
|/
* fdt: Document the rest of struct of_busPaul Burton2016-05-251-0/+19
* fdt: Support for ISA bussesPaul Burton2016-05-251-3/+98
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-243-2/+107
* mkimage: Report information about fpgaMichal Simek2016-05-242-0/+5
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-241-0/+1
* SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek2016-05-241-9/+36
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-241-0/+6
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-231-1/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-231-1/+6
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-231-3/+3
* malloc: improve memalign fragmentation fixStephen Warren2016-05-231-2/+21
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-203-0/+378
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-1710-33/+1964
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-172-4/+4
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-8/+5
| * dm: sata: Add support for driver-model block devicesSimon Glass2016-05-171-1/+30
| * dm: scsi: Add support for driver-model block devicesSimon Glass2016-05-171-0/+32
| * dm: ide: Add support for driver-model block devicesSimon Glass2016-05-171-0/+32
| * dm: scsi: Drop the get_dev() functionSimon Glass2016-05-172-8/+1
| * dm: ide: Drop the get_dev() functionSimon Glass2016-05-171-7/+0
| * dm: usb: Drop the get_dev() functionSimon Glass2016-05-172-18/+1
| * dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+87
| * dm: ide: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+1207
OpenPOWER on IntegriCloud