Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 01:38:59PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote: > > > > On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt > > > wrote: > > > > > >

Re: [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote: > On 13:51-20231103, Andrew Davis wrote: > > On 11/2/23 7:38 PM, Nishanth Menon wrote: > > > Add defconfig fragments for J721E based BeagleBone AI-64 and > > > corresponding customized environment. > >

Re: [PATCH 1/1] pico-imx7d: fix typo in AR8035 comment

2023-11-03 Thread Fabio Estevam
On Fri, Nov 3, 2023 at 6:16 PM wrote: > > From: Benjamin Szőke > > Signed-off-by: Benjamin Szőke Please make sure to run checkpatch and make it happy: ./scripts/checkpatch.pl 0001-pico-imx7d-fix-typo-in-AR8035-comment.patch WARNING: Missing commit description - Add an appropriate one total:

[PATCH v3 2/3] net: bootp: BOOTP/DHCPv4 retransmission improvements

2023-11-03 Thread seanedmond
From: Sean Edmond This patch introduces 3 improvements to align with RFC 951: - retransmission backoff interval maximum is configurable - initial retranmission backoff interval is configurable - transaction ID is kept the same for each BOOTP/DHCPv4 request In applications where thousands of

[PATCH v3 1/3] net: Get pxe config file from dhcp option 209

2023-11-03 Thread seanedmond
From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209 as specified in RFC5071. Signed-off-by: Sean Edmond --- cmd/Kconfig | 4 cmd/pxe.c | 10 ++ net/bootp.c | 21 + net/bootp.h | 2 ++ 4 files changed, 37 insertions(+)

[PATCH v3 3/3] net: bootp: add config option BOOTP_RANDOM_XID

2023-11-03 Thread seanedmond
From: Sean Edmond The new config option BOOTP_RANDOM_XID will randomize the transaction ID for each new BOOT/DHCPv4 exchange. Signed-off-by: Sean Edmond --- cmd/Kconfig | 7 +++ net/bootp.c | 31 +-- 2 files changed, 24 insertions(+), 14 deletions(-) diff

Re: [PATCH v2 2/3] net: bootp: BOOTP/DHCPv4 retransmission improvements

2023-11-03 Thread Sean Edmond
On 2023-10-23 11:06 p.m., Heinrich Schuchardt wrote: On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: From: Sean Edmond This patch introduces 3 improvements to align with RFC 951: - retransmission backoff interval maximum is configurable - initial retranmission backoff interval is

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-03 Thread Sean Edmond
On 2023-10-23 10:54 p.m., Heinrich Schuchardt wrote: On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209 Signed-off-by: Sean Edmond ---   cmd/Kconfig |  4   cmd/pxe.c   | 10 ++  

[PATCH v3 0/3] BOOTP/DHCPv4 enhancements

2023-11-03 Thread seanedmond
From: Sean Edmond In our datacenter application, a single DHCP server is servicing 36000+ clients. Improvements are required to the DHCPv4 retransmission behavior to align with RFC and ensure less pressure is exerted on the server: - retransmission backoff interval maximum is configurable

Re: [PATCH 1/6] pinctrl: qcom: move out of mach-snapdragon

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > Move the Qualcomm pinctrl drivers out of mach-snapdragon and over to the > rest of the pinctrl drivers, adjust the drivers so that support for each > platform can be enabled/disabled individually and introduce platform > specific

Re: [PATCH 5/6] pinctrl: qcom: move ipq4019 driver from mach-ipq40xx

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > Drop the duplicated pinctrl-snapdragon driver from mach-ipq40xx and add > it to drivers/pinctrl/qcom. > > Signed-off-by: Caleb Connolly > --- > arch/arm/Kconfig | 1 + > arch/arm/mach-ipq40xx/Makefile

RE: [PATCH] dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration

2023-11-03 Thread Mattijs Korpershoek
Hi Jaehoon, On ven., nov. 03, 2023 at 10:07, "Jaehoon Chung" wrote: > Hi Mathtjjs, > >> -Original Message- >> From: Mattijs Korpershoek >> Sent: Thursday, November 2, 2023 6:15 PM >> To: Jaehoon Chung >> Cc: lu...@denx.de; u-boot@lists.denx.de >> Subject: Re: [PATCH] dfu: add

Re: [PATCH v2 1/2] rockchip: ringneck-px30: always reset STM32 companion controller on boot

2023-11-03 Thread Heiko Stübner
Am Freitag, 3. November 2023, 10:28:12 CET schrieb Quentin Schulz: > From: Quentin Schulz > > It's happened that glitches on the STM32_RST and STM32_BOOT lines have > put the STM32 companion microcontroller into DFU mode making it not boot > its FW, rendering it useless for the user. > >

Re: [PATCH 2/6] pinctrl: qcom: make compatible with linux DTs

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > The pinctrl and GPIO drivers are currently heavily incompatible with > upstream. Most Qualcomm pinctrl blocks feature "tiles" of pins, each at > it's own address. Introduce support for these by allowing the soc driver > to specify per-pin

Re: [PATCH 4/6] msm_qcom: use unsigned int

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > Replaces the uses of "unsigned" with "unsigned int". > > Signed-off-by: Caleb Connolly > --- > drivers/gpio/msm_gpio.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Sumit Garg -Sumit > diff --git

[PATCH v2 1/2] rockchip: ringneck-px30: always reset STM32 companion controller on boot

2023-11-03 Thread Quentin Schulz
From: Quentin Schulz It's happened that glitches on the STM32_RST and STM32_BOOT lines have put the STM32 companion microcontroller into DFU mode making it not boot its FW, rendering it useless for the user. Considering that the STM32 companion microcontroller is always reset on a reboot or

[PATCH v2 2/2] rockchip: ringneck-px30: enable SPL_BOARD_INIT

2023-11-03 Thread Quentin Schulz
From: Quentin Schulz Now that Ringneck requires some board-specific code (namely resetting the MCU companion controller) to be run during SPL stage, let's enable SPL_BOARD_INIT. Cc: Quentin Schulz Reviewed-by: Heiko Stuebner Signed-off-by: Quentin Schulz --- configs/ringneck-px30_defconfig

[PATCH v2 0/2] rockchip: ringneck-px30: always reset STM32 companion controller on boot

2023-11-03 Thread Quentin Schulz
It's happened that glitches on the STM32_RST and STM32_BOOT lines have put the STM32 companion microcontroller into DFU mode making it not boot its FW, rendering it useless for the user. Considering that the STM32 companion microcontroller is always reset on a reboot or power cycle, resetting it

Re: [PATCH 3/6] pinctrl: qcom: handle reserved ranges

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > Some Qualcomm boards feature reserved ranges of pins which are protected > by firmware. Attempting to read or write any registers associated with > these pins results the board resetting. Does any of the current Qcom boards supported in

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Jonas Karlman
On 2023-11-03 10:34, Slawomir Stepien wrote: > Hi Jonas and Kever > > Thanks for clarifying the situation Kever! Please see below my proposition. > What do you think? Yes, this matches my proposition at [1], and I have a series queued now that we have gotten the answer. Have included your

Re: [PATCH 6/6] pinctrl: qcom: rename msm -> qcom

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > The "MSM" naming hasn't been correct for quite a while now, in line > with Linux lets rename all these msm_* functions to qcom_* as well as > ensure namespacing is consistent across the pinctrl and GPIO drivers. Can we do it treewide for

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Kever Yang
Hi Slawomir, On 2023/11/3 17:34, Slawomir Stepien wrote: Hi Jonas and Kever Thanks for clarifying the situation Kever! Please see below my proposition. What do you think? On lis 02, 2023 15:27, Kever Yang wrote: Hi Jonas, On 2023/11/1 00:45, Jonas Karlman wrote: On 2023-10-31 17:13,

Re: [PATCH v2 7/7] clk/qcom: fix rcg divider value

2023-11-03 Thread Caleb Connolly
On 02/11/2023 08:24, Sumit Garg wrote: > On Tue, 31 Oct 2023 at 03:54, Caleb Connolly > wrote: >> >> The RCG divider field takes a value of (2*h - 1) where h is the divisor. >> This allows fractional dividers to be supported by calculating them at >> compile time using a macro. >> >> However,

Re: [PATCH] MAINTAINERS: update Qualcomm maintainer

2023-11-03 Thread Caleb Connolly
On 02/11/2023 11:49, Sumit Garg wrote: > On Tue, 31 Oct 2023 at 20:49, Caleb Connolly > wrote: >> >> As Ramon has been inactive for some time now, add myself and Neil >> Armstrong to maintain Qualcomm efforts going forwards. >> >> Signed-off-by: Caleb Connolly >> --- >> I greatly appreciate

[GIT PULL] Please pull u-boot-dfu-20231103

2023-11-03 Thread Mattijs Korpershoek
cbba1b7766bd93d74e28202c46e69095ac13760b: Merge branch '2023-10-30-assorted-general-updates' (2023-10-30 16:01:54 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20231103 for you to fetch changes up

Please pull qcom-next-20231103

2023-11-03 Thread Caleb Connolly
-updates' (2023-10-30 16:01:54 -0400) are available in the Git repository at: g...@source.denx.de:/u-boot/custodians/u-boot-snapdragon.git tags/qcom-pull-20231103 for you to fetch changes up to 48eb294bec471d5d4e176ad030671a221f307074: MAINTAINERS: update Qualcomm maintainer (2023-11-03 13:17

[PATCH 2/3] spl: fit: Add support for LZO compressed images

2023-11-03 Thread Loic Poulain
Signed-off-by: Loic Poulain --- common/spl/spl_fit.c | 10 ++ include/spl.h| 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index 1d42cb1d10..08428660b0 100644 --- a/common/spl/spl_fit.c +++

[PATCH 1/3] spl: fit: Discard decompression if not supported

2023-11-03 Thread Loic Poulain
And simplify further decompression testing. Signed-off-by: Loic Poulain --- common/spl/spl_fit.c | 27 +-- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index 70d8d5942d..1d42cb1d10 100644 ---

[PATCH 3/3] spl: fit: Load compressed blob to heap buffer

2023-11-03 Thread Loic Poulain
CONFIG_SYS_LOAD_ADDR is usually configured as the address where the kernel should be loaded at. It can be problematic to use it as a generic temporary buffer for FIT compressed blobs. An example is when the image is a compressed kernel with load address equal to CONFIG_SYS_LOAD_ADDR, this causes

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Slawomir Stepien
Hi Jonas and Kever Thanks for clarifying the situation Kever! Please see below my proposition. What do you think? On lis 02, 2023 15:27, Kever Yang wrote: > Hi Jonas, > > On 2023/11/1 00:45, Jonas Karlman wrote: > > On 2023-10-31 17:13, Slawomir Stepien wrote: > > > Mark the flash@0 as

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Slawomir Stepien
On lis 03, 2023 11:03, Jonas Karlman wrote: > On 2023-11-03 10:34, Slawomir Stepien wrote: > > Hi Jonas and Kever > > > > Thanks for clarifying the situation Kever! Please see below my proposition. > > What do you think? > > Yes, this matches my proposition at [1], and I have a series queued

Re: Please pull u-boot-dm

2023-11-03 Thread Tom Rini
On Thu, Nov 02, 2023 at 10:54:31PM +, Simon Glass wrote: > Hi Tom, > > Just various bugfixes, apart from the TI one > > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/3227baad05481e37d75aeae7c7c1467fd6903f7d > >

Re: [PATCH 00/15] board: ti: Add support for BeagleBone AI-64

2023-11-03 Thread Tom Rini
On Thu, Nov 02, 2023 at 07:37:50PM -0500, Nishanth Menon wrote: > Cleanups for J721e/J7200 and add support for BeagleBone AI-64 > > Based off: > master 07fe79c93c5c Merge tag 'i2cfixes-for-v2024-01-rc2' of > https://source.denx.de/u-boot/custodians/u-boot-i2c > > Boot Logs: > J721e-SK:

[PATCH] riscv: Add support for AMD/Xilinx MicroBlaze V

2023-11-03 Thread Michal Simek
MicroBlaze V is new AMD/Xilinx soft-core 32bit RISC-V processor IP. It is hardware compatible with classic MicroBlaze processor. The patch contains initial wiring and configuration for initial HW design with memory, cpu, interrupt controller, timers and uartlite console. Provided DT is just

Re: [PATCH v2 4/5] video: Skip framebuffer reservation if already reserved

2023-11-03 Thread Devarsh Thakkar
Hi Simon, Thanks for the review. On 03/11/23 04:16, Simon Glass wrote: On Tue, 31 Oct 2023 at 13:12, Devarsh Thakkar wrote: Skip framebufer reservation if it was already reserved from previous stage and whose information was passed using a bloblist. Signed-off-by: Devarsh Thakkar

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Simon Glass
Hi Heinrich, On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: > > > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : > >Hi, > > > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > >> > >> [unfortunately I am not receiving email from the list at present] > >> > >> Hi Heinrich, >

[PATCH v3 3/7] clk/qcom: handle resets and clocks in one device

2023-11-03 Thread Caleb Connolly
From: Konrad Dybcio Qualcomm's clock controller blocks actually do much more than it says on the tin.. They provide clocks, resets and power domains. Currently, U-Boot requires one to spawn 2 separate devices for controlling clocks and resets, both spanning the same register space. Refactor the

[PATCH v3 5/7] clk/qcom: use function pointers for enable and set_rate

2023-11-03 Thread Caleb Connolly
Currently, it isn't possible to build clock drivers for more than one platform due to how the msm_enable() and msm_set_rate() callbacks are implemented. Extend qcom_clk_data to include function pointers for these and convert all platforms to use them. Previously, clock drivers relied on

[PATCH v3 6/7] clk/qcom: add mnd_width to clk_rcg_set_rate_mnd()

2023-11-03 Thread Caleb Connolly
This property is needed on some platforms to ensure that only the relevant bits are set in the M/N/D registers. Signed-off-by: Caleb Connolly Reviewed-by: Sumit Garg --- drivers/clk/qcom/clock-apq8016.c | 4 ++-- drivers/clk/qcom/clock-apq8096.c | 4 ++-- drivers/clk/qcom/clock-qcom.c|

[PATCH v3 7/7] clk/qcom: fix rcg divider value

2023-11-03 Thread Caleb Connolly
The RCG divider field takes a value of (2*h - 1) where h is the divisor. This allows fractional dividers to be supported by calculating them at compile time using a macro. However, the clk_rcg_set_rate_mnd() function was also performing the calculation. Clean this all up and consistently use the

Re: [PATCH] riscv: Add support for AMD/Xilinx MicroBlaze V

2023-11-03 Thread Conor Dooley
Yo, Since you sent it to me, I may as well comment... On Fri, Nov 03, 2023 at 05:03:25PM +0100, Michal Simek wrote: > MicroBlaze V is new AMD/Xilinx soft-core 32bit RISC-V processor IP. > It is hardware compatible with classic MicroBlaze processor. > > The patch contains initial wiring and

Re: [PATCH 1/1] [u-boot][master][PATCH v6] pico-imx7d: add baseboard SD card boot detect

2023-11-03 Thread Fabio Estevam
On Thu, Nov 2, 2023 at 5:45 PM wrote: > > From: Benjamin Szőke > > Technexion PICO-IMX7 SoM is supporting USDHC3 (eMMC or micro SD on SoM) > and USDHC1 (SD on carrier board) to use on any carrier board like > PICO-NYMPH. Based on the U-Boot version from Technexion it adds > baseboard SD card

[PATCH v3 1/7] clk/qcom: move from mach-snapdragon

2023-11-03 Thread Caleb Connolly
Clock drivers don't belong here, move them to the right place and declutter mach-snapdragon a bit. To de-couple these drivers from specific "target" platforms, add additional config options to enable each clock driver gated behind a common CLK_QCOM option and enable them by default for the

[PATCH v3 4/7] clk/qcom: sdm845: add register map for simple gate clocks

2023-11-03 Thread Caleb Connolly
Many gate clocks can be enabled with a single register write, add support for defining these simple gate clocks and add the ones found on SDM845. While we're here, inline clk_init_uart() into msm_set_rate(). Reviewed-by: Sumit Garg Signed-off-by: Caleb Connolly ---

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 11:12:40AM -0600, Simon Glass wrote: > Hi, > > On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > > > > [unfortunately I am not receiving email from the list at present] > > > > Hi Heinrich, > > > > On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt > > wrote: > > > > >

Re: [PATCH 1/1] [u-boot][master][PATCH v6] pico-imx7d: add baseboard SD card boot detect

2023-11-03 Thread Fabio Estevam
In the Subject: simply remove the [PATCH 1/1] [u-boot][master] text as it is not useful. On Thu, Nov 2, 2023 at 5:45 PM wrote: > -aliases { > -mmc0 = > -usb0 = > -display0 = > -}; > + aliases { > + mmc0 = > + mmc1 = > +

[PATCH v3 0/7] arm: mach-snapdragon: Qualcomm clock driver cleanup

2023-11-03 Thread Caleb Connolly
This series begins making some headway towards cleaning up Qualcomm platform support in u-boot. The following is a rough overview of the changes: * Move the Qualcomm clock drivers out of mach-snapdragon and into clk/qcom * Introduce per-platform clock driver configs to decouple Qualcomm platform

[PATCH v3 2/7] clk/qcom: move ipq4019 driver from mach-ipq40xx

2023-11-03 Thread Caleb Connolly
This driver is just a stub, but it's necessary to support the upcoming reset driver changes. Reviewed-by: Sumit Garg Signed-off-by: Caleb Connolly --- arch/arm/Kconfig | 1 + arch/arm/mach-ipq40xx/Makefile | 1 - drivers/clk/qcom/Kconfig

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Simon Glass
Hi, On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > > [unfortunately I am not receiving email from the list at present] > > Hi Heinrich, > > On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote: > > > > On 10/25/23 04:49, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Tue, 24 Oct

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Heinrich Schuchardt
Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : >Hi, > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: >> >> [unfortunately I am not receiving email from the list at present] >> >> Hi Heinrich, >> >> On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote: >> > >> > On 10/25/23

Re: [PATCH v2 1/5] arm: mach-k3: common: Reserve video memory from end of the RAM

2023-11-03 Thread Devarsh Thakkar
Hi Simon, Thanks for the review. On 03/11/23 04:16, Simon Glass wrote: Hi Devarsh, On Tue, 31 Oct 2023 at 13:12, Devarsh Thakkar wrote: Add function spl_reserve_video which is a wrapper around video_reserve to setup video memory and update the relocation address pointer. Setup video

Re: [PATCH v2 3/5] common/board_f: Catch bloblist before starting resevations

2023-11-03 Thread Devarsh Thakkar
Hi Simon, Thanks for the review. On 03/11/23 04:16, Simon Glass wrote: Hi Devarsh, On Tue, 31 Oct 2023 at 13:12, Devarsh Thakkar wrote: Start reservations needed for init sequence only after catching bloblists from previous stage. This is to avoid catching bloblists in the middle causing

[PATCH v4 1/5] fdt: common API to populate kaslr seed

2023-11-03 Thread seanedmond
From: Dhananjay Phadke fdt_fixup_kaslr_seed() will update given ofnode with random seed value. Source for random seed can be TPM or RNG driver in u-boot or sec firmware (ARM). Signed-off-by: Dhananjay Phadke Signed-off-by: Sean Edmond --- arch/arm/cpu/armv8/sec_firmware.c | 39

[PATCH v4 5/5] fdt: Fix compile error for !OFNODE_MULTI_TREE

2023-11-03 Thread seanedmond
From: Sean Edmond Required to fix the following compile error when building sandbox: /tmp/cci9ibby.ltrans21.ltrans.o: In function `do_cedit_load': :(.text+0x601d): undefined reference to `oftree_dispose' Signed-off-by: Sean Edmond --- drivers/core/ofnode.c | 12 ++-- 1 file changed, 6

[PATCH v4 3/5] cmd: kaslrseed: Use common API to fixup FDT

2023-11-03 Thread seanedmond
From: Sean Edmond Use the newly introduced common API fdt_fixup_kaslr_seed() in the kaslrseed command. Signed-off-by: Sean Edmond --- cmd/kaslrseed.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/cmd/kaslrseed.c b/cmd/kaslrseed.c index

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > Hi Heinrich, > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: > > > > > > > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : > > >Hi, > > > > > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: > > >> > > >>

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 01:17:18PM -0600, Simon Glass wrote: > Hi, > > On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote: > > > > > Date: Mon, 23 Oct 2023 12:34:55 -0400 > > > From: Tom Rini > > > > > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote: > > > > > From: Simon Glass

[PATCH v4 0/5] Populate kaslr seed with RNG

2023-11-03 Thread seanedmond
From: Sean Edmond This patch series creates a common API (fdt_fixup_kaslr_seed()) for populating the kaslr seed in the DTB. Existing users (kaslrseed, and ARMv8 sec firmware) have been updated to use this common API. New functionality has been introduced to populate the kaslr using the RNG.

Re: [PATCH v1 1/3] drivers: gpio-uclass: support PMIC GPIO children

2023-11-03 Thread Tom Rini
On Tue, Oct 24, 2023 at 11:37:59AM +0300, Svyatoslav Ryhel wrote: > UCLASS_PMIC may have GPIO children without exposed fdt node, > in this case if requesting fails, check if uclass is PMIC. > If so, iterate through its children to find correct device. > > Signed-off-by: Svyatoslav Ryhel > --- >

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-11-03 Thread Simon Glass
Hi, On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote: > > > Date: Mon, 23 Oct 2023 12:34:55 -0400 > > From: Tom Rini > > > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote: > > > > From: Simon Glass > > > > Date: Mon, 23 Oct 2023 00:08:40 -0700 > > > > > > > > > >

Re: [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

2023-11-03 Thread Andrew Davis
On 11/3/23 2:06 PM, Nishanth Menon wrote: On 13:51-20231103, Andrew Davis wrote: On 11/2/23 7:38 PM, Nishanth Menon wrote: Add defconfig fragments for J721E based BeagleBone AI-64 and corresponding customized environment. Signed-off-by: Nishanth Menon --- board/ti/j721e/beagleboneai64.env

Re: [PATCH v4 4/5] dm: core: Modify default for OFNODE_MULTI_TREE

2023-11-03 Thread Simon Glass
On Fri, 3 Nov 2023 at 12:38, wrote: > > From: Sean Edmond > > There is a preference to use the "ofnode" API for FDT fixups > moving forward. The FDT fixup will usually be for the kernel FDT. To > fixup the kernel FDT with the ofnode API, it's required to set the > OFNODE_MULTI_TREE option. > >

Re: [PATCH v4 5/5] fdt: Fix compile error for !OFNODE_MULTI_TREE

2023-11-03 Thread Simon Glass
On Fri, 3 Nov 2023 at 12:38, wrote: > > From: Sean Edmond > > Required to fix the following compile error when building sandbox: > /tmp/cci9ibby.ltrans21.ltrans.o: In function `do_cedit_load': > :(.text+0x601d): undefined reference to `oftree_dispose' > > Signed-off-by: Sean Edmond > --- >

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-11-03 Thread Ilias Apalodimas
Hi Simon On Fri, 3 Nov 2023 at 21:17, Simon Glass wrote: > > Hi, > > On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote: > > > > > Date: Mon, 23 Oct 2023 12:34:55 -0400 > > > From: Tom Rini > > > > > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote: > > > > > From: Simon Glass >

Re: [PATCH v1 1/3] drivers: gpio-uclass: support PMIC GPIO children

2023-11-03 Thread Tom Rini
On Fri, Nov 03, 2023 at 09:39:51PM +0200, Svyatoslav Ryhel wrote: > > > 3 листопада 2023 р. 21:03:39 GMT+02:00, Tom Rini > написав(-ла): > >On Tue, Oct 24, 2023 at 11:37:59AM +0300, Svyatoslav Ryhel wrote: > > > >> UCLASS_PMIC may have GPIO children without exposed fdt node, > >> in this case

[PATCH v4 2/5] fdt: kaslr seed from RNG device

2023-11-03 Thread seanedmond
From: Dhananjay Phadke Add support for KASLR seed from the RNG device. Invokes dm_rng_read() API to read 8-bytes of random bytes. Performs the FDT fixup using event spy. To enable use CONFIG_KASLR_RNG_SEED Signed-off-by: Dhananjay Phadke Signed-off-by: Drew Kluemke Signed-off-by: Sean

[PATCH v4 4/5] dm: core: Modify default for OFNODE_MULTI_TREE

2023-11-03 Thread seanedmond
From: Sean Edmond There is a preference to use the "ofnode" API for FDT fixups moving forward. The FDT fixup will usually be for the kernel FDT. To fixup the kernel FDT with the ofnode API, it's required to set the OFNODE_MULTI_TREE option. To ensure existing users of kaslr fdt fixup are not

Re: [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

2023-11-03 Thread Andrew Davis
On 11/2/23 7:38 PM, Nishanth Menon wrote: Add defconfig fragments for J721E based BeagleBone AI-64 and corresponding customized environment. Signed-off-by: Nishanth Menon --- board/ti/j721e/beagleboneai64.env| 19 board/ti/j721e/beagleboneai64_a72.config | 55

Re: [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

2023-11-03 Thread Nishanth Menon
On 13:51-20231103, Andrew Davis wrote: > On 11/2/23 7:38 PM, Nishanth Menon wrote: > > Add defconfig fragments for J721E based BeagleBone AI-64 and > > corresponding customized environment. > > > > Signed-off-by: Nishanth Menon > > --- > > board/

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Simon Glass
Hi Tom, On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote: > > On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: > > > > > > > > > > > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : > > > >Hi, > > >

Re: [PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension

2023-11-03 Thread Simon Glass
Hi Heinrich, On Wed, 1 Nov 2023 at 14:20, Heinrich Schuchardt wrote: > > On 11/1/23 19:05, Andre Przywara wrote: > > On Tue, 31 Oct 2023 14:55:50 +0200 > > Heinrich Schuchardt wrote: > > > > Hi Heinrich, > > > >> The Zkr ISA extension (ratified Nov 2021) introduced the seed CSR. It > >>

Re: [PATCH v1 1/3] drivers: gpio-uclass: support PMIC GPIO children

2023-11-03 Thread Svyatoslav Ryhel
3 листопада 2023 р. 21:03:39 GMT+02:00, Tom Rini написав(-ла): >On Tue, Oct 24, 2023 at 11:37:59AM +0300, Svyatoslav Ryhel wrote: > >> UCLASS_PMIC may have GPIO children without exposed fdt node, >> in this case if requesting fails, check if uclass is PMIC. >> If so, iterate through its

Re: [PATCH v4 1/1] efi_loader: expose the device-tree file name

2023-11-03 Thread Simon Glass
Hi Heinrich, On Wed, 25 Oct 2023 at 15:22, Heinrich Schuchardt wrote: > > On 10/25/23 23:13, Tom Rini wrote: > > On Wed, Oct 25, 2023 at 10:28:05PM +0200, Mark Kettenis wrote: > >>> Date: Wed, 25 Oct 2023 21:57:44 +0200 > >>> From: Heinrich Schuchardt > >>> > >>> On 10/25/23 20:23, Simon Glass

Re: [PATCH v2 1/1] efi_loader: expose the device-tree file name

2023-11-03 Thread Ilias Apalodimas
Hi all, On Fri, 3 Nov 2023 at 21:17, Simon Glass wrote: > > Hi, > > On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote: > > > > > Date: Mon, 23 Oct 2023 12:34:55 -0400 > > > From: Tom Rini > > > > > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote: > > > > > From: Simon Glass >

[PATCH V2 2/2] arm: mach-k3: Move TI dummy keys out of board folder

2023-11-03 Thread Nishanth Menon
This file is used to emulate customer keys on TI development board ecosystems, move it out of board/ directory and into mach-k3. And change the relative paths to absolute paths in the binman paths. While at it, drop the reference in verdin-binman file which is redundant. Signed-off-by: Nishanth

[PATCH V2 0/2] arm: mach-k3: Move TI keys out of board folder

2023-11-03 Thread Nishanth Menon
Hi, V2 of the series broadening the scope a bit more here. Changes in V2: * Drop the override from verdin binman files since the default depends on k3-binman.dtsi * Move the TI dummy keys out to arch as well (new patch) V1: https://lore.kernel.org/all/20231103224453.3264313-1...@ti.com/

[PATCH 1/1] pico-imx7d: fix typo in AR8035 comment

2023-11-03 Thread egyszeregy
From: Benjamin Szőke Signed-off-by: Benjamin Szőke --- board/technexion/pico-imx7d/pico-imx7d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/technexion/pico-imx7d/pico-imx7d.c b/board/technexion/pico-imx7d/pico-imx7d.c index 6e98b85b28..7f5a092457 100644 ---

[PATCH V2 1/2] arm: mach-k3: Move K3 degenerate keys out of board folder

2023-11-03 Thread Nishanth Menon
This file is common for all of K3, move it out of board/ directory and into mach-k3. And change the relative paths to absolute paths in the binman paths. While at it, drop the reference in verdin-binman file which is redundant. Signed-off-by: Nishanth Menon --- Changes from V1: * Dropped the

Re: [PATCH] arm: mach-k3: Move K3 degenerate keys out of board folder

2023-11-03 Thread Nishanth Menon
On 18:31-20231103, Andrew Davis wrote: [...] > > diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi > > b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi > > index b489d8afbe36..a6d7c2df20e0 100644 > > --- a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi &

Re: [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

2023-11-03 Thread Nishanth Menon
On 16:20-20231103, Tom Rini wrote: > On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote: > > On 13:51-20231103, Andrew Davis wrote: > > > On 11/2/23 7:38 PM, Nishanth Menon wrote: > > > > Add defconfig fragments for J721E based BeagleBone AI-64 and &g

Re: [PATCH v2] smbios: arm64: Allow table to be written at a fixed addr

2023-11-03 Thread Heinrich Schuchardt
Am 3. November 2023 20:14:46 OEZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote: >> >> >> >> Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass : >> >Hi, >> > >> >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote: >> >> >> >> [unfortunately I am

Re: [PATCH 1/1] pico-imx7d: fix typo in AR8035 comment

2023-11-03 Thread Fabio Estevam
On Fri, Nov 3, 2023 at 6:59 PM Szőke Kálmán Benjamin wrote: > > You said it should be a separated patch, here it is. Totaly usless to make > big commit descripton for a type fix. Merge it!! Any reason why you dropped the U-Boot list? Yes, I said it should be a separate patch from the original

[PATCH] arm: mach-k3: Move K3 degenerate keys out of board folder

2023-11-03 Thread Nishanth Menon
This file is common for all of K3, move it out of board/ directory and into mach-k3. And change the relative paths to absolute paths in the binman paths. Signed-off-by: Nishanth Menon --- Cc: Neha Malcom Francis Cc: Simon Glass Cc: Marcel Ziswiler Cc: Vignesh Raghavendra Cc: Francesco

[PATCH] pico-imx7d: Remove board_phy_config()

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam With Ethernet DM in place, there is no longer the need for having the board_phy_config() anymore. Remove it. Tested on imx7d-pico-pi board: => setenv autoload no => dhcp BOOTP broadcast 1 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.0.138

Re: [PATCH 1/1] pico-imx7d: fix typo in AR8035 comment

2023-11-03 Thread Fabio Estevam
Hi Benjamin, On Fri, Nov 3, 2023 at 6:16 PM wrote: > > From: Benjamin Szőke > > Signed-off-by: Benjamin Szőke > --- > board/technexion/pico-imx7d/pico-imx7d.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/technexion/pico-imx7d/pico-imx7d.c >

[PATCH] imx7d-pico-pi-u-boot.dtsi: Fix aliases indentation

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam The aliases are currently indented using spaces. Fix it to use the standard tab indentation. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx7d-pico-pi-u-boot.dtsi | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH] arm: mach-k3: Move K3 degenerate keys out of board folder

2023-11-03 Thread Andrew Davis
On 11/3/23 5:44 PM, Nishanth Menon wrote: This file is common for all of K3, move it out of board/ directory and into mach-k3. And change the relative paths to absolute paths in the binman paths. Signed-off-by: Nishanth Menon --- Cc: Neha Malcom Francis Cc: Simon Glass Cc: Marcel Ziswiler