summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-06Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini107-198/+2
2022-06-06Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini7-41/+0
2022-06-06Convert CONFIG_TPL_NAND_INIT to KconfigTom Rini2-2/+0
2022-06-06imx7: Update CONFIG_SPL_STACK defaults in KconfigTom Rini1-23/+0
2022-06-06imx6: Update CONFIG_SPL_STACK defaults in KconfigTom Rini1-39/+0
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini116-187/+0
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini333-984/+52
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 Rini17-46/+34
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 Rini12-12/+0
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini2-17/+1
2022-06-06Convert CONFIG_SPL_COMMON_INIT_DDR to KconfigTom Rini7-20/+0
2022-06-06ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini8-28/+2
2022-06-06Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to KconfigTom Rini11-44/+0
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini117-167/+1
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini137-229/+0
2022-06-06Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini43-159/+0
2022-06-06Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini7-14/+0
2022-06-06Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini7-24/+2
2022-06-06Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to KconfigTom Rini2-5/+0
2022-06-06Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini28-34/+0
2022-06-06spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini1-1/+0
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 Rini2-4/+0
2022-06-06arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini7-9/+0
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini30-53/+0
2022-06-06Convert CONFIG_HUSH_INIT_VAR to KconfigTom Rini2-3/+0
2022-06-06Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini79-164/+6
2022-06-06Convert CONFIG_SYS_CBSIZE to KconfigTom Rini157-289/+4
2022-06-06Convert CONFIG_SYS_PBSIZE to KconfigTom Rini57-111/+0
2022-06-06Convert CONFIG_SYS_MAXARGS to KconfigTom Rini114-160/+0
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam1-0/+2
2022-05-28lib/charset: fix compile warningsMasahisa Kojima1-1/+1
2022-05-28efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro1-0/+3
2022-05-27Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini3-13/+17
2022-05-26riscv: qemu: Set kernel_comp_addr_r for compressed kernelBin Meng1-4/+6
2022-05-26riscv: sifive: unleashed: Set kernel_comp_addr_r for compressed kernelBin Meng1-4/+6
2022-05-26riscv: sifive: unmatched: Adjust for big ramdisk imageBin Meng1-5/+5
2022-05-25Merge tag 'xilinx-for-v2022.07-rc4' of https://source.denx.de/u-boot/custodia...Tom Rini1-2/+0
2022-05-25Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini9-23/+21
2022-05-24clk: sunxi: add and use dummy gate clocksAndre Przywara1-0/+5
2022-05-23arm: socfpga: Add the terasic de10-standard boardHumberto Naves1-0/+18
2022-05-23net: fix phy_string_for_interfaceTim Harvey1-1/+1
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard1-1/+0
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard1-1/+18