Hi I²C maintainers,
My target has the following devices sharing one bus:
- 24C02 EEPROM
- Realtek 8370 Ethernet switch
- Allwinner T113-s3 (running U-Boot, interfacing via MVTWSI)
The RTL8370 is configured in "EEPROM autoload" mode, so on reset
it will load the full contents of the EEPROM. During
On Fri, 9 Jun 2023 14:11:53 +
路辉 wrote:
Hi,
> From fe7d48e84bb3c72d219f37eed51ea766f83b4bec Mon Sep 17 00:00:00 2001
> From: Lu Hui
> Date: Fri, 9 Jun 2023 22:05:23 +0800
> Subject: [PATCH 2/3] drivers: musb-new: add allwinner f1c100s configuration
thanks for sending this. If this patch sh
On Fri, 9 Jun 2023 14:12:31 +
路辉 wrote:
Hi,
> From fff53ba354c8eca33cb9901888778420db637073 Mon Sep 17 00:00:00 2001
> From: Lu Hui
> Date: Fri, 9 Jun 2023 22:05:53 +0800
> Subject: [PATCH 3/3] arm: dts: licheepi-nano: enable usb device mode
thanks for sending this, but this snippet was me
On Mon, May 29, 2023 at 03:02:23PM +0100, Rui Miguel Silva wrote:
> Now that the nvmxip block driver is merged we can add on top
> of it the platform code to use GPT and FWU metadata in the
> Corstone1000.
>
> But first, push 2 fixes that are needed to make all this work:
> - move nvmxip header
On Wed, 31 May 2023 00:28:04 -0500, jaswinder.si...@linaro.org wrote:
> From: Jassi Brar
>
> Introduce support for mtd backed storage for FWU feature and enable it on
> Synquacer platform based DeveloperBox.
>
> This revision is rebased onto patchset that trims the FWU api
>
> https://lore.ke
On Mon, 06 Mar 2023 17:17:47 -0600, jassisinghb...@gmail.com wrote:
> From: Jassi Brar
>
> The patchset reduces ~400 lines of code, while keeping the functionality same
> and making
> meta-data operations much faster (by using cached structures).
>
> Issue:
> meta-data copies (primary and sec
On Fri, 9 Jun 2023 14:11:07 +
路辉 wrote:
Hi,
> From 09a85536f92cfd22f2a6feba8ea91fae4bc41ed8 Mon Sep 17 00:00:00 2001
> From: Lu Hui
> Date: Fri, 9 Jun 2023 22:04:56 +0800
> Subject: [PATCH 1/3] phy: phy-sun4i-usb: add allwinner f1c100s configuration
I sent a similar patch literally just a
On Fri, 09 Jun 2023 22:26:21 +0200
Jernej Škrabec wrote:
Hi,
> Dne sreda, 07. junij 2023 ob 02:07:43 CEST je Andre Przywara napisal(a):
> > Currently there is one DRAM parameter struct for the Allwinner H616 DRAM
> > "driver". It contains many fields that are compile time constants
> > (set by K
Hi Andre,
On 12/5/22 17:45, Andre Przywara wrote:
Please let me know if you have any opinions!
I believe I promised you last month I'd let you know once I had a build
I'm happy with, and I'm pleased to say that I think I've reached that
point. I'm running quite rapidly out of sharp edges to
This is largely a cosmetic change, with one functional distinction:
We are now only setting BIT(0), and no longer clearing BIT(1).
The A20 manual confirms the purpose and bitwidth of this field, and we
have also been doing it this way for a while in Linux-land: The prior
narrative about this initi
Only the older (ca. A10, A20) sunxis need this poke for the MUSB to
function. Mimic the Linux kernel and add a `has_sram` flag to the config
structure that is only set for the specific compatibles that require
this initialization.
Signed-off-by: Sam Edwards
Reviewed-by: Andre Przywara
Tested-by:
Hi list,
This is the second version of cleaning up the SRAM initialization code in the
musb-new variant for sunxis.
Patch 1 ("only perform ... when necessary") has not changed since v1.
Patch 2 has had the following changes:
- Remove one-off bit/reg #defines, per feedback from Andre.
- Switch to
On Fri, 09 Jun 2023 22:38:38 +0200
Jernej Škrabec wrote:
Hi,
> Dne sreda, 07. junij 2023 ob 02:07:45 CEST je Andre Przywara napisal(a):
> > From: iuncuim
> >
> > The H616 SoC has support for several types of DRAM: DDR3, LPDDR3,
> > DDR4 and LPDDR4.
> > At the moment, the driver only supports D
Dne petek, 09. junij 2023 ob 12:56:21 CEST je Andre Przywara napisal(a):
> At the moment we use "select" in each Allwinner SoC's Kconfig section to
> include the USB PHY driver in the build. This means it cannot be disabled
> via Kconfig, although USB is not really a strictly required core
> functi
Dne petek, 09. junij 2023 ob 12:56:20 CEST je Andre Przywara napisal(a):
> The Allwinner F1C100s implements a single USB PHY, connected to its MUSB
> OTG controller. The USB PHY is of the simpler, older type (like the A10),
> the only real difference is that it's indeed only one PHY.
>
> Add a str
Dne petek, 09. junij 2023 ob 12:56:19 CEST je Andre Przywara napisal(a):
> In its of_xlate() function, the Allwinner USB PHY driver compares the
> args_count variable against the number of implemented USB PHYs, although
> this is the *number of arguments* to the DT phandle property. Per the DT
> bi
Dne sreda, 07. junij 2023 ob 02:07:45 CEST je Andre Przywara napisal(a):
> From: iuncuim
>
> The H616 SoC has support for several types of DRAM: DDR3, LPDDR3,
> DDR4 and LPDDR4.
> At the moment, the driver only supports DDR3 memory.
> Let's extend the driver to support the LPDDR3 memory. All "mag
Dne sreda, 07. junij 2023 ob 02:07:44 CEST je Andre Przywara napisal(a):
> From: iuncuim
>
> Allwinner H616 SoC supports several types of DRAM memory. To further
> integrate other types of memory, we need to add this delimitation.
> ---
> arch/arm/mach-sunxi/Kconfig | 10 +-
Dne sreda, 07. junij 2023 ob 02:07:43 CEST je Andre Przywara napisal(a):
> Currently there is one DRAM parameter struct for the Allwinner H616 DRAM
> "driver". It contains many fields that are compile time constants
> (set by Kconfig variables), though there are also some fields that are
> probed a
Dne sreda, 07. junij 2023 ob 02:07:42 CEST je Andre Przywara napisal(a):
> There are quite some functions in the Allwinner H616 DRAM "driver", some
> of them actually change the parameters in the structure passed to them,
> but many are actually not.
> To increase the optimisation potential for the
Dne sreda, 07. junij 2023 ob 02:07:41 CEST je Andre Przywara napisal(a):
> The usage of the C keyword "inline" seems to be a common
> misunderstanding: it's a *hint* only, and modern compilers will inline
> (or not) functions based on their own judgement and provided compiler
> options.
> So while
On Fri, 9 Jun 2023 13:16:00 -0600
Sam Edwards wrote:
Hi Sam,
> I've applied most of this feedback (most of which comes as a relief; I
> dislike inventing names for mystery bits) in preparation to send a v2,
> but had two questions:
>
> On 6/9/23 04:13, Andre Przywara wrote:
> >> The new comme
Hi Andre,
I've applied most of this feedback (most of which comes as a relief; I
dislike inventing names for mystery bits) in preparation to send a v2,
but had two questions:
On 6/9/23 04:13, Andre Przywara wrote:
The new comments and function name are not from any official source,
but are u
Sorry, I replied to Marek only but meant to reply to all.
El Fri, Jun 09, 2023 at 03:20:33AM +0200, Marek Vasut deia:
> > No. Well, in some tests yes and some no, but I got the error in all cases.
>
> This is doubtful. It is mandatory to run 'usb start' or 'usb reset' before
> you would get any
On Fri, Jun 09, 2023 at 12:03:06AM +0200, Marek Vasut wrote:
> The following changes since commit 0a8a4b86422650d6955a2382796089735453902d:
>
> Merge tag 'u-boot-amlogic-20230607' of
> https://source.denx.de/u-boot/custodians/u-boot-amlogic (2023-06-07 12:17:06
> -0400)
>
> are available in
Signed-off-by: Mikhail Kalashnikov
From: iuncuim
>
> The H616 SoC has support for several types of DRAM: DDR3, LPDDR3,
> DDR4 and LPDDR4.
> At the moment, the driver only supports DDR3 memory.
> Let's extend the driver to support the LPDDR3 memory. All "magic"
> values obtained from the boot0.
>
Signed-off-by: Mikhail Kalashnikov
сб, 3 июн. 2023 г. в 16:55, Mikhail Kalashnikov :
> From: iuncuim
>
> Allwinner H616 SoC supports several types of DRAM memory. To further
> integrate other types of memory, we need to add this delimitation.
> ---
> arch/arm/mach-sunxi/Kconfig |
Add support for enabling and disabling vbus-supply regulator found
on several imx8mp boards in the usb3_phy0 and usb3_phy1 nodes.
Signed-off-by: Tim Harvey
Reviewed-by: Adam Ford
---
v2:
- protect ret with __maybe_unused in case CONFIG_CLK and
CONFIG_DM_REGULATOR not defined
- add error pri
The Gateworks imx8mp-venice-gw7905-2x consists of a SOM + baseboard.
The GW702x SOM contains the following:
- i.MX8M Plus SoC
- LPDDR4 memory
- eMMC Boot device
- Gateworks System Controller (GSC) with integrated EEPROM, button
controller, and ADC's
- PMIC
- SOM connector providing:
- e
Display dram speed during configuration.
Signed-off-by: Tim Harvey
---
board/gateworks/venice/spl.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c
index 50056da3ee0f..c81498e830d6 100644
--- a/board/gateworks
When booting from USB (SDP) setup firmware-update environment
for emmc device.
Signed-off-by: Tim Harvey
---
board/gateworks/venice/venice.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/gateworks/venice/venice.c b/board/gateworks/venice/venice.c
index 803582c55b99..3067480e6ac7 1006
On Thu, Jun 08, 2023 at 11:32:22PM +0200, Marek Vasut wrote:
> The following changes since commit 3aa4fb12f4abd31bce7fe6294dd47fd0966a791a:
>
> Merge tag 'efi-next-20230608' of
> https://source.denx.de/u-boot/custodians/u-boot-efi into next (2023-06-08
> 11:19:27 -0400)
>
> are available in
On Thu, Jun 8, 2023 at 8:12 PM Adam Ford wrote:
>
> On Thu, Jun 8, 2023 at 8:29 PM Tim Harvey wrote:
> >
> > Add support for enabling and disabling vbus-supply regulator found
> > on several imx8mp boards in the usb3_phy0 and usb3_phy1 nodes.
> >
> > Without this I suspect U-Boot usb does not wor
The Renesas R-Car Gen3 H3e (Starter Kit Premier) uses a different
device tree than the default one.
This uses the sysinfo's board id to determine if the board needs a
specific device tree.
Signed-off-by: Detlev Casanova
---
board/renesas/ulcb/ulcb.c| 34 ++
c
This is a preparation commit for selecting the correct device tree name
to be loaded depending on the board id.
Signed-off-by: Detlev Casanova
---
drivers/sysinfo/rcar3.c | 31 ++-
drivers/sysinfo/rcar3.h | 21 +
2 files changed, 39 insertions(+),
The R-Car Starter Kit Premier(H3e WS3.0) uses the r8a779m1-ulcb.dtb.
As u-boot can detect the board id, let's use this to set the correct
device tree for that board when using pxe.
Detlev Casanova (2):
renesas: rcar3: Expose the board id in sysinfo
renesas: rcar3: Load the correct device tree
The function fdtdec_board_setup() is called early and adds the overlay
from ATF to the u-boot device tree. That is necessary so that u-boot
doesn't use reserved memory.
Linux also needs to know about that reserved memory so the overlay from
ATF needs to be aplied on the linux device tree as well.
>From fff53ba354c8eca33cb9901888778420db637073 Mon Sep 17 00:00:00 2001
From: Lu Hui
Date: Fri, 9 Jun 2023 22:05:53 +0800
Subject: [PATCH 3/3] arm: dts: licheepi-nano: enable usb device mode
---
arch/arm/dts/suniv-f1c100s-licheepi-nano.dts | 15 +++
1 file changed, 15 insertions(+)
>From fe7d48e84bb3c72d219f37eed51ea766f83b4bec Mon Sep 17 00:00:00 2001
From: Lu Hui
Date: Fri, 9 Jun 2023 22:05:23 +0800
Subject: [PATCH 2/3] drivers: musb-new: add allwinner f1c100s configuration
---
drivers/usb/musb-new/sunxi.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/driver
>From 09a85536f92cfd22f2a6feba8ea91fae4bc41ed8 Mon Sep 17 00:00:00 2001
From: Lu Hui
Date: Fri, 9 Jun 2023 22:04:56 +0800
Subject: [PATCH 1/3] phy: phy-sun4i-usb: add allwinner f1c100s configuration
---
drivers/phy/allwinner/phy-sun4i-usb.c | 14 +-
1 file changed, 13 insertions(+),
>From 570b40e19de75511d9ce066e1a28333ada04baf2 Mon Sep 17 00:00:00 2001
From: Lu Hui
Date: Mon, 29 May 2023 22:26:25 +0800
Subject: [PATCH] drivers: pinctrl-sunxi: add suniv spi1 function
---
drivers/pinctrl/sunxi/pinctrl-sunxi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctr
On Fri, Jun 09, 2023 at 05:21:20PM +0530, Nikhil M Jain wrote:
> This is required since user may want to either call the remove method
> of video driver and reset the display or not call the remove method
> to continue displaying until next stage.
>
> Signed-off-by: Nikhil M Jain
> Reviewed-by: D
On Fri, Jun 09, 2023 at 05:21:18PM +0530, Nikhil M Jain wrote:
> Add method to reserve video framebuffer information using blob,
> recieved from previous stage.
>
> Signed-off-by: Nikhil M Jain
> ---
> V2:
> - Remove #if CONFIG_IS_ENABLED(VIDEO) in video_reserve_from_blob.
>
> drivers/video/vi
On Fri, Jun 09, 2023 at 05:21:15PM +0530, Nikhil M Jain wrote:
> At SPL stage when stack is relocated, the stack pointer needs to be
> updated, the stack pointer may point to stack in on chip memory even
> though stack is relocated.
>
> Signed-off-by: Nikhil M Jain
Reviewed-by: Tom Rini
--
T
Using relative path in a /boot/extlinux/extlinux.conf file fails to load
linux kernel.
Using a /boot/extlinux/extlinux.conf file:
LABEL test
LINUX ../linux/Image
Result in following error:
Retrieving file: ../linux/Image
Skipping test for failure retrieving kernel
Boot failed (err=-
On Fri, Jun 09, 2023 at 08:03:44AM -0600, Rob Herring wrote:
> Nope, vendor prefixes don't go in node names. That's not explicit
> anywhere, but goes against using generic node names.
Yeah, that makes sense.
> Also, note that looking at the DT spec, there's already prior art here
> with PPC. See
On Thu, Jun 8, 2023 at 12:05 PM Conor Dooley wrote:
>
> On Thu, Jun 08, 2023 at 11:49:08AM -0600, Rob Herring wrote:
> > On Thu, 08 Jun 2023 17:54:05 +0100, Conor Dooley wrote:
>
> > > As a result of implementing Sean's suggestion, I believe I need to add
> > > riscv,isa-extensions as an exception
On Thu, Jun 08, 2023 at 11:33:12PM +0200, Marek Vasut wrote:
> The following changes since commit 661332a0744dad6a1a4bfbbdea2a4e5ae9835e52:
>
> Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2023-06-07
> 22:05:16 -0400)
>
> are available in the Git repository at:
>
> https://
On Thu, Jun 08, 2023 at 11:33:12PM +0200, Marek Vasut wrote:
> The following changes since commit 661332a0744dad6a1a4bfbbdea2a4e5ae9835e52:
>
> Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2023-06-07
> 22:05:16 -0400)
>
> are available in the Git repository at:
>
> https://
On 17:21-20230609, Nikhil M Jain wrote:
> Define bloblist address.
>
> Updated Memory map
> 0x8000┌─┐
> │Empty 512 KB │
> │ │
> 0x8008├─┤
>
Define bloblist address.
Updated Memory map
0x8000┌─┐
│Empty 512 KB │
│ │
0x8008├─┤
│ Text Base │
│ 352 KB│
Use spl_dcache_enable, in place of setup_dram, arch_reserve_mmu to set
up pagetable, initialise DRAM and enable Dcache.
Signed-off-by: Nikhil M Jain
---
V2:
- Use CONFIG_SPL_VIDEO in place of CONFIG_SPL_VIDEO_TIDSS to reserve
video and call splash at SPL.
- Check SPL_SPLASH_SCREEN and SPL_BMP
This is required since user may want to either call the remove method
of video driver and reset the display or not call the remove method
to continue displaying until next stage.
Signed-off-by: Nikhil M Jain
Reviewed-by: Devarsh Thakkar
---
V2:
- Add Reviewed-by tag.
drivers/video/Kconfig | 13
U-boot proper can use frame buffer address passed from SPL to reserve
the memory area used by framebuffer set in SPL so that splash image
set in SPL continues to get displayed while u-boot proper is running.
Put the framebuffer address and size in a bloblist to make them
available at u-boot proper
Use config SPL_VIDEO_REMOVE to remove video driver at SPL stage before
jumping to next stage, in place of CONFIG_SPL_VIDEO, to allow user to
remove video if required.
Signed-off-by: Nikhil M Jain
Reviewed-by: Devarsh Thakkar
---
v2:
- Add Reviewed-by tag.
common/spl/spl.c | 2 +-
1 file change
In spl_dcache_enable after setting up page table, set gd->relocaddr
pointer to tlb_addr, to get next location to reserve memory. Align
tlb_addr with 64KB address.
Signed-off-by: Nikhil M Jain
---
V2:
- Perform 64KB alignment on tlb_addr.
arch/arm/mach-k3/common.c | 2 ++
1 file changed, 2 inser
At SPL stage when stack is relocated, the stack pointer needs to be
updated, the stack pointer may point to stack in on chip memory even
though stack is relocated.
Signed-off-by: Nikhil M Jain
---
V2:
- No change.
common/spl/spl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/spl/s
Add method to reserve video framebuffer information using blob,
recieved from previous stage.
Signed-off-by: Nikhil M Jain
---
V2:
- Remove #if CONFIG_IS_ENABLED(VIDEO) in video_reserve_from_blob.
drivers/video/video-uclass.c | 11 +++
include/video.h | 9 +
2 file
This patch series aims at updating SPL splashscreen framework for AM62x.
This patch series depends on
https://lore.kernel.org/u-boot/20230504225829.2537050-1-...@chromium.org/
This series:
- Fixes compilation issues in case splash related configs are not
defined in SPL.
- Does page table setup,
At the moment we use "select" in each Allwinner SoC's Kconfig section to
include the USB PHY driver in the build. This means it cannot be disabled
via Kconfig, although USB is not really a strictly required core
functionality, and a particular board might not even include USB ports.
Rework the Kco
The Allwinner F1C100s implements a single USB PHY, connected to its MUSB
OTG controller. The USB PHY is of the simpler, older type (like the A10),
the only real difference is that it's indeed only one PHY.
Add a struct describing those F1C100s USB PHY properties, and connect it
to the new compatib
In its of_xlate() function, the Allwinner USB PHY driver compares the
args_count variable against the number of implemented USB PHYs, although
this is the *number of arguments* to the DT phandle property. Per the DT
binding for this PHY device, this number is always one, so this check
will always f
This mini series adds support for the Allwinner F1C100s USB PHY. There
is really not much to it, we just need to connect the compatible string
to a description that says we have one "old-style" PHY (patch 2/3).
Doing this revealed a bug, which is fixed in patch 1/3.
Also use the opportunity to fix
On Wed, 7 Jun 2023 17:16:44 -0600
Sam Edwards wrote:
Hi Sam,
> This is largely a cosmetic change, with one functional distinction:
> We are now only setting BIT(0), and no longer clearing BIT(1).
>
> The new comments and function name are not from any official source,
> but are updated to mirr
On Wed, 7 Jun 2023 17:16:43 -0600
Sam Edwards wrote:
Hi,
> Only the older (ca. A10, A20) sunxis need this poke for the MUSB to
> function. Mimic the Linux kernel and add a `has_sram` flag to the config
> structure that is only set for the specific compatibles that require
> this initialization.
Hi,
On Tue, Jun 6, 2023 at 9:26 PM Ying-Chun Liu (PaulLiu)
wrote:
>
> This is an implementation of single-character virtio-console. Part of the
> patch is based on barebox implementations.
>
> To test the patch, we can build qemu_arm64_defconfig target. Enable
> CONFIG_VIRTIO_CONSOLE. And run qem
From: Algapally Santosh Sagar
Add the missing prototypes for the functions pointed by the below
sparse warnings
warning: no previous prototype for 'set_dfu_alt_info'
[-Wmissing-prototypes]
warning: no previous prototype for 'board_debug_uart_init'
[-Wmissing-prototypes]
Signed-off-by: Algapally
From: Algapally Santosh Sagar
Pass missing argument type in the function definition to fix the
sparse warning, warning: old-style function definition
[-Wold-style-definition]
Signed-off-by: Algapally Santosh Sagar
Signed-off-by: Ashok Reddy Soma
---
board/xilinx/zynq/zynq-zc706/ps7_init_gpl.
From: Algapally Santosh Sagar
status and ecc_status are of unsigned type where they are compared for
negative value. This is pointed by below sparse warning. Change datatype
to int to fix this.
warning: comparison of unsigned expression in '< 0' is always false
[-Wtype-limits]
Signed-off-by: Alg
From: Algapally Santosh Sagar
Add missing prototype to fix the sparse warning, warning: no
previous prototype for 'zynq_qspi_mem_exec_op' [-Wmissing-prototypes].
Signed-off-by: Algapally Santosh Sagar
Signed-off-by: Ashok Reddy Soma
---
drivers/spi/zynq_qspi.c | 4 ++--
1 file changed, 2 ins
From: Algapally Santosh Sagar
Add missing prototype to fix the sparse warning, warning: no
previous prototype for 'zynqmp_mmio_write' [-Wmissing-prototypes].
Signed-off-by: Algapally Santosh Sagar
Signed-off-by: Ashok Reddy Soma
---
arch/arm/mach-zynq/include/mach/sys_proto.h | 1 +
1 file c
From: Algapally Santosh Sagar
Add missing prototype to fix the below sparse warning
warning: no previous prototype for 'xilinx_qspi_mem_exec_op'
[-Wmissing-prototypes]
Signed-off-by: Algapally Santosh Sagar
Signed-off-by: Ashok Reddy Soma
---
drivers/spi/xilinx_spi.c | 4 ++--
1 file changed
Fix below sparse warnings
- Add missing prototype for zynqmp_mmio_write
- Add missing prototype for zynq_qspi_mem_exec_op
- Change datatype of status and ecc_status from u32 to int
- Pass the missing argument type in function definition
- Add the missing function prototypes
- Add missing prot
From: Algapally Santosh Sagar
Add missing prototypes to fix the below sparse warnings
1. warning: no previous prototype for 'set_r5_halt_mode'
[-Wmissing-prototypes]
2. warning: no previous prototype for 'set_r5_tcm_mode'
[-Wmissing-prototypes]
3. warning: no previous prototype for 'release_r5_re
From: Algapally Santosh Sagar
Add the missing prototype pointed by below sparse warning
warning: no previous prototype for 'initialize_tcm'
[-Wmissing-prototypes]
Signed-off-by: Algapally Santosh Sagar
Signed-off-by: Ashok Reddy Soma
---
arch/arm/mach-versal/include/mach/sys_proto.h | 1 +
1
In this patch series, fix sparse warnings in below files
- arch/arm/mach-versal/mp.c
- arch/arm/mach-versal/include/mach/sys_proto.h
Algapally Santosh Sagar (2):
arm64: versal: Add missing prototype for initialize_tcm
arm64: versal: Add missing prototypes
arch/arm/mach-versal/include/mac
Hi Jonas,
On Fri, Jun 9, 2023 at 1:06 AM Jonas Karlman wrote:
> Hi Marek,
>
> On 2023-06-08 15:06, Belisko Marek wrote:
> > Hi,
> >
> > I'm using tip of actual master and with this small patches:
> > --- a/configs/rock-pi-e-rk3328_defconfig
> > +++ b/configs/rock-pi-e-rk3328_defconfig
> > @@ -73
On 2/27/23 12:27, Eugen Hristev wrote:
In case OPTIMIZE_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 :
aarch64-none-linux-gnu-ld.bfd: common/spl/spl_fit.o: in function
`spl_f
On Mon, Mar 06, 2023 at 05:18:14PM -0600, jassisinghb...@gmail.com wrote:
> From: Jassi Brar
>
> Any requirement of FWU should not require changes to bindings
> of other subsystems. For example, for mtd-backed storage we
> can do without requiring 'fixed-partitions' children to also
> carry 'uuid
On Thu, Jun 8, 2023 at 6:56 PM Ilias Apalodimas
wrote:
>
> Thanks Maxim,
>
> On Thu, 8 Jun 2023 at 13:14, Maxim Uvarov wrote:
> >
> > Ilias asked to make more clear results to compare the original stack and
> > LWIP stack. So the difference between the current U-boot stack and the LWIP
> > stac
80 matches
Mail list logo