aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini7-13/+13
2022-12-05spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to KconfigTom Rini2-4/+5
2022-12-05global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini1-4/+4
2022-11-21spl: Fix SPL_ATF and SPL_OPENSBI dependenciesWIP/2022-11-21-important-fixesSamuel Holland1-1/+3
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini1-4/+7
2022-11-02mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPSStefan Roese1-0/+1
2022-10-31vbe: Add Kconfig options for VPLSimon Glass1-0/+30
2022-10-31spl: Allow multiple loaders of the same timeSimon Glass1-31/+25
2022-10-31spl: Add a separate silence option for SPLSimon Glass1-1/+1
2022-10-31spl: Refactor controls for console outputSimon Glass1-3/+1
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass1-8/+8
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass4-9/+9
2022-10-26scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros1-0/+7
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros3-13/+14
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara1-0/+6
2022-10-10spl: atf: Fix clang -Wasm-operand-widths warningWIP/2022-10-10-LLVM-related-improvementsAlistair Delva1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass16-43/+43
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-2/+2
2022-09-20arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár1-0/+1
2022-09-16blk: Switch over to using uclass IDsSimon Glass2-2/+2
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-2/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-2/+2
2022-09-14spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier1-3/+5
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison1-0/+21
2022-08-11spl: opensbi: convert scratch options to configNikita Shubin2-1/+9
2022-08-11spl: opensbi: fix typoNikita Shubin1-1/+1
2022-08-04vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORTQuentin Schulz1-1/+1
2022-08-04spl: mmc: Use correct MMC device when loading imageHarald Seiler1-2/+15
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+2
2022-07-26spl: Use SPL_FIT_IMAGE_TINY for iMX9Peng Fan1-1/+1
2022-07-26spl: imx8mm: enlarge SPL_MAX_SIZEPeng Fan1-0/+1
2022-07-26spl: fit: pass real compatible flags to fpga_load()Oleksandr Suvorov1-3/+8
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov1-2/+4
2022-07-26xilinx: zynqmp: Do not use 0 as spl bss start addressStefan Herbrechtsmeier1-1/+2
2022-07-25spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDRAndrew Davis1-1/+3
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár1-0/+2
2022-07-18spl: spl_spi: add spi_nor_remove() to soft reset flashVaishnav Achath1-0/+5
2022-07-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/14Jul2022Tom Rini1-1/+1
2022-07-14spl: sdp: Pass the USB index to board_usb_init()Fabio Estevam1-1/+1
2022-07-13spl: nand: support loading legacy image with payload compressedWeijie Gao1-0/+27
2022-07-13spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao1-2/+19
2022-07-13spl: allow using nand base without standard nand driverWeijie Gao1-1/+1
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-18/+84
2022-07-06spl: Set SPL_MAX_SIZE default for AST2600Joel Stanley1-0/+1
2022-07-06common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath1-3/+13
2022-06-28Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to KconfigTom Rini1-0/+7
2022-06-28spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-0/+12
2022-06-28spl: binman: Disable u_boot_any symbols for i.MX8M boardsAlper Nebi Yasak3-0/+3
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak1-0/+1