Re: [PATCH v2 4/7] qfw: Add flag to allow probing before relocation

2023-08-28 Thread Tom Rini
On Mon, Aug 28, 2023 at 06:22:31PM +0300, Alper Nebi Yasak wrote: > On 2023-08-22 21:56 +03:00, Simon Glass wrote: > > Hi Alper, > > > > On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak > > wrote: > >> > >> QEMU firmware config drivers need to be probed to bind the ramfb device. > >> The ramfb

Re: [PATCH V6 05/20] include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTS

2023-08-28 Thread Mattijs Korpershoek
On ven., août 25, 2023 at 13:02, Nishanth Menon wrote: > Wrap the distro_boot options with CONFIG_DISTRO_DEFAULTS. > > This is an intermediate step for us to switch over to > CONFIG_BOOTSTD_DEFAULTS and drop this section in follow on patches. > > Reviewed-by: Tom Rini > Tested-by: Mattijs

Re: [PATCH V6 04/20] include: configs: am62x_evm: Drop unused SDRAM address

2023-08-28 Thread Mattijs Korpershoek
On ven., août 25, 2023 at 13:02, Nishanth Menon wrote: > Drop unused macro. This was meant for a second region of DDR which we > do not need for AM62x evm configurations. > > Tested-by: Mattijs Korpershoek > Signed-off-by: Nishanth Menon Reviewed-by: Mattijs Korpershoek > --- > No change

Re: [PATCH V6 02/20] include: env: ti: mmc: envboot: Only attempt boot.scr if BOOTSTD is not enabled

2023-08-28 Thread Mattijs Korpershoek
On ven., août 25, 2023 at 13:02, Nishanth Menon wrote: > 'script' bootmethod that should be used with CONFIG_BOOTSTD. > > Signed-off-by: Nishanth Menon Reviewed-by: Mattijs Korpershoek > --- > > Since Simon educated me to realize that the published documentation can > be stale and

[PATCH 2/2] doc: add events.h to documentation

2023-08-28 Thread Heinrich Schuchardt
Add the events.h include to the API documentation. Signed-off-by: Heinrich Schuchardt --- doc/api/event.rst | 9 + doc/api/index.rst | 1 + 2 files changed, 10 insertions(+) create mode 100644 doc/api/event.rst diff --git a/doc/api/event.rst b/doc/api/event.rst new file mode 100644

[PATCH 1/2] dm: event: document all events

2023-08-28 Thread Heinrich Schuchardt
Provide Sphinx documentation for all events. Signed-off-by: Heinrich Schuchardt --- include/event.h | 84 +++-- 1 file changed, 82 insertions(+), 2 deletions(-) diff --git a/include/event.h b/include/event.h index bb38ba98e7..6dee4adef2 100644 ---

[PATCH 0/2] doc: event: document all events

2023-08-28 Thread Heinrich Schuchardt
Document all events and add event.h to the HTML documentation. Heinrich Schuchardt (2): dm: event: document all events doc: add events.h to documentation doc/api/event.rst | 9 + doc/api/index.rst | 1 + include/event.h | 84 +-- 3 files

Re: [PATCH v2 4/7] qfw: Add flag to allow probing before relocation

2023-08-28 Thread Alper Nebi Yasak
On 2023-08-22 21:56 +03:00, Simon Glass wrote: > Hi Alper, > > On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak > wrote: >> >> QEMU firmware config drivers need to be probed to bind the ramfb device. >> The ramfb driver needs to be bound before relocation to properly reserve >> video memory for

Re: [PATCH V6 01/20] include: env: ti: mmc: envboot/mmcboot: Check result of mmc dev before proceeding

2023-08-28 Thread Mattijs Korpershoek
On ven., août 25, 2023 at 13:02, Nishanth Menon wrote: > If mmc dev reports that the device is not present, there is no point in > proceeding further to attempt to load the files. > > Signed-off-by: Nishanth Menon Reviewed-by: Mattijs Korpershoek > --- > new patch - noticed a series of

Re: [PATCH V6 00/20] board: ti: Add support for BeaglePlay

