summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2016-07-14dm: spl: Don't set up device tree with of-platdataSimon Glass
2016-07-14spl: Drop include of i2c.hSimon Glass
2016-07-14spl: fit: add support for post-processing of imagesDaniel Allred
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini
2016-06-19spl: nand: support redundant u-boot imageBoris Brezillon
2016-06-19SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy
2016-06-17SPL: ext: remove redundant ifdef statementPetr Kulhavy
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg
2016-06-02Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-06-02spl: 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-27Merge 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-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass
2016-05-27SPL: FIT: Align loading address for headerMichal 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-17Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla
2016-04-01Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil
2016-03-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-03-23spl: Print from which mmc slot spl is trying to bootHans de Goede
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14spl: Support loading a FIT from MMCSimon Glass
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini