summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass2023-02-061-1/+0
* spl: sata: Rework the loading case it not use IS_ENABLED(...)Tom Rini2023-01-201-16/+9
* global: Remove unused CONFIG definesTom Rini2023-01-201-10/+2
* Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-01-191-0/+1
|\
| * trace: Use notrace for shortSimon Glass2023-01-181-0/+1
* | configs: Increase malloc size after relocationNeha Malcom Francis2023-01-181-0/+1
|/
* arm: rockchip: Add RV1126 arch core supportJagan Teki2023-01-161-1/+1
* gpio: Get rid of gpio_hog_probe_all()Marek Vasut2023-01-121-3/+0
* common: spl: ram: fix return codeNikita Shubin2023-01-121-4/+5
* Merge branch 'next'Tom Rini2023-01-0911-28/+25
|\
| * common/spl/spl_ram: Remove unused defaultTom Rini2022-12-231-4/+0
| * global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini2022-12-231-2/+2
| * usb: Update USB_STORAGE dependenciesTom Rini2022-12-211-1/+1
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-212-3/+3
| |\
| * | global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-057-13/+13
| * | spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to KconfigTom Rini2022-12-052-4/+5
| * | global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini2022-12-051-4/+4
* | | spl: Kconfig: Fix SPL_OPTEE_IMAGE dependencyJagan Teki2022-12-221-0/+1
| |/ |/|
* | spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLYDai Okamura2022-12-101-2/+2
* | common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payloadKautuk Consul2022-12-081-1/+1
|/
* spl: Fix SPL_ATF and SPL_OPENSBI dependenciesSamuel Holland2022-11-211-1/+3
* Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini2022-11-101-4/+7
* mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPSStefan Roese2022-11-021-0/+1
* vbe: Add Kconfig options for VPLSimon Glass2022-10-311-0/+30
* spl: Allow multiple loaders of the same timeSimon Glass2022-10-311-31/+25
* spl: Add a separate silence option for SPLSimon Glass2022-10-311-1/+1
* spl: Refactor controls for console outputSimon Glass2022-10-311-3/+1
* spl: Use binman suffix allow symbols of any SPL etypeSimon Glass2022-10-311-8/+8
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-314-9/+9
* scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros2022-10-261-0/+7
* spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros2022-10-263-13/+14
* sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara2022-10-181-0/+6
* spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva2022-10-101-1/+1
* treewide: Drop image_header_t typedefSimon Glass2022-09-2916-43/+43
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* blk: Rename if_type to uclass_idSimon Glass2022-09-252-2/+2
* arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár2022-09-201-0/+1
* blk: Switch over to using uclass IDsSimon Glass2022-09-162-2/+2
* blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-2/+0
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-2/+2
* spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier2022-09-141-3/+5
* Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison2022-09-141-0/+21
* spl: opensbi: convert scratch options to configNikita Shubin2022-08-112-1/+9
* spl: opensbi: fix typoNikita Shubin2022-08-111-1/+1
* vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORTQuentin Schulz2022-08-041-1/+1
* spl: mmc: Use correct MMC device when loading imageHarald Seiler2022-08-041-2/+15
* Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-07-261-1/+2
|\
| * spl: Use SPL_FIT_IMAGE_TINY for iMX9Peng Fan2022-07-261-1/+1
| * spl: imx8mm: enlarge SPL_MAX_SIZEPeng Fan2022-07-261-0/+1
* | spl: fit: pass real compatible flags to fpga_load()Oleksandr Suvorov2022-07-261-3/+8