2023-08-28 Thread Mattijs Korpershoek
On ven., août 25, 2023 at 13:02, Nishanth Menon wrote: > Alright, 6th time is a charm ;) Hopefully this takes care of all > the un-addressed concerns we have had. Thanks all for pitching in, > reviewing and improving and I will stop finding things to > cleanup (promise). > > Baseline:

Re: [PATCH 17/19] Make DISTRO_DEFAULTS as deprecated

2023-08-28 Thread Tom Rini
On Mon, Aug 28, 2023 at 04:41:08PM +0200, Mark Kettenis wrote: > > From: Simon Glass > > Date: Thu, 24 Aug 2023 13:59:08 -0600 > > > > Encourage people to move to distro boot. Add a short migration guide. > > Doesn't this commit message say the exact opposite of what the patch does? Given the

Re: [PATCH 17/19] Make DISTRO_DEFAULTS as deprecated

2023-08-28 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 24 Aug 2023 13:59:08 -0600 > > Encourage people to move to distro boot. Add a short migration guide. Doesn't this commit message say the exact opposite of what the patch does? > Signed-off-by: Simon Glass > --- > > boot/Kconfig| 7 ++- >

[U-BOOT TEST HOOKS PATCH] travis-ci: Do not run TPM tests on Versal QEMU target

2023-08-28 Thread Michal Simek
TPM is going to be enabled by default but QEMU doesn't model it over SPI that's why disable it for xilinx_versal_virt_qemu target. Signed-off-by: Michal Simek --- py/travis-ci/u_boot_boardenv_xilinx_versal_virt_qemu.py | 1 + 1 file changed, 1 insertion(+) create mode 100644

Re: [PATCH v2] spl: watchdog: introduce SPL_HW_WATCHDOG

2023-08-28 Thread Stefan Roese
Hi Oleksandr, On 8/28/23 15:23, Oleksandr Suvorov wrote: Hi Stefan, On Thu, Aug 24, 2023 at 2:24 PM Stefan Roese wrote: On 8/23/23 14:00, Oleksandr Suvorov wrote: Add SPL_HW_WATCHDOG Kconfig symbol which can be used to enable non-WDT hardware watchdog in SPL. Hmmm, my hope / plan was to

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

2023-08-28 Thread Nishanth Menon
i$subject: doc: board: ti: Add j721s2-evm documentation On 16:47-20230825, 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 > >

Re: [PATCH v2] spl: watchdog: introduce SPL_HW_WATCHDOG

2023-08-28 Thread Oleksandr Suvorov
Hi Stefan, On Thu, Aug 24, 2023 at 2:24 PM Stefan Roese wrote: > > On 8/23/23 14:00, Oleksandr Suvorov wrote: > > Add SPL_HW_WATCHDOG Kconfig symbol which can be used to enable > > non-WDT hardware watchdog in SPL. > > Hmmm, my hope / plan was to completely drop HW_WATCHDOG at some point. > It's

Re: [RFC PATCH 2/2] doc: board: ti: k3: Convert to sphinx-prompt

2023-08-28 Thread Nishanth Menon
On 10:07-20230828, Mattijs Korpershoek wrote: [...] > > -.. code-block:: > > +.. prompt:: bash > > + :prompts: => > > nitpick: This can be a one-liner by using the "prompts" positional argument > > .. prompt:: bash => > > > >

Re: [PATCH V4 8/8] doc: board: ti: Add BeaglePlay documentation

2023-08-28 Thread Nishanth Menon
On 20:04-20230825, Simon Glass wrote: > Hi Robert, > > On Fri, 25 Aug 2023 at 19:06, Robert Nelson wrote: > > > > > > Just https://etcher.balena.io/ and flash an SD card with the official > > > > image here: > > > > https://www.beagleboard.org/distros/beagleplay-debian-11-flasher > > > > > > >

Re: [PATCH v2 6/6] board: phytec: phycore_imx8mp: Add 4000MTS RAM timings based on PCB rev

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Starting with PCB revision 3 we can safely make use of higher RAM > frequency again. Make use of the EEPROM detection to determine the > revision and use the updated RAM timings for new SoMs. > > Signed-off-by: Teresa Remmet Reviewed-by:

