Re: [PATCH 1/2] cmd: efidebug: add uri device path

2023-08-27 Thread Masahisa Kojima
Hi Heinrich, On Sat, 26 Aug 2023 at 11:20, Heinrich Schuchardt wrote: > > On 8/25/23 07:57, Masahisa Kojima wrote: > > On Thu, 24 Aug 2023 at 09:11, AKASHI Takahiro > > wrote: > >> > >> Hi Kojima-san, > >> > >> On Wed, Aug 23, 2023 at 05:37:19PM +0900, Masahisa Kojima wrote: > >>> This adds the

Re: [PATCH v2 0/4] support for booting the compressed U-boot binary on Rockchip based ARM64 SOC's

2023-08-27 Thread Manoj Sai
On Thu, Jul 27, 2023 at 4:51 PM Jonas Karlman wrote: > > On 2023-07-25 05:50, Manoj Sai wrote: > > This patchset adds the support on Rockchip based ARM64 SOC's that compress > > the U-BOOT proper along with dtb > > and ATF in FIT image format.Second stage bootloader(SPL) loads the > > compresse

Re: [PATCH v2 5/6] docs: ti: j721s2_evm: Create documentation from J7200 docs

2023-08-27 Thread Neha Malcom Francis
Hi Manorit On 25/08/23 16:47, Manorit Chawdhry wrote: The documentation is based off J7200 documentation tailored for J721S2. TRM for J721S2: https://www.ti.com/lit/pdf/spruj28 Product Page: https://www.ti.com/product/TDA4AL-Q1 Signed-off-by: Manorit Chawdhry --- doc/board/ti/j721s2_evm.rst

Re: [PATCH v2 4/6] k3-am68: Sync from Linux tag v6.5-rc1

2023-08-27 Thread Neha Malcom Francis
Hi Manorit On 25/08/23 16:47, Manorit Chawdhry wrote: The following commit syncs the device tree from Linux tag v6.5-rc1 to U-boot and fixes the following to be compatible with the future syncs - - Include k3-am68-sk-base-board.dts file Remove the duplicated pinmuxes from r5 and -u-boot.d

Re: [PATCH v2 3/6] k3-j721s2: Sync from Linux tag v6.5-rc1

2023-08-27 Thread Neha Malcom Francis
Hi Manorit On 25/08/23 16:47, Manorit Chawdhry wrote: The following commit syncs the device tree from Linux tag v6.5-rc1 to U-boot and fixes the following to be compatible with the future syncs - - Include k3-j721s2-common-proc-board.dts file Remove the duplicated pinmuxes from r5 and -u-

Re: [PATCH v2 2/6] arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list

2023-08-27 Thread Neha Malcom Francis
Hi Manorit On 25/08/23 16:47, Manorit Chawdhry wrote: mcu_timer0 is used by u-boot as the tick-timer. Add it to the soc devices lsit so it an be enabled via the k3 power controller. Signed-off-by: Manorit Chawdhry --- arch/arm/mach-k3/j721s2/dev-data.c | 1 + 1 file changed, 1 insertion(+)

RE: [PATCH] fpga: define dummy fpga_load function for debug build

2023-08-27 Thread Chanho Park
Hi, > -Original Message- > From: Michal Simek > Sent: Friday, August 25, 2023 4:23 PM > To: Chanho Park ; u-boot@lists.denx.de > Subject: Re: [PATCH] fpga: define dummy fpga_load function for debug build > > Hi, > > On 8/16/23 08:54, Chanho Park wrote: > > This fixes below build error w

Re: Pull request efi-2023-10-rc4

2023-08-27 Thread Tom Rini
On Sun, Aug 27, 2023 at 09:55:17AM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit e508b930021168c788f14977fc101ccc1151b3c8: > > Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2023-08-25 > 10:52:39 -0400) > > are available in the Git repository

Re: [PATCH 0/6] Attempt to enforce standard extensions for build output

2023-08-27 Thread Alper Nebi Yasak
On 2023-08-24 06:02 +03:00, Simon Glass wrote: > In this early stage of using binman to produce output files, we are mostly > seeing people using common extensions such as '.bin' and '.rom' > > But unusual extensions appear in some places. > > We would like 'buildman -k' to keep the build outputs

Re: [PATCH] efi: Correct handling of frame buffer

2023-08-27 Thread Alper Nebi Yasak
On 2023-08-27 19:32 +03:00, Heinrich Schuchardt wrote: > Am 27. August 2023 16:56:51 MESZ schrieb Alper Nebi Yasak > : >> On 2023-08-25 22:28 +03:00, Simon Glass wrote: >>> so we must allow EFI to write directly to the hardware framebuffer. >> >> If you want a fix independent of that series, I thi

Re: [PATCH] efi: Correct handling of frame buffer

2023-08-27 Thread Heinrich Schuchardt
Am 27. August 2023 16:56:51 MESZ schrieb Alper Nebi Yasak : >On 2023-08-25 22:28 +03:00, Simon Glass wrote: >> The efi_gop driver uses private fields from the video uclass to obtain a >> pointer to the frame buffer. Use the platform data instead. >> >> Check the VIDEO_COPY setting to determine

