Re: [PATCH v2 2/9] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-15 Thread Ilias Apalodimas
Hi Heinrich, On Fri, 14 Jun 2024 at 12:04, Heinrich Schuchardt wrote: > > On 14.06.24 09:01, Ilias Apalodimas wrote: > > On Fri, 14 Jun 2024 at 09:59, Heinrich Schuchardt > > wrote: > >> > >> On 6/14/24 08:03, Ilias Apalodimas wrote: > >>> Hi Simon, > >>> > >>> On Mon, 10 Jun 2024 at 17:59, Si

Re: [PATCH v2 2/9] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-15 Thread Ilias Apalodimas
Hi Heinrich resending the reply, I accidentally sent half of the message... On Fri, 14 Jun 2024 at 12:04, Heinrich Schuchardt wrote: > > On 14.06.24 09:01, Ilias Apalodimas wrote: > > On Fri, 14 Jun 2024 at 09:59, Heinrich Schuchardt > > wrote: > >> > >> On 6/14/24 08:03, Ilias Apalodimas wrot

[PATCH 3/3] arm: dts: rockchip: rock-5b: sort usbdp_phy nodes

2024-06-15 Thread FUKAUMI Naoki
sort alphanumerically. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi index 8e318e624a..fabbd717b6 100644 --- a/arc

[PATCH 2/3] arm: dts: rockchip: rock-5a: enable USB3 OTG port

2024-06-15 Thread FUKAUMI Naoki
enable USB3 OTG (upper) port for ums and rockusb commands on ROCK 5A. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi b/arch/arm/dts/rk3588s-rock-5a-u-boot.dt

[PATCH 1/3] rockchip: rock-3a: rock5a: rock5b: add USB GADGET related configs

2024-06-15 Thread FUKAUMI Naoki
add USB GADGET related configs for USB OTG port on ROCK 3A/5A/5B. Signed-off-by: FUKAUMI Naoki --- configs/rock-3a-rk3568_defconfig | 6 ++ configs/rock5a-rk3588s_defconfig | 6 ++ configs/rock5b-rk3588_defconfig | 1 + 3 files changed, 13 insertions(+) diff --git a/configs/rock-3a-rk3

uboot 2024.07 regression

2024-06-15 Thread Frank Wunderlich
Hi, while testing clock-patches for mediatek as preparation for OF_upstream i've noticed an issue on mt7623 based board (bananapi r2) with ethernet (no ping possible) in 2024.07-rc1 where 2024.04 is good. i bisected it to this commit: ff3bcb17f436 2024-02-23 Makefile: pass -undef option to cmd_

[PATCH v1 0/4] Initial support for new Tegra 2/3 devices

2024-06-15 Thread Svyatoslav Ryhel
Patchset includes initial support bringup for 4 new Tegra 2 and Tegra 3 devices which include Asus Transformers with Tegra 2, Microfost Surface RT, Lenovo Ideapad Yoga 11 and Wexler Tab 7t. All setups are tested on real hardware and pass buildman. Jonas Schwöbel (2): board: microsoft: surface-rt

[PATCH v1 1/4] board: asus: transformer: add ASUS Transformer T20 family support

2024-06-15 Thread Svyatoslav Ryhel
The Asus Eee Pad Transformer family are 2-in-1 detachable/slider tablets developed by Asus that run the Android operating system. The Eee Pad Transformers feature a 10.1-inch (260 mm) display, an Nvidia Tegra 2 dual-core chip, 1 GB of RAM, and 16/32 GB of storage. Transformers board derives from Nv

[PATCH v1 2/4] board: wexler: qc750: add WEXLER Tab 7t support

2024-06-15 Thread Svyatoslav Ryhel
WEXLER Tab 7t is a mini tablet computer developed by WEXLER that runs the Android operating system. The device features a 7.0-inch (180 mm) HD display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM, 8, 16 or 32 GB of storage that can be supplemented with a microSDXC card giving up to 64 GB of addit

