aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic
2019-10-08spl: nor: support loading i.MX container format filePeng Fan
2019-10-08spl: spi: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan
2019-10-08imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan
2019-10-08ARM: imx: Support larger SPL size on IMX6DQRobert Hancock
2019-10-08spl: pass args to board_return_to_bootromPeng Fan
2019-10-08spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass
2019-10-08spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass
2019-08-26Merge branch '2019-08-26-master-imports'Tom Rini
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford
2019-08-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2019-08-26riscv: support SPL stack and global data relocationLukas Auer
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer
2019-08-26spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer
2019-08-25Convert CONFIG_SYS_SPI_U_BOOT_OFFS to KconfigHannes Schmelzer
2019-08-23Kconfigs: Various: Fix some SPL, TPL and ARM64 dependenciesAdam Ford
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-08-11spl: implement stack usage checkSimon Goldschmidt
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-24spl: sata: support U-Boot load from raw sata diskBaruch Siach
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut
2019-07-17spl: Make image loader infrastructure more universalAndreas Dannenberg
2019-07-17spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg
2019-07-15sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to KconfigAndre Przywara
2019-07-13spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia
2019-07-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2019-07-11SPL: Default to disabling legacy image support when using FITTom Rini
2019-07-11spl: Fix typo in kernel docMiquel Raynal
2019-07-11spl: sata: don't force FS_FAT supportBaruch Siach
2019-07-11spl: sata: fix build with DM_SCSIBaruch Siach
2019-07-11spl: sata: add default partition and image nameBaruch Siach
2019-07-09ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSGMarkus Klotzbuecher
2019-07-09ubispl: add support for loading volumes by nameHamish Guthrie
2019-07-09ubispl: migrate configuration to KconfigMarkus Klotzbuecher
2019-07-02spl: atf: Fix uninitialized pointer to bl31_image_infoFrieder Schrempf