Re: [PATCH v2 4/4] doc: qemu: arm: Add a section on booting Linux distros

2023-08-27 Thread Alper Nebi Yasak
On 2023-08-15 01:43 +03:00, Simon Glass wrote: > Hi Alper, > > On Mon, 14 Aug 2023 at 11:40, Alper Nebi Yasak > wrote: >> I actually want to put the root.img device first so that the VM can boot >> into the installed system when it reboots, but U-Boot can't find the >> bootflow on the second dri

Re: [PATCH] efi: Correct handling of frame buffer

2023-08-27 Thread Alper Nebi Yasak
On 2023-08-25 22:28 +03:00, Simon Glass wrote: > The efi_gop driver uses private fields from the video uclass to obtain a > pointer to the frame buffer. Use the platform data instead. > > Check the VIDEO_COPY setting to determine which frame buffer to use. Once > the next stage is running (and mak

[PATCH v2 6/6] sysreset: implement PALMAS sysreset functions

2023-08-27 Thread Svyatoslav Ryhel
PALMAS PMIC family has embedded poweroff function used by some device to initiane device power off. Implement it as sysreset driver. Signed-off-by: Svyatoslav Ryhel --- drivers/power/pmic/palmas.c| 33 +-- drivers/sysreset/Kconfig | 7 drivers/sysreset/Mak

[PATCH v2 4/6] sysreset: implement TPS80031 sysreset functions

2023-08-27 Thread Svyatoslav Ryhel
TPS80031/TPS80032 PMICs have embedded power control functions used by some device to initiane device power off. Implement it as sysreset driver. Signed-off-by: Svyatoslav Ryhel --- drivers/power/pmic/tps80031.c| 12 +++- drivers/sysreset/Kconfig | 8 ++ drivers/sysre

[PATCH v2 5/6] sysreset: implement TPS65910 sysreset functions

2023-08-27 Thread Svyatoslav Ryhel
TPS65910/TPS65911 PMICs have embedded power control functions used by some device to initiane device power off. Implement it as sysreset driver. Signed-off-by: Svyatoslav Ryhel --- drivers/power/pmic/pmic_tps65910_dm.c | 12 +- drivers/sysreset/Kconfig | 8 drivers/sysrese

[PATCH v2 3/6] sysreset: implement MAX77663 sysreset functions

2023-08-27 Thread Svyatoslav Ryhel
MAX77663 PMIC has embedded poweroff function used by some device to initiane device power off. Implement it as sysreset driver. Signed-off-by: Svyatoslav Ryhel --- drivers/power/pmic/max77663.c| 12 ++- drivers/sysreset/Kconfig | 7 drivers/sysreset/Makefile

[PATCH v2 2/6] arm: mach-tegra: enable sysreset driver

2023-08-27 Thread Svyatoslav Ryhel
Signed-off-by: Svyatoslav Ryhel --- arch/arm/mach-tegra/Kconfig | 3 +++ arch/arm/mach-tegra/pmc.c | 9 - 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 464bd0798f..453f94bcf2 100644 --- a/arch/arm/mach-tegr

[PATCH v2 1/6] sysreset: tegra: create arch specific sysreset driver

2023-08-27 Thread Svyatoslav Ryhel
Tegra uses built in Power Management Controller (PMC) to perform CPU reset. Code to perform this was located in mach-tegra, so lest create DM driver to handle this. Signed-off-by: Svyatoslav Ryhel --- drivers/sysreset/Kconfig | 6 drivers/sysreset/Makefile | 1 + drivers/

[PATCH v2 0/6] Implement proper sysreset ability for Tegra SoCs and some PMICs

2023-08-27 Thread Svyatoslav Ryhel
This patchset converts do_reset from mach-tegra function to a proper sysreset dm driver with saving all its previous abilities. Additionally implement do_poweroff (since Tegra sysreset can only reset) by making sysreset drivers for the most widely used PMICs on Tegra devices. This includes sysrese

Pull request efi-2023-10-rc4

2023-08-27 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit e508b930021168c788f14977fc101ccc1151b3c8: Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2023-08-25 10:52:39 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-10-rc4

[PATCH 1/1] cmd: gpt: fix gpt read

2023-08-27 Thread Heinrich Schuchardt
To partition a block device the partition type GUIDs are needed but 'gpt read' does not provide these. Add the missing parts. Part of gpt.c has been written to work with CONFIG_PARTITION_UUIDS=n. But when reading the disk information this is not considered. Currently we let CONFIG_CMD_GPT select C

Re: [PATCH 1/2] tools: relocate-rela: Add M68K support

2023-08-27 Thread Angelo Dureghello
Hi Marex, thanks, Acked-by: Angelo Dureghello On 27/08/23 12:29 AM, Marek Vasut wrote: On 8/26/23 09:44, Angelo Dureghello wrote: Hi Marek, thanks a lot for the job i should have done. Tested on real hw: m5282evb   worked out of the box mcf54415   not working, had a lot of unsupported rel