summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* etamin: Remove CONFIG_SPL_CMT definesTom Rini2022-06-061-6/+0
* Remove CONFIG_SYS_SPL_LEN largelyTom Rini2022-06-067-12/+1
* Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2022-06-06379-279/+737
* Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini2022-06-06345-201/+457
* Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini2022-06-0663-71/+270
* Convert CONFIG_TPL_NAND_INIT to KconfigTom Rini2022-06-065-4/+6
* imx7: Update CONFIG_SPL_STACK defaults in KconfigTom Rini2022-06-0611-40/+25
* imx6: Update CONFIG_SPL_STACK defaults in KconfigTom Rini2022-06-0657-148/+34
* Convert CONFIG_SPL_STACK to KconfigTom Rini2022-06-06605-220/+831
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-06895-1027/+1185
* Introduce include/system-constants.hTom Rini2022-06-061-0/+6
* stih410-b2260: Switch to using GENERATED_GBL_DATA_SIZETom Rini2022-06-061-2/+1
* powerpc: Switch to using CONFIG_SYS_INIT_SP_OFFSET from CONFIG_SYS_GBL_DATA_O...Tom Rini2022-06-0623-71/+41
* mpc85xx: Switch to setting the initial stack pointer more clearlyTom Rini2022-06-061-2/+2
* m68k: Stop using CONFIG_SYS_GBL_DATA_OFFSETTom Rini2022-06-0615-30/+15
* arm: Stop using CONFIG_SYS_GBL_DATA_OFFSETTom Rini2022-06-062-4/+2
* arm: Use CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR directly.Tom Rini2022-06-0615-66/+14
* mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam locationTom Rini2022-06-0614-17/+5
* arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini2022-06-0613-2492/+6
* m68k: Remove dead codeTom Rini2022-06-068-932/+0
* Convert CONFIG_SPL_COMMON_INIT_DDR to KconfigTom Rini2022-06-0647-28/+61
* ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini2022-06-0664-69/+65
* Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to KconfigTom Rini2022-06-0623-48/+14
* Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini2022-06-06445-182/+407
* Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini2022-06-06536-281/+561
* Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini2022-06-0685-174/+68
* Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini2022-06-0615-19/+22
* Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini2022-06-0674-36/+115
* Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to KconfigTom Rini2022-06-0612-5/+13
* Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini2022-06-0664-41/+63
* spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini2022-06-062-16/+5
* fsl-layerscape: Remove CONFIG_SPL_PBL_PADTom Rini2022-06-062-3/+0
* P1010RDB: Remove CONFIG_SPL_NAND_MINIMALTom Rini2022-06-061-1/+0
* spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini2022-06-064-8/+0
* arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini2022-06-0613-15/+8
* Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini2022-06-0688-55/+71
* Convert CONFIG_HUSH_INIT_VAR to KconfigTom Rini2022-06-063-3/+3
* Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini2022-06-0687-172/+21
* Convert CONFIG_SYS_CBSIZE to KconfigTom Rini2022-06-06492-291/+346
* Convert CONFIG_SYS_PBSIZE to KconfigTom Rini2022-06-061035-113/+981
* Convert CONFIG_SYS_MAXARGS to KconfigTom Rini2022-06-06674-162/+562
* Prepare v2022.07-rc4v2022.07-rc4Tom Rini2022-06-061-1/+1
* configs: fsl: add missing SYS_FMAN_FW_ADDR definesCamelia Groza2022-06-062-0/+2
* doc: update mail author for st-dt.rstPatrick Delaunay2022-06-061-1/+1
* Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-06-046-58/+362
|\
| * efi: test/py: authenticate fit capsulesVincent Stehlé2022-06-044-48/+353
| * test/py: efi_capsule: repair image authentication testVincent Stehlé2022-06-042-5/+5
| * EFI: Update the documentation to reflect the correct value of OsIndicationsSughosh Ganu2022-06-041-1/+1
| * EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu2022-06-041-3/+2
| * doc: environment: Fix typoChris Packham2022-06-041-1/+1
|/