summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-202-4/+2
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-202-1/+8
|\
| * common: fb_nand: won't compileSergey Kubushyn2016-06-191-1/+1
| * spl: nand: support redundant u-boot imageBoris Brezillon2016-06-191-0/+7
* | SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy2016-06-191-1/+1
* | SPL: ext: remove redundant ifdef statementPetr Kulhavy2016-06-171-2/+1
* | common: image-fit: Cleanup spelling mistakesAndreas Dannenberg2016-06-171-15/+15
* | common/Kconfig: Change the default BOOTDELAY to 2Tom Rini2016-06-171-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-06-171-4/+55
|\ \
| * | splash_source: add support for ubifs formatted nandEran Matityahu2016-06-141-4/+55
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-06-131-0/+21
|\ \ \ | |/ /
| * | common: env_ubi: Clear environment buffer before readingMarcin Niestroj2016-06-131-0/+21
* | | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-131-1/+1
|\ \ \
| * | | bootm: Align cache flush end address correctlySimon Glass2016-06-121-1/+1
| |/ /
* | | verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-121-0/+1
|/ /
* | 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
OpenPOWER on IntegriCloud