Re: [PATCH v2 5/6] board: phytec: common: phytec_som_detection: Add helper for PCB revision

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Add helper function to read out the PCB revision of a PHYTEC SoM. > > Signed-off-by: Teresa Remmet Reviewed-by: Yannic Moog Tested-by: Yannic Moog > --- > Changes in v2: > - none > --- >  board/phytec/common/phytec_som_detection.c |

Re: [PATCH v2 4/6] board: phytec: phycore_imx8mp: Update 2GB RAM Timings

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Due to PCB layout constraints in PCB revisions until including 1549.2, > a RAM frequency of 2 GHz can cause rare instabilities. Set the RAM > frequency to 1.5 GHz to achieve a stable system under all conditions. > > Signed-off-by: Teresa

Re: [PATCH v2 3/6] board: phytec: phycore-imx8mp: Add EEPROM detection initialisation

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Add EEPROM detection initialisation for phyCORE-i.MX8MM and > print SoM information during boot when successful. > > Signed-off-by: Teresa Remmet Reviewed-by: Yannic Moog Tested-by: Yannic Moog > --- > Changes in v2: > - removed

Re: [PATCH v2 2/6] board: phytec: common: Add imx8m specific EEPROM detection support

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Add imx8m specific detection part. Which includes checking the > EEPROM data for article number options. > > Signed-off-by: Teresa Remmet Reviewed-by: Yannic Moog Tested-by: Yannic Moog > --- > Changes in v2: > - remove blank line at

