aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-14configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGEPeng Fan26-26/+0
2022-06-14imx: kontron-sl-mx8mm: enable DM_SERIALPeng Fan1-1/+0
2022-06-14imx: imx8mn_var_som: enable DM_SERIALPeng Fan1-2/+0
2022-06-14imx: imx8m[m/p]_phycore: Enable DM_SERIALPeng Fan2-6/+0
2022-06-14imx: imx8mm_icore: Enable SPL_DM_SERIALPeng Fan1-3/+0
2022-06-14imx: imx8mm-cl-iot-gate: Enable DM_SERIALPeng Fan1-2/+0
2022-06-14imx: imx8m[m/n]_beacon: Enable SPL_DM_SERIALPeng Fan2-4/+0
2022-06-14imx: drop CONFIG_MXC_UART_BASEPeng Fan13-32/+0
2022-06-10configs: Add configs for AM62x SKVignesh Raghavendra1-0/+67
2022-06-10arm: mach-k3: am62: Introduce autogenerated SoC dataSuman Anna2-0/+2
2022-06-10dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62Suman Anna1-0/+3
2022-06-10arm: bcmbca: introduce the bcmbca architecture and 47622 SOCWilliam Zhang1-0/+14
2022-06-10configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASEVaishnav Achath1-0/+2
2022-06-08misc: Add support for nvmem cellsSean Anderson1-0/+134
2022-06-08misc: i2c_eeprom: Add fallbacksSean Anderson1-0/+24
2022-06-08misc: i2c_eeprom: Make i2c_eeprom_write use a const bufSean Anderson1-1/+2
2022-06-08virtio_ring: Check used descriptors are chain headsAndrew Scull1-0/+2
2022-06-08virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull1-0/+10
2022-06-06include/configs: Remove rootwait=1 to all the affected boardsMichael Trimarchi9-10/+10
2022-06-06common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes1-1/+0
2022-06-06event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+10
2022-06-06dm: fix DM_EVENT dependenciesHeinrich Schuchardt1-6/+1
2022-06-06arm: mvebu: Remove CONFIG_SPL_BOOT_DEVICEChris Packham3-37/+0
2022-06-06Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to KconfigChris Packham5-39/+0
2022-06-06Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to KconfigTom Rini21-53/+0
2022-06-06Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to KconfigTom Rini14-52/+0
2022-06-06spl: Remove CONFIG_SPL_START_S_PATH and rework the logic behind itTom Rini2-9/+0
2022-06-06Drop CONFIG_SPL_SIZETom Rini7-23/+0
2022-06-06ax25-ae350: Move CONFIG_SYS_FDT_BASE to KconfigTom Rini1-3/+0
2022-06-06Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini31-52/+0
2022-06-06Convert CONFIG_SPL_TARGET to KconfigTom Rini14-32/+0
2022-06-06Remove CONFIG_SPL_STACK_SIZETom Rini1-3/+0
2022-06-06Drop CONFIG_SPL_SPI_FLASH_MINIMALTom Rini6-6/+0
2022-06-06Convert CONFIG_SPL_GD_ADDR to KconfigTom Rini8-13/+0
2022-06-06etamin: Remove CONFIG_SPL_CMT definesTom Rini1-6/+0
2022-06-06Remove CONFIG_SYS_SPL_LEN largelyTom Rini7-12/+1
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini86-272/+10
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