[PATCH v1 3/4] board: microsoft: surface-rt: add Microsoft Surface RT support

2024-06-15 Thread Svyatoslav Ryhel
From: Jonas Schwöbel Surface RT is a hybrid tablet computer developed and manufactured by Microsoft and shipped with Windows RT. The tablet uses a 1.3 GHz quad-core Nvidia Tegra 3 chipset with 2 GB of RAM, features 10.8 inch 1366x768 screen and 32/64 GB of internal memory that can be supplemented

[PATCH v1 4/4] board: lenovo: ideapad-yoga-11: Lenovo Ideapad Yoga 11

2024-06-15 Thread Svyatoslav Ryhel
From: Jonas Schwöbel The Lenovo IdeaPad Yoga 11 is a hybrid laptop/tablet Windows RT-based computer released in late 2012. The device uses a 1.3 GHz quad-core Nvidia Tegra 3 chipset with 2 GB of RAM, features a 11.6 inch 1366x768 screen and 32/64 GB of internal memory that can be supplemented wit

[PATCH] arm: mediatek: fix ram init for mt7622 (decrease to 1G)

2024-06-15 Thread Frank Wunderlich
From: Frank Wunderlich RAM init on mt7622 based bananapi R64 is broken since v2023.10. Increasing the mem-map does not help here, so i reduced the maximum available ram in get_ram_size call from 2G to 1G (board has only 1G). Fixes: 5fd6d4c7b3ad ("arm: mediatek: retrieve ram_base from dts node f

Pull request: u-boot-rockchip-20240614

2024-06-15 Thread Kever Yang
Hi Tom, Please pull the fixex for rockchip platform: - pmic fix for rk8xx; - pinctrl fix for rk3188/rv1126/rk3588; - mkimage fix for rockcihp "-l" option; CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/2 Thanks, - Kever The following changes since commit ca6a992e09

Pull request: u-boot-rockchip-next-20240615

2024-06-15 Thread Kever Yang
kchip-next-20240615 for you to fetch changes up to ae4aaa44977cbe522e9f38f2ac2ac07a784bf867: rockchip: puma-rk3399: get closer to other Theobroma defconfigs (2024-06-14 17:35:45 +0800) Boris Brezillon (1): arm64: dts: roc

[PATCH v2] arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board

2024-06-15 Thread Tony Dinh
- Switch to standard boot (in include/configs/ds414.h and configs/ds414_defconfig) - Implement board_late_init() to ensure successful enumeration of USB3 devices - Remove unnecessary misc_init_r(), since NET_RANDOM_ETHADDR is now configured in - Remove unnecessary checkboard() - Updated IDENT_STRIN

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-15 Thread Bryan Brattlof
On June 13, 2024 thus sayeth Dhruva Gole: > The Kernel Image and DTB files are supposed to be picked from the rootfs > of the SD Card, this fails in legacy boot flow because bootpart is set > to 1:1. Fix it. > > Fixes: a200f428b5b21 ("board: ti: am62x: Add am62x_beagleplay_* > defconfigs and env

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-15 Thread Robert Nelson
On Sat, Jun 15, 2024 at 8:55 PM Bryan Brattlof wrote: > > On June 13, 2024 thus sayeth Dhruva Gole: > > The Kernel Image and DTB files are supposed to be picked from the rootfs > > of the SD Card, this fails in legacy boot flow because bootpart is set > > to 1:1. Fix it. > > > > Fixes: a200f428b5b

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-15 Thread Robert Nelson
On Fri, Jun 14, 2024 at 1:04 AM Dhruva Gole wrote: > > Robert, > > On Jun 13, 2024 at 16:51:24 -0500, Robert Nelson wrote: > > On Thu, Jun 13, 2024 at 4:47 PM Robert Nelson > > wrote: > > > > > > On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole wrote: > > > > > > > > The Kernel Image and DTB files a