[PATCH 2/2] efi: fill more EFI runtime variables defined by systemd

2023-12-06 Thread Michael Olbrich
bootctl will use those variables if available, and produce somethink like this: System: Firmware: UEFI 2.70 (American Megatrends 5.13) Firmware Arch: x64 Secure Boot: disabled (setup) TPM2 Support: firmware only, driver unavailable Boot into FW: supported Current Boot Loader:

[PATCH 1/2] efi: add more helper functions to write EFI variables

2023-12-06 Thread Michael Olbrich
Signed-off-by: Michael Olbrich --- common/efi/payload/init.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/common/efi/payload/init.c b/common/efi/payload/init.c index b990b54b2678..19be7ff07fb6 100644 --- a/common/efi/payload/init.c +++ b/common/efi/p

[PATCH v1] net: phy: add TI DP83TG720 1000BaseT1 PHY support

2023-12-06 Thread Oleksij Rempel
From: Oleksij Rempel Add driver for TI DP83TG720 driver support. Even if the PHY is capable of creating a link on it's own. It needs proper RGMII configuration and HW reset on link loss. Signed-off-by: Oleksij Rempel --- drivers/net/phy/Kconfig | 6 +++ drivers/net/phy/Makefile| 1