aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-12Convert CONFIG_MD5 to KconfigTom Rini2-2/+0
2021-11-12Convert CONFIG_MX6 et al to KconfigTom Rini2-8/+0
2021-11-12Convert CONFIG_IMX_BOOTAUX et al to KconfigTom Rini5-10/+0
2021-11-12Convert CONFIG_SYS_PROMPT et al to KconfigTom Rini10-23/+0
2021-11-12Convert CONFIG_I2C_EDID et al to KconfigTom Rini4-13/+0
2021-11-12Convert CONFIG_PHYLIB et al to KconfigTom Rini11-19/+0
2021-11-12Convert CONFIG_MISC_INIT_F et al to KconfigTom Rini4-10/+0
2021-11-12Convert CONFIG_TRACE et al to KconfigTom Rini2-16/+0
2021-11-12Convert CONFIG_SYS_CONSOLE_IS_IN_ENV to KconfigTom Rini1-1/+0
2021-11-12Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to KconfigTom Rini13-50/+0
2021-11-12Convert CONFIG_FSL_USDHC to KconfigTom Rini10-11/+0
2021-11-12Convert CONFIG_FSL_LAYERSCAPE to KconfigTom Rini1-1/+0
2021-11-12Convert CONFIG_BITBANGMII to KconfigTom Rini1-1/+0
2021-11-12Convert CONFIG_DOS_PARTITION to KconfigTom Rini3-3/+0
2021-11-12Convert CONFIG_E1000 to KconfigTom Rini1-3/+0
2021-11-12Convert CONFIG_ARCH_CPU_INIT to KconfigTom Rini1-1/+0
2021-11-11Remove LYNX KDI remaindersThomas Huth2-25/+0
2021-11-11pxe: Allow calling the pxe_get logic directlySimon Glass1-0/+14
2021-11-11pxe: Return the file size from the getfile() functionSimon Glass1-1/+12
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass1-2/+14
2021-11-11lib: Add tests for simple_itoa()Simon Glass1-1/+12
2021-11-11pxe: Drop get_bootfile_path()Simon Glass1-1/+2
2021-11-11pxe: Clean up the use of bootfileSimon Glass1-3/+16
2021-11-11pxe: Move common parsing coding into pxe_utilSimon Glass1-0/+9
2021-11-11pxe: Move pxe_utils filesSimon Glass1-0/+205
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/11Nov2021Tom Rini23-270/+56
2021-11-10Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...WIP/10Nov2021Tom Rini3-23/+82
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay1-1/+1
2021-11-10board: stmp32mp1: split board and SOC STM32MP15 configurationPatrick Delaunay3-22/+81
2021-11-09Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-1/+0
2021-11-09configs: fsl: migrate FMAN/QE specific defines to KconfigRajesh Bhagat17-261/+4
2021-11-09configs: ls1046aqds: Move CONFIG_SPI_FLASH_* definitions to defconfigsKuldeep Singh1-7/+0
2021-11-09dm: core: add ofnode_for_each_compatible_node()Michael Walle1-0/+24
2021-11-09arm: dts: ls1028a: sync the fsl-ls1028a.dtsi with linuxMichael Walle1-0/+15
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei1-0/+9
2021-11-09board: sl28: enable EFI UpdateCapsule supportMichael Walle1-0/+2
2021-11-09lx2162a : Rename emmc boot command variableMeenakshi Aggarwal1-2/+2
2021-11-07efi: Add video support to the appSimon Glass1-3/+3
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass1-1/+7
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima1-0/+13
2021-11-05Convert CONFIG_BOARD_EARLY_INIT_F et al to KconfigTom Rini10-20/+0
2021-11-05Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini25-85/+1
2021-11-05Convert CONFIG_BMP_16BPP to KconfigTom Rini1-1/+0
2021-11-05Convert CONFIG_OF_EMBED to KconfigTom Rini5-8/+0
2021-11-05Convert CONFIG_MCFUART to KconfigTom Rini15-15/+0
2021-11-05Convert CONFIG_FEC_MXC to KconfigTom Rini17-18/+0
2021-11-05Convert CONFIG_SUPPORT_EMMC_BOOT to KconfigTom Rini12-13/+0
2021-11-05Convert CONFIG_SYS_TEXT_BASE to KconfigTom Rini2-2/+0
2021-11-05Convert CONFIG_SYS_HZ to KconfigTom Rini44-74/+0
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland1-0/+10