aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini895-1027/+1185
2022-06-06Introduce include/system-constants.hTom Rini1-0/+6
2022-06-06stih410-b2260: Switch to using GENERATED_GBL_DATA_SIZETom Rini1-2/+1
2022-06-06powerpc: Switch to using CONFIG_SYS_INIT_SP_OFFSET from CONFIG_SYS_GBL_DATA_O...Tom Rini23-71/+41
2022-06-06mpc85xx: Switch to setting the initial stack pointer more clearlyTom Rini1-2/+2
2022-06-06m68k: Stop using CONFIG_SYS_GBL_DATA_OFFSETTom Rini15-30/+15
2022-06-06arm: Stop using CONFIG_SYS_GBL_DATA_OFFSETTom Rini2-4/+2
2022-06-06arm: Use CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR directly.Tom Rini15-66/+14
2022-06-06mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam locationTom Rini14-17/+5
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini13-2492/+6
2022-06-06m68k: Remove dead codeTom Rini8-932/+0
2022-06-06Convert CONFIG_SPL_COMMON_INIT_DDR to KconfigTom Rini47-28/+61
2022-06-06ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini64-69/+65
2022-06-06Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to KconfigTom Rini23-48/+14
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini445-182/+407
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini536-281/+561
2022-06-06Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini85-174/+68
2022-06-06Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini15-19/+22
2022-06-06Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini74-36/+115
2022-06-06Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to KconfigTom Rini12-5/+13
2022-06-06Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini64-41/+63
2022-06-06spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini2-16/+5
2022-06-06fsl-layerscape: Remove CONFIG_SPL_PBL_PADTom Rini2-3/+0
2022-06-06P1010RDB: Remove CONFIG_SPL_NAND_MINIMALTom Rini1-1/+0
2022-06-06spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini4-8/+0
2022-06-06arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini13-15/+8
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini88-55/+71
2022-06-06Convert CONFIG_HUSH_INIT_VAR to KconfigTom Rini3-3/+3
2022-06-06Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini87-172/+21
2022-06-06Convert CONFIG_SYS_CBSIZE to KconfigTom Rini492-291/+346
2022-06-06Convert CONFIG_SYS_PBSIZE to KconfigTom Rini1035-113/+981
2022-06-06Convert CONFIG_SYS_MAXARGS to KconfigTom Rini674-162/+562
2022-06-06Prepare v2022.07-rc4v2022.07-rc4Tom Rini1-1/+1
2022-06-06configs: fsl: add missing SYS_FMAN_FW_ADDR definesCamelia Groza2-0/+2
2022-06-06doc: update mail author for st-dt.rstPatrick Delaunay1-1/+1
2022-06-04Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-b...WIP/04Jun2022Tom Rini6-58/+362
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé4-48/+353
2022-06-04test/py: efi_capsule: repair image authentication testVincent Stehlé2-5/+5
2022-06-04EFI: Update the documentation to reflect the correct value of OsIndicationsSughosh Ganu1-1/+1
2022-06-04EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu1-3/+2
2022-06-04doc: environment: Fix typoChris Packham1-1/+1
2022-06-03Merge branch '2022-06-03-assorted-fixes'Tom Rini11-8/+28
2022-06-03board: ti: am64x: Update MAINTAINERSDave Gerlach1-1/+1
2022-06-03squashfs: Fix compilation on big endian systemsPali Rohár2-4/+2
2022-06-03imx: imx8mq: select CONFIG_CMD_CLKPeng Fan1-0/+1
2022-06-03imx: imx8mq: default select CLK_IMX8MQPeng Fan1-0/+1
2022-06-03fdt: Add U-Boot version to chosen nodeFrancesco Dolcini1-0/+10
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam2-0/+5
2022-06-03armv8: Fix TCR 64-bit writesAndre Przywara1-3/+3
2022-06-03net: enetc: unregister mdiobusMichael Walle1-0/+3