On 11.10.22 09:18, Rasmus Villemoes wrote:
On 10/10/2022 15.55, Tom Rini wrote:
On Sun, Oct 09, 2022 at 09:12:25PM +0200, Pali Rohár wrote:
Hello! Watchdog code seems to be broken in u-boot master branch.
On Nokia N900 I'm getting following message in qemu:
cyclic function rx51_watchdog took
On 13/10/2022 14:26, Icenowy Zheng wrote:
Hi Icenowy,
Currently D$ support of SUNIV is broken because of duplicated definition
of the D$ enabling function.
Mask the one in mach-sunxi to fix the build error when D$ is enabled,
and enable the D$ on Lichee Pi Nano.
Ah, very nice. I was always w
hi Simon,
On Fri, 14 Oct 2022 at 21:26, Simon Glass wrote:
>
> Hi Sughosh,
>
> On Thu, 6 Oct 2022 at 03:07, Sughosh Ganu wrote:
> >
> > The FWU Multi Bank Update specification requires the Update Agent to
> > carry out certain checks at the time of platform boot. The Update
> > Agent is the comp
Hi Roger
On Sat, Oct 15, 2022 at 3:29 PM Roger Quadros wrote:
>
> Hi Michael,
>
> On 15/10/2022 10:24, Michael Nazzareno Trimarchi wrote:
> > Hi
> >
> > On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote:
> >>
> >> Rename omap_nand_read() to omap_nand_read_buf() to reflect
> >> actual behaviour
hi Ilias,
On Fri, 14 Oct 2022 at 12:12, Ilias Apalodimas
wrote:
>
> On Thu, Oct 06, 2022 at 02:36:24PM +0530, Sughosh Ganu wrote:
> > The FWU Multi Bank Update feature supports updation of firmware images
>
> s/updation/updating
Umm, is the current sentence wrong? The meaning of updation (as per
On 10/12/2022 5:51 AM, Sean Anderson wrote:
This series groups a few small size reductions I found while trying to
reduce my SPL size. They are all independent of each other.
Sean Anderson (3):
arm: layerscape: Don't select FSL_IFC when booting from SD card
arm: layerscape: Disable unu
On 16/10/2022 20.28, Ramon Fried wrote:
> On Fri, Oct 14, 2022 at 8:44 PM Rasmus Villemoes
> wrote:
>>
>> Nothing inside this block depends on NET_TFTP_VARS to be set to parse
>> correctly. Switch to C if() in preparation for adding code before
>> this (to avoid a declaration-after-statement warni
> -Original Message-
> From: Simon Glass [mailto:s...@chromium.org]
> Sent: Thursday, October 13, 2022 9:29 PM
> To: U-Boot Mailing List
> Cc: Tom Rini ; Simon Glass ; Jaehoon
> Chung
> ; Marek Vasut ; Pavel Herrmann
> ;
> Peng Fan
> Subject: [PATCH v2 22/45] dm: mmc: Allow sandbox e
> -Original Message-
> From: Simon Glass [mailto:s...@chromium.org]
> Sent: Thursday, October 13, 2022 9:29 PM
> To: U-Boot Mailing List
> Cc: Tom Rini ; Simon Glass ; Andrew
> Scull
> ; Heinrich Schuchardt ; Jaehoon Chung
> ; Marek Vasut ; Mark Kettenis
> ; Pavel
> Herrmann ; Peng Fa
Hi Heinrich,
On Sat, 15 Oct 2022 at 13:48, Heinrich Schuchardt wrote:
>
> On 10/15/22 03:10, Simon Glass wrote:
> > Hi Ilias,
> >
> > On Fri, 14 Oct 2022 at 09:59, Ilias Apalodimas
> > wrote:
> >>
> >> Hi Simon,
> >>
> >> On Fri, 14 Oct 2022 at 18:56, Simon Glass wrote:
> >>>
> >>> Hi,
> >>>
>
Hi Rick,
On Thu, Oct 13, 2022 at 01:24:20PM +0800, Rick Chen wrote:
> Check firmware_fdt_addr header to see if it is a valid
> fdt blob.
>
> Signed-off-by: Rick Chen
> ---
> board/AndesTech/ax25-ae350/ax25-ae350.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM!
Could you send it
On Sun, Oct 16, 2022 at 02:18:23PM +0200, Heinrich Schuchardt wrote:
> The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062:
>
> Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400)
>
> are available in the Git repository at:
>
> https://source.denx.
> From: Peter Yu-Chien Lin(林宇謙)
> Sent: Friday, October 14, 2022 3:00 PM
> To: u-boot@lists.denx.de
> Cc: Leo Yu-Chi Liang(梁育齊) ; Rick Jian-Zhi Chen(陳建志)
> ; Peter Yu-Chien Lin(林宇謙)
> Subject: [PATCH] riscv: andes_plic.c: use modified IPI scheme
>
> The IPI scheme in OpenSBI has been updated to
> From: Bin Meng
> Sent: Monday, October 17, 2022 12:42 AM
> To: Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊)
> ; u-boot@lists.denx.de
> Cc: fal...@tinylab.org; Yangjie Zhang
> Subject: [PATCH] riscv: qemu: spl: Fix booting Linux kernel with OpenSBI 1.0+
>
> Since OpenSBI commit bf3ef53bb7f5
%s/Fictionnal/Fictional/
Signed-off-by: Heinrich Schuchardt
---
board/sandbox/sandbox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c
index ca9a2ca5b1..38cfa0832d 100644
--- a/board/sandbox/sandbox.c
+++ b/board/sandbox/sand
On Fri, Oct 14, 2022 at 8:44 PM Rasmus Villemoes
wrote:
>
> U-Boot does not support IP fragmentation on TX (and unless
> CONFIG_IP_DEFRAG is set, neither on RX). So the blocks we send must
> fit in a single ethernet packet.
>
> Currently, if tftpblocksize is set to something like 5000 and I
> tftp
On Fri, Oct 14, 2022 at 8:44 PM Rasmus Villemoes
wrote:
>
> Nothing inside this block depends on NET_TFTP_VARS to be set to parse
> correctly. Switch to C if() in preparation for adding code before
> this (to avoid a declaration-after-statement warning).
What's the motivation here ? The #ifdef is
On Fri, Oct 14, 2022 at 8:43 PM Rasmus Villemoes
wrote:
>
> There's no reason we should accept an IP packet with a malformed IHL
> field. So ensure that it is exactly 5, not just <= 5.
>
> Signed-off-by: Rasmus Villemoes
> ---
> net/net.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
On Sun, Oct 9, 2022 at 6:51 PM Marek Vasut wrote:
>
> Add new desc_per_cacheline property which lets a platform run RX descriptor
> cleanup after every power-of-2 - 1 received packets instead of every packet.
> This is useful on platforms where (axi_bus_width EQOS_AXI_WIDTH_n * DMA DSL
> inter-des
On Sun, Oct 9, 2022 at 6:51 PM Marek Vasut wrote:
>
> Separate TX and RX DMA rings to make their handling slightly clearer.
> This is a preparatory patch for bulk RX descriptor flushing.
>
> Signed-off-by: Marek Vasut
> ---
> Cc: Joe Hershberger
> Cc: Patrice Chotard
> Cc: Patrick Delaunay
> C
On 10/16/22 12:12, Heinrich Schuchardt wrote:
The k210 driver is selected by sandbox_defconfig.
Building the sandbox on 32bit systems fails with:
test/dm/k210_pll.c: In function ‘dm_test_k210_pll_calc_config’:
include/linux/bitops.h:11:38: warning:
left shift count >= width of type [-Wshift-coun
Since OpenSBI commit bf3ef53bb7f5 ("firmware: Enable FW_PIC by default"),
OpenSBI runs directly at the load address without any code movement.
This causes the SPL version of QEMU 'virt' U-Boot does not boot Linux
kernel anymore. In that case, OpenSBI is loaded and runs at 0x8100,
and it creates
The k210 driver is selected by sandbox_defconfig.
Building the sandbox on 32bit systems fails with:
test/dm/k210_pll.c: In function ‘dm_test_k210_pll_calc_config’:
include/linux/bitops.h:11:38: warning:
left shift count >= width of type [-Wshift-count-overflow]
11 | #define BIT(nr) (1UL
Hello,
On Sun, Oct 16, 2022 at 05:02:38PM +0200, Heinrich Schuchardt wrote:
>
>
> On 10/16/22 16:57, Sean Anderson wrote:
> > On 10/16/22 10:50, Heinrich Schuchardt wrote:
> > >
> > >
> > > On 10/16/22 16:48, Sean Anderson wrote:
> > > > On 10/16/22 10:40, Heinrich Schuchardt wrote:
> > > > >
On 10/16/22 16:57, Sean Anderson wrote:
On 10/16/22 10:50, Heinrich Schuchardt wrote:
On 10/16/22 16:48, Sean Anderson wrote:
On 10/16/22 10:40, Heinrich Schuchardt wrote:
On 10/16/22 16:19, Sean Anderson wrote:
On 10/16/22 07:46, Heinrich Schuchardt wrote:
On 10/16/22 09:51, Michal
On 10/16/22 10:50, Heinrich Schuchardt wrote:
On 10/16/22 16:48, Sean Anderson wrote:
On 10/16/22 10:40, Heinrich Schuchardt wrote:
On 10/16/22 16:19, Sean Anderson wrote:
On 10/16/22 07:46, Heinrich Schuchardt wrote:
On 10/16/22 09:51, Michal Suchánek wrote:
On Thu, Oct 13, 2022 at 10
On 10/16/22 16:48, Sean Anderson wrote:
On 10/16/22 10:40, Heinrich Schuchardt wrote:
On 10/16/22 16:19, Sean Anderson wrote:
On 10/16/22 07:46, Heinrich Schuchardt wrote:
On 10/16/22 09:51, Michal Suchánek wrote:
On Thu, Oct 13, 2022 at 10:34:29PM +0200, Michal Suchanek wrote:
k210 i
On 10/16/22 10:40, Heinrich Schuchardt wrote:
On 10/16/22 16:19, Sean Anderson wrote:
On 10/16/22 07:46, Heinrich Schuchardt wrote:
On 10/16/22 09:51, Michal Suchánek wrote:
On Thu, Oct 13, 2022 at 10:34:29PM +0200, Michal Suchanek wrote:
k210 is 64bit but the driver and tests are also bu
On 10/16/22 16:19, Sean Anderson wrote:
On 10/16/22 07:46, Heinrich Schuchardt wrote:
On 10/16/22 09:51, Michal Suchánek wrote:
On Thu, Oct 13, 2022 at 10:34:29PM +0200, Michal Suchanek wrote:
k210 is 64bit but the driver and tests are also built in sandbox, and
that can be built 32bit.
On 10/16/22 07:46, Heinrich Schuchardt wrote:
On 10/16/22 09:51, Michal Suchánek wrote:
On Thu, Oct 13, 2022 at 10:34:29PM +0200, Michal Suchanek wrote:
k210 is 64bit but the driver and tests are also built in sandbox, and
that can be built 32bit.
BIT(32) does not work on 32bit, shift before
On 10/16/22 09:10, Heinrich Schuchardt wrote:
The k210 driver is selected by sandbox_defconfig.
Building the sandbox on 32bit systems fails with:
test/dm/k210_pll.c: In function ‘dm_test_k210_pll_calc_config’:
include/linux/bitops.h:11:38: warning:
left shift count >= width of type [-Wshift-c
The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062:
Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-01-rc1-3
for you to fetch chan
On 10/16/22 09:51, Michal Suchánek wrote:
On Thu, Oct 13, 2022 at 10:34:29PM +0200, Michal Suchanek wrote:
k210 is 64bit but the driver and tests are also built in sandbox, and
that can be built 32bit.
BIT(32) does not work on 32bit, shift before subtraction to fit into
32bit integer with BI
Hi Andrey,
On Sun, Oct 16, 2022 at 7:17 AM ZHIZHIKIN Andrey
wrote:
> Yes, but this was not picked up... At least, I do not see it applied on the
> master.
>
> From the entire series [1], the patch that shall solve the issue is [2], and
> it is
> the one I do not see applied onto master.
Corre
Hello Fabio,
> -Original Message-
> From: U-Boot On Behalf Of Fabio Estevam
> Sent: Friday, October 14, 2022 9:38 PM
> To: ZHIZHIKIN Andrey
> Cc: Rasmus Villemoes ; Peng Fan
> ; Gaurav Jain ;
> u-boot@lists.denx.de;
> feste...@denx.de; sba...@denx.de; Michael Walle ; Tommaso
> Merciai ;
On Tuesday 11 October 2022 23:35:22 Masahiro Yamada wrote:
> On Tue, Oct 11, 2022 at 11:16 PM Simon Glass wrote:
> >
> > This is required for if_changed to work correctly. Add it.
> >
> > Signed-off-by: Simon Glass
> > Reviewed-by: Pali Rohár
> > ---
> >
> > (no changes since v1)
> >
> > Makefi
On 10/16/22 09:43, Heinrich Schuchardt wrote:
Provide an armv7 docker environment to build and test the sandbox.
Signed-off-by: Heinrich Schuchardt
---
I have been discussing with Simon, if we can test sandbox_defconfig
build on arm in a docker container. This RFC is just a small step on
the pat
On 10/16/22 10:36, Ilias Apalodimas wrote:
Loadfile2 code is installing two protocols on it's own handle
and uses efi_delete_handle() to clean it up on failure(s). However
commit 05c4c9e21ae6 ("efi_loader: define internal implementations of
install/uninstallmultiple")
prepares the ground for us
Hi Heinrich,
[...]
> > -void efi_initrd_deregister(void)
> > +efi_status_t efi_initrd_deregister(void)
> > {
> > + efi_status_t ret;
> > +
> > if (!efi_initrd_handle)
> > - return;
> > + return EFI_SUCCESS;
> >
> > - efi_delete_handle(efi_initrd_handle);
> > + re
Loadfile2 code is installing two protocols on it's own handle
and uses efi_delete_handle() to clean it up on failure(s). However
commit 05c4c9e21ae6 ("efi_loader: define internal implementations of
install/uninstallmultiple")
prepares the ground for us to clean up efi_elete_handle() used in favor
On Thu, Oct 13, 2022 at 10:34:29PM +0200, Michal Suchanek wrote:
> k210 is 64bit but the driver and tests are also built in sandbox, and
> that can be built 32bit.
>
> BIT(32) does not work on 32bit, shift before subtraction to fit into
> 32bit integer with BIT values.
Also see
https://patchwork
On 10/15/22 23:35, Ilias Apalodimas wrote:
Loadfile2 code is installing two protocols on it's own handle
and uses efi_delete_handle() to clean it up on failure(s). However
commit 05c4c9e21ae6 ("efi_loader: define internal implementations of
install/uninstallmultiple")
prepares the ground for
Provide an armv7 docker environment to build and test the sandbox.
Signed-off-by: Heinrich Schuchardt
---
I have been discussing with Simon, if we can test sandbox_defconfig
build on arm in a docker container. This RFC is just a small step on
the path to it.
---
tools/docker.arm/Dockerfile | 104
On 10/15/22 14:04, Michal Suchánek wrote:
Hello,
On Sat, Oct 15, 2022 at 10:39:19AM +0200, Heinrich Schuchardt wrote:
To test the watchdog system reset we need to disable the default sandbox
system reset.
The following settings provide the reset command via watchdog on the
sandbox:
CONFI
The k210 driver is selected by sandbox_defconfig.
Building the sandbox on 32bit systems fails with:
test/dm/k210_pll.c: In function ‘dm_test_k210_pll_calc_config’:
include/linux/bitops.h:11:38: warning:
left shift count >= width of type [-Wshift-count-overflow]
11 | #define BIT(nr) (1UL
45 matches
Mail list logo