aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Fix up string-function documentationSimon Glass
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass
2021-11-28sandbox: Support unmapping a fileSimon Glass
2021-11-28command: Use a constant pointer for the helpSimon Glass
2021-11-23tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFEREtienne Carriere
2021-11-23tee: define session login identifiersEtienne Carriere
2021-11-23firmware: scmi: fix description of an API functionEtienne Carriere
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean
2021-11-23include: import if_vlan.h from LinuxVladimir Oltean
2021-11-23net: tsec: add support for promiscuous modeVladimir Oltean
2021-11-17configs: ast2600: Boot kernel FIT in DRAMChia-Wei Wang
2021-11-17configs: aspeed: Make EXTRA_ENV_SETTINGS board specificChia-Wei Wang
2021-11-17pci: Add standard PCIe ECAM macrosPali Rohár
2021-11-16bootm: Tidy up use of autostart env varSimon Glass
2021-11-16sandbox: Use a text-based environmentSimon Glass
2021-11-16env: Allow U-Boot scripts to be placed in a .env fileSimon Glass
2021-11-16sandbox: Drop distro_bootSimon Glass
2021-11-13Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-11-12Convert CONFIG_LAST_STAGE_INIT to KconfigTom Rini
2021-11-12Remove CONFIG_SERIAL_MULTITom Rini
2021-11-12Convert CONFIG_PL011_SERIAL et al to KconfigTom Rini
2021-11-12Convert CONFIG_MACB to KconfigTom Rini
2021-11-12Convert CONFIG_MD5 to KconfigTom Rini
2021-11-12Convert CONFIG_MX6 et al to KconfigTom Rini
2021-11-12Convert CONFIG_IMX_BOOTAUX et al to KconfigTom Rini
2021-11-12Convert CONFIG_SYS_PROMPT et al to KconfigTom Rini
2021-11-12Convert CONFIG_I2C_EDID et al to KconfigTom Rini
2021-11-12Convert CONFIG_PHYLIB et al to KconfigTom Rini
2021-11-12Convert CONFIG_MISC_INIT_F et al to KconfigTom Rini
2021-11-12Convert CONFIG_TRACE et al to KconfigTom Rini
2021-11-12Convert CONFIG_SYS_CONSOLE_IS_IN_ENV to KconfigTom Rini
2021-11-12Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to KconfigTom Rini
2021-11-12Convert CONFIG_FSL_USDHC to KconfigTom Rini
2021-11-12Convert CONFIG_FSL_LAYERSCAPE to KconfigTom Rini
2021-11-12Convert CONFIG_BITBANGMII to KconfigTom Rini
2021-11-12Convert CONFIG_DOS_PARTITION to KconfigTom Rini
2021-11-12Convert CONFIG_E1000 to KconfigTom Rini
2021-11-12Convert CONFIG_ARCH_CPU_INIT to KconfigTom Rini
2021-11-11Remove LYNX KDI remaindersThomas Huth
2021-11-11pxe: Allow calling the pxe_get logic directlySimon Glass
2021-11-11pxe: Return the file size from the getfile() functionSimon Glass
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass
2021-11-11lib: Add tests for simple_itoa()Simon Glass
2021-11-11pxe: Drop get_bootfile_path()Simon Glass
2021-11-11pxe: Clean up the use of bootfileSimon Glass
2021-11-11pxe: Move common parsing coding into pxe_utilSimon Glass