summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans1-2/+2
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass1-1/+1
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla1-1/+3
2016-07-22spl: zImage support in Falcon modeLadislav Michl1-0/+23
2016-07-22spl: support loading from UBI volumesLadislav Michl3-0/+87
2016-07-22spl: Fix compilation warnings for arm64Michal Simek1-1/+2
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-2/+2
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini1-3/+3
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka1-2/+2
2016-07-15dm: spl: Bind in all devices in SPL with of-platdataSimon Glass1-1/+2
2016-07-15dm: spl: Don't set up device tree with of-platdataSimon Glass1-1/+1
2016-07-15spl: Drop include of i2c.hSimon Glass1-1/+0
2016-07-15spl: fit: add support for post-processing of imagesDaniel Allred1-5/+16
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass1-3/+3
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini1-0/+7
2016-06-20spl: nand: support redundant u-boot imageBoris Brezillon1-0/+7
2016-06-19SPL ext: cosmetic: correct error message in spl_load_image_ext()Petr Kulhavy1-1/+1
2016-06-17SPL: ext: remove redundant ifdef statementPetr Kulhavy1-2/+1
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher1-0/+5
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg1-1/+1
2016-06-03Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-3/+0
2016-06-03spl: Allow settings malloc_f base addressMarek Vasut1-0/+3
2016-06-01spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut1-3/+0
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla1-2/+2
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini1-5/+4
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla1-14/+84
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla1-3/+1
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla1-5/+32
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla1-4/+32
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2-14/+59
2016-05-27spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla1-0/+1
2016-05-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass1-5/+4
2016-05-27SPL: FIT: Align loading address for headerMichal Simek1-0/+1
2016-05-24SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek1-9/+36
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek1-0/+6
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini1-1/+1
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek1-1/+6
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini3-3/+3
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-1/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut1-0/+3
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut9-14/+39
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam1-2/+2
2016-04-12spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla1-1/+11
2016-04-02Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil1-0/+4
2016-03-24Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-3/+3
2016-03-24spl: Print from which mmc slot spl is trying to bootHans de Goede1-3/+3
2016-03-23spl_mmc: allow to load raw imageMasahiro Yamada1-14/+4