Re: [PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection

2023-08-28 Thread Yannic Moog
On Thu, 2023-08-17 at 10:57 +0200, Teresa Remmet wrote: > Recent shipped PHYTEC SoMs come with an i2c  EEPROM containing > information about the hardware such as board revision and variant. > This can be used for RAM detection and loading device tree overlays > during kernel start. > >

[PATCH v1 2/4] arm: dts: k3-j721e: Sync with v6.5-rc1

2023-08-28 Thread Neha Malcom Francis
Sync k3-j721e DTS with kernel.org v6.5-rc1. * pcie_epx nodes have been deleted, they are not needed [1] * use mcu_timer0 instead of the redundant timer1. Also delete clock and power domain properties since J721E follows legacy boot flow where system firmware is

Re: [PATCH RESEND v3] fpga: add inline stub for fpga_load

2023-08-28 Thread Eugen Hristev
On 8/28/23 13:53, Michal Simek wrote: Hi Eugen, + Chanho, On 8/8/23 12:22, Eugen Hristev wrote: In case CC_OPTIMIZE_FOR_DEBUG is set, unused code will not be optimized out, hence the reference to fpga_load will be compiled. if DM_FPGA and SPL_FPGA are not set, the build will fail with :

[PATCH] arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool

2023-08-28 Thread Neha Malcom Francis
Update the DDR settings to those generated using 0.10 version of Jacinto 7 DDRSS Register Configuration tool. Signed-off-by: Neha Malcom Francis --- arch/arm/dts/k3-j721e-ddr-evm-lp4-4266.dtsi | 98 ++-- arch/arm/dts/k3-j721s2-ddr-evm-lp4-4266.dtsi | 464 +-- 2 files changed,

[PATCH v1 4/4] configs: j721e: Remove HBMC_AM654 config

2023-08-28 Thread Neha Malcom Francis
Remove config as [1] is impacting boot. [1] is dependent on [2] which has not yet been merged to kernel, similar fix will be needed in U-Boot. [1] https://lore.kernel.org/all/20230513123313.11462-2-vaishna...@ti.com/ [2] https://lore.kernel.org/all/20230424184810.29453-1-...@ti.com/

[PATCH v1 3/4] drivers: misc: k3_avs: Add linux compatible to maintain sync

2023-08-28 Thread Neha Malcom Francis
The U-Boot AVS driver works on the VTM (Voltage and Thermal Management) module, also used by the Linux TI Bandgap temperature sensor driver (drivers/thermal/k3_j72xx_bandgap.c). Although the purpose and functionalities that these two implement are different, the hardware is the same, so ensure

[PATCH v1 1/4] arm: dts: k3-j721e-r5: Clean up inclusion hierarchy

2023-08-28 Thread Neha Malcom Francis
Get rid of k3-j721e-r5-*-u-boot.dtsi as it is not necessary. Change the inclusion hierarchy to be as follows: k3-j721e-.dts--- - -->k3-j721e-r5-.dts - k3-j721e--u-boot.dtsi--- Reason for

[PATCH v1 0/4] J721E DTS Sync with Kernel v6.5-rc1

2023-08-28 Thread Neha Malcom Francis
This series aims to sync kernel.org v6.5-rc1 DTS with that of U-Boot. It also includes cleanups where necessary along with certain changes to ensure boot is unaffected. While it's mainly synced to the tag v6.5-rc1, one extra commit has been added that cleans up duplicating wkup_i2c0 nodes [1] in

Re: [PATCH 0/7] spi-nor: Add parallel and stacked memories support

2023-08-28 Thread Michal Simek
On 8/18/23 06:21, Ashok Reddy Soma wrote: This series adds support for Xilinx qspi parallel and stacked memeories. In parallel mode, the current implementation assumes that a maximum of two flashes are connected. The QSPI controller splits the data evenly between both the flashes so, both

Re: [RFC PATCH 4/5] bootefi: Call the EVT_FT_FIXUP event handler

2023-08-28 Thread Heinrich Schuchardt
On 28.08.23 11:32, Sughosh Ganu wrote: On Sat, 26 Aug 2023 at 15:57, Heinrich Schuchardt wrote: On 8/26/23 11:06, Sughosh Ganu wrote: The bootefi command passes the devicetree to the kernel through the EFI config table. Call the event handlers for fixing the devicetree before jumping into

Re: [PATCH RESEND v3] fpga: add inline stub for fpga_load

2023-08-28 Thread Michal Simek
Hi Eugen, + Chanho, On 8/8/23 12:22, Eugen Hristev wrote: In case CC_OPTIMIZE_FOR_DEBUG is set, unused code will not be optimized out, hence the reference to fpga_load will be compiled. if DM_FPGA and SPL_FPGA are not set, the build will fail with : this is not correct. It is not DM_FPGA but

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

2023-08-28 Thread Michal Simek
Hi, On 8/28/23 12:00, Chanho Park wrote: Hi, -Original Message- From: Eugen Hristev Sent: Monday, August 28, 2023 5:47 PM To: Chanho Park ; 'Michal Simek' ; u-boot@lists.denx.de Cc: Simon Glass Subject: Re: [PATCH] fpga: define dummy fpga_load function for debug build On 8/28/23

Re: [PATCH v2 3/7] qfw: Spawn ramfb device if its file is present

2023-08-28 Thread Alper Nebi Yasak
On 2023-08-22 21:56 +03:00, Simon Glass wrote: > Hi Alper, > > On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak > wrote: >> >> From: Alexander Graf >> >> Now that we have a ramfb device driver, let's add the necessary glueing >> magic to also spawn it when we find its qfw file node. > > So then

Re: [PATCH] clk: Dont return error when assigned-clocks is empty or missing

2023-08-28 Thread Michal Simek
On 8/25/23 16:39, Tom Rini wrote: On Fri, Aug 25, 2023 at 09:15:09AM +0200, Michal Simek wrote: Hi Tom, On 7/11/23 11:51, Ashok Reddy Soma wrote: There is a chance that assigned-clock-rates is given and assigned-clocks could be empty. Dont return error in that case, because the probe of

Re: [RFC PATCH 5/5] doc: Add a document for non-compliant DT node/property removal

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 15:35, Heinrich Schuchardt wrote: > > On 8/26/23 11:06, Sughosh Ganu wrote: > > Add a document explaining the need for removal of non-compliant > > devicetree nodes and properties. Also describe in brief, the macros > > that can be used for this removal. > > > >

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

2023-08-28 Thread Chanho Park
Hi, > -Original Message- > From: Eugen Hristev > Sent: Monday, August 28, 2023 5:47 PM > To: Chanho Park ; 'Michal Simek' > ; u-boot@lists.denx.de > Cc: Simon Glass > Subject: Re: [PATCH] fpga: define dummy fpga_load function for debug build > > On 8/28/23 03:21, Chanho Park wrote: > >

Re: [PATCH v3 7/7] cmd: clk: Make soc_clk_dump static

2023-08-28 Thread Patrice CHOTARD
On 7/14/23 17:24, Igor Prusov wrote: > After introducing dump to clk_ops there is no need to override or expose > this symbol anymore. > > Signed-off-by: Igor Prusov > --- > cmd/clk.c | 4 ++-- > include/clk.h | 2 -- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git

Re: [PATCH v3 4/7] clk: Add dump operation to clk_ops

2023-08-28 Thread Patrice CHOTARD
On 7/14/23 17:24, Igor Prusov wrote: > This adds dump function to struct clk_ops which should replace > soc_clk_dump. It allows clock drivers to provide custom dump > implementation without overriding generic CCF dump function. > > Signed-off-by: Igor Prusov > --- > include/clk-uclass.h | 3

Re: [PATCH v3 5/7] cmd: clk: Use dump function from clk_ops

2023-08-28 Thread Patrice CHOTARD
On 7/14/23 17:24, Igor Prusov wrote: > Add another loop to dump additional info from clock providers that > implement dump operation. > > Signed-off-by: Igor Prusov > --- > cmd/clk.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/cmd/clk.c b/cmd/clk.c > index

Re: [PATCH v3 6/7] clk: treewide: switch to clock dump from clk_ops

2023-08-28 Thread Patrice CHOTARD
On 7/14/23 17:24, Igor Prusov wrote: > Switch to using new dump operation in clock provider drivers instead of > overriding soc_clk_dump. > > Signed-off-by: Igor Prusov > --- > arch/mips/mach-pic32/cpu.c | 23 --- > drivers/clk/aspeed/clk_ast2600.c | 13

[PATCH v2 3/3] timer: riscv_aclint_timer: add timer_get_boot_us for BOOTSTAGE

2023-08-28 Thread Chanho Park
timer_get_boot_us function is required to record the boot stages as us-based timestamp. Signed-off-by: Chanho Park --- drivers/timer/riscv_aclint_timer.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/timer/riscv_aclint_timer.c

[PATCH v2 2/3] riscv: timer: add timer_get_boot_us for BOOTSTAGE

2023-08-28 Thread Chanho Park
timer_get_boot_us function is required to record the boot stages as us-based timestamp. Signed-off-by: Chanho Park --- drivers/timer/riscv_timer.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/timer/riscv_timer.c b/drivers/timer/riscv_timer.c index

[PATCH v2 0/3] bootstage support for risc-v

2023-08-28 Thread Chanho Park
This adds to support bootstage for risc-v. timer_get_boot_us function is required to record each boot stages with microsecond timestamp. Changes from v1: - Correct #ifdef guard for riscv_aclint_timer and riscv_timer Chanho Park (3): riscv: bootstage: correct bootstage_report guard riscv:

[PATCH v2 1/3] riscv: bootstage: correct bootstage_report guard

2023-08-28 Thread Chanho Park
Below warning can be occurred when CONFIG_BOOTSTAGE and !CONFIG_SPL_BOOTSTAGE. It should be guarded by using CONFIG_IS_ENABLED for SPL build. arch/riscv/lib/bootm.c:46:9: warning: implicit declaration of function 'bootstage_report' 46 | bootstage_report(); |

[PATCH] spl: bootstage: move bootstage_stash before jumping to image

2023-08-28 Thread Chanho Park
For IH_OS_OPENSBI and IH_OS_LINUX, there is no chance to stash bootstare record because it will not return after jumping to the image. Hence, this patch moves the location of bootstage_stash before jumping to image. Signed-off-by: Chanho Park --- common/spl/spl.c | 15 --- 1 file

Re: [RFC PATCH 4/5] bootefi: Call the EVT_FT_FIXUP event handler

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 15:57, Heinrich Schuchardt wrote: > > On 8/26/23 11:06, Sughosh Ganu wrote: > > The bootefi command passes the devicetree to the kernel through the > > EFI config table. Call the event handlers for fixing the devicetree > > before jumping into the kernel. This removes any

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

2023-08-28 Thread Eugen Hristev
On 8/28/23 03:21, Chanho Park wrote: 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

Re: [RFC PATCH 0/5] Allow for removal of DT nodes and properties

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 15:36, Heinrich Schuchardt wrote: > > On 8/26/23 11:06, Sughosh Ganu wrote: > > > > Provide a way for removing certain devicetree nodes and/or properties > > from the devicetree. This is needed to purge certain nodes and > > properties which may be relevant only in U-Boot.

Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 16:09, Heinrich Schuchardt wrote: > > On 8/26/23 11:06, Sughosh Ganu wrote: > > Add a function which is registered to spy for a EVT_FT_FIXUP event, > > and removes the non upstreamed nodes and properties from the > > devicetree before it gets passed to the OS. > > > > This

Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 15:51, Heinrich Schuchardt wrote: > > > > On 8/26/23 11:06, Sughosh Ganu wrote: > > Add a function which is registered to spy for a EVT_FT_FIXUP event, > > and removes the non upstreamed nodes and properties from the > > devicetree before it gets passed to the OS. > > > >

Re: [PATCH 1/3] cmd: fix gpt setenv

2023-08-28 Thread Heinrich Schuchardt
On 26.08.23 04:04, Simon Glass wrote: On Fri, 25 Aug 2023 at 19:53, Heinrich Schuchardt wrote: Do not assume that partitions are continuously numbered starting at 1. Having a partition table with a single partition 63 is valid. Signed-off-by: Heinrich Schuchardt --- cmd/gpt.c | 6 ++

Re: [PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-28 Thread Yannic Moog
Hello Joao, On Sun, 2023-08-20 at 21:04 +0200, Joao Marcos Costa wrote: > Hello U-Boot community, > > I'm submitting a patch series that ports the gen_compile_commands.py > script from the Linux kernel's sources to U-Boot. This script, > originally > located in

Re: [RFC PATCH 2/2] doc: board: ti: k3: Convert to sphinx-prompt

2023-08-28 Thread Mattijs Korpershoek
On jeu., août 24, 2023 at 10:40, Nishanth Menon wrote: > Sphinx-prompt provides a handy scheme to provide documentation that > renders nicely and yet provides a scheme to copy paste for users without > having to hand-edit the copied text as is the result of code-block > > [1]

Re: [RFC PATCH 1/2] doc: sphinx: Add sphinx-prompt

2023-08-28 Thread Mattijs Korpershoek
On jeu., août 24, 2023 at 10:40, Nishanth Menon wrote: > Sphinx-prompt[1] helps bring-in '.. prompt::' option that allows a > better rendered documentation, yet be able to copy paste without > picking up the prompt from rendered documentation. > > [1]

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

2023-08-28 Thread Svyatoslav Ryhel
нд, 27 серп. 2023 р. о 11:21 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

Re: [PATCH v2] tools: ensure zeroed padding in external FIT images

2023-08-28 Thread Roman Azarenko
On Fri, 2023-08-25 at 12:06 -0600, Simon Glass wrote: > > @@ -564,9 +564,13 @@ static int fit_extract_data(struct > > image_tool_params *params, const char *fname) > > /* Pack the FDT and place the data after it */ > > fdt_pack(fdt); > > > > -   new_size =

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

2023-08-28 Thread Manorit Chawdhry
Hi Neha, On 13:04-20230828, Neha Malcom Francis wrote: > 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 -

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

2023-08-28 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 - [...] diff --git a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts

Re: [PATCH] tools: relocate-rela: Fix BE symtab handling

2023-08-28 Thread Angelo Dureghello
applied to u-boot-coldfire Thanks, angelo On 31/07/23 12:16 AM, Marek Vasut wrote: The symtab contains data in target endianness, convert the data to native endianness before doing any operations and on them, and back to target endianness before updating the bin file. Signed-off-by: Marek

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

2023-08-28 Thread Angelo Dureghello
Hi, applying this patchset to u-boot-coldfire Thanks, angelo 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

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

2023-08-28 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

<    1   2