aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-28command: Use a constant pointer for the helpSimon Glass
2021-11-28env: Avoid using GNU features in awkSimon Glass
2021-11-26Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-11-26test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt
2021-11-26test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt
2021-11-26test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt
2021-11-26test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt
2021-11-26test: fix pylint errors in multiplexed_log.pyHeinrich Schuchardt
2021-11-26efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt
2021-11-26test: address some pylint warningsHeinrich Schuchardt
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini
2021-11-23Merge branch '2021-11-23-scmi-and-tee-updates' into nextTom Rini
2021-11-23firmware: scmi: Add OP-TEE transportEtienne Carriere
2021-11-23dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messagesEtienne Carriere
2021-11-23tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFEREtienne Carriere
2021-11-23tee: optee: remove unused duplicated login Id macrosEtienne Carriere
2021-11-23tee: define session login identifiersEtienne Carriere
2021-11-23firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere
2021-11-23firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere
2021-11-23firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere
2021-11-23firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere
2021-11-23firmware: scmi: fix description of an API functionEtienne Carriere
2021-11-23stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOXPatrick Delaunay
2021-11-23firmware: scmi: add configs to select the supported agentsPatrick Delaunay
2021-11-23power: regulator: scmi: define LOG_CATEGORYPatrick Delaunay
2021-11-23clk: scmi: define LOG_CATEGORYPatrick Delaunay
2021-11-23reset: scmi: define LOG_CATEGORYPatrick Delaunay
2021-11-23Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...Tom Rini
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland
2021-11-23drivers: net: add Aspeed MDIO driverDylan Hung
2021-11-23net: tsec: Make redundant_init() staticBin Meng
2021-11-23net: fec_mxc: Declare 'promisc' as boolBin Meng
2021-11-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes
2021-11-23net: bootp: Correct VCI string transmissionWalter Stoll
2021-11-23configs: ls1021a-tsn: enable the generation of random Ethernet MAC addressesVladimir Oltean
2021-11-23configs: ls1021a-tsn: enable sja1105 switch driverVladimir Oltean
2021-11-23arm: dts: ls1021a-tsn: add sja1105 and eth2 bindingsVladimir Oltean
2021-11-23net: dsa: sja1105: add support for SGMIIVladimir Oltean
2021-11-23net: dsa: add driver for NXP SJA1105 L2 switchVladimir Oltean
2021-11-23net: dsa: felix: configure the in-band autoneg property based on OF node infoVladimir Oltean
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-23net: phy: mscc: add support for VSC8502 in dual RGMII modeVladimir Oltean
2021-11-20Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini