aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean1-0/+14
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean1-0/+12
2021-11-23include: import if_vlan.h from LinuxVladimir Oltean1-0/+26
2021-11-23net: tsec: add support for promiscuous modeVladimir Oltean1-0/+2
2021-11-17configs: ast2600: Boot kernel FIT in DRAMChia-Wei Wang1-0/+7
2021-11-17configs: aspeed: Make EXTRA_ENV_SETTINGS board specificChia-Wei Wang3-9/+14
2021-11-17pci: Add standard PCIe ECAM macrosPali Rohár1-0/+26
2021-11-16bootm: Tidy up use of autostart env varWIP/2021-11-16-env-reworkSimon Glass1-0/+7
2021-11-16sandbox: Use a text-based environmentSimon Glass1-29/+0
2021-11-16env: Allow U-Boot scripts to be placed in a .env fileSimon Glass1-0/+11
2021-11-16sandbox: Drop distro_bootSimon Glass1-11/+0
2021-11-13Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+1
2021-11-12Convert CONFIG_LAST_STAGE_INIT to KconfigWIP/2021-11-12-Kconfig-migrationsTom Rini2-5/+0
2021-11-12Remove CONFIG_SERIAL_MULTITom Rini2-2/+0
2021-11-12Convert CONFIG_PL011_SERIAL et al to KconfigTom Rini2-2/+0
2021-11-12Convert CONFIG_MACB to KconfigTom Rini9-9/+0
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-10tpm2: Introduce TIS tpm coreIlias Apalodimas1-0/+1
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