summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* common/Kconfig: Change the default BOOTDELAY to 2Tom Rini2016-06-17-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-06-17-4/+55
|\
| * splash_source: add support for ubifs formatted nandEran Matityahu2016-06-14-4/+55
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-06-13-0/+21
|\ \ | |/
| * common: env_ubi: Clear environment buffer before readingMarcin Niestroj2016-06-13-0/+21
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-13-1/+1
|\ \
| * | bootm: Align cache flush end address correctlySimon Glass2016-06-12-1/+1
| |/
* | verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-12-0/+1
|/
* bootstage: call show_boot_progress also in SPLHeiko Schocher2016-06-09-0/+10
* common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionHeiko Schocher2016-06-09-0/+9
* dm: scsi: if_typename should be scsiEd Swarthout2016-06-06-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-06-1/+1
|\
| * usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada2016-06-04-1/+1
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-06-06-0/+1
|\ \
| * | env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek2016-06-06-0/+1
| |/
* | spl: fit: Fix non-matching DT names console outputAndreas Dannenberg2016-06-04-1/+1
* | nand: Embed mtd_info in struct nand_chipScott Wood2016-06-03-12/+12
* | mtd: nand: Remove nand_info_t typedefScott Wood2016-06-03-19/+19
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-06-02-3/+0
|\
| * spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut2016-06-01-3/+0
* | spl: Allow settings malloc_f base addressMarek Vasut2016-06-02-0/+3
|/
* spl: fit: Fix load address of fit headerLokesh Vutla2016-06-01-2/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-27-9/+8
|\
| * dm: mmc: spl: Add support for CONFIG_BLKSimon Glass2016-05-27-5/+4
| * dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass2016-05-27-4/+4
* | spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla2016-05-27-14/+84
* | spl: fit: Do not print selected dtb during fit loadLokesh Vutla2016-05-27-3/+1
* | spl: Support loading a FIT from NANDLokesh Vutla2016-05-27-5/+32
* | spl: Support loading a FIT from FAT FSLokesh Vutla2016-05-27-4/+32
* | spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-27-14/+59
* | spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla2016-05-27-0/+1
* | Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass2016-05-27-8/+2
* | board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass2016-05-27-1/+1
* | cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski2016-05-27-3/+2
* | SPL: FIT: Align loading address for headerMichal Simek2016-05-27-0/+1
|/
* fdt: Document the rest of struct of_busPaul Burton2016-05-25-0/+19
* fdt: Support for ISA bussesPaul Burton2016-05-25-3/+98
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-24-2/+107
* mkimage: Report information about fpgaMichal Simek2016-05-24-0/+5
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-24-0/+1
* SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek2016-05-24-9/+36
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-24-0/+6
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-23-1/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-23-1/+6
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-23-3/+3
* malloc: improve memalign fragmentation fixStephen Warren2016-05-23-2/+21
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-20-0/+378
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-17-33/+1964
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-4/+4
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-17-8/+5