Hi Heinrich,
On Thu, 27 Apr 2023 at 15:09, Heinrich Schuchardt wrote:
>
> On 4/10/23 11:07, Masahisa Kojima wrote:
> > Current FMP->GetImageInfo() always return 0 for the firmware
> > version, user can not identify which firmware version is currently
> > running through the EFI interface.
> >
> >
Hi Tom,
please pull the following Marvell MVEBU related patches into next:
- cmd: tlv_eeprom: Misc cleanups & improvements (Josua)
Here the Azure build, without any
On 5/5/23 10:20, Josua Mayer wrote:
Make tlv_eeprom command device selection an explicit parameter of all
function calls.
Signed-off-by: Josua Mayer
Cc: Stefan Roese
Cc: Baruch Siach
Cc: Heinrich Schuchardt
All patches:
Applied to u-boot-marvell/master
Thanks,
Stefan
---
cmd/tlv_eepr
Hello experts,
Today I tried this test from scratch.
In my environment, CROSS_COMPILE=aarch64-none-elf.
Under u-boot directory, when I do 'make CROSS_COMPILE=aarch64-none-elf-
qemu_arm64_defconfig' and 'make -j28', I see this error at the end.
aarch64-none-elf-ld.bfd: invalid length for
On 5/8/23 10:15, Masahisa Kojima wrote:
Hi Heinrich,
On Thu, 27 Apr 2023 at 15:09, Heinrich Schuchardt wrote:
On 4/10/23 11:07, Masahisa Kojima wrote:
Current FMP->GetImageInfo() always return 0 for the firmware
version, user can not identify which firmware version is currently
running throu
On Sun, 7 May 2023 at 09:39, Heinrich Schuchardt
wrote:
>
> Symbol CONFIG_EFI_SETUP_EARLY does not exist anymore.
>
> CONFIG_FWU_MULTI_BANK_UPDATE without CONFIG_FWU_MDATA results in
>
> lib/fwu_updates/fwu.c:49: undefined reference to `fwu_get_mdata'
>
> Fixes: 86794052418b ("FWU: Add support
Hi,
I am not able to run u-boot for the Toradex Verdin i.MX8MMini.
I am not sure if I built/using u-boot as intended for this platform.
DDR firmware used from:
https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.19.bin
and arm-trusted-firmware 2.8.0
u-boot was built with the following comma
On 5/8/23 05:00, Venkatesh Yadav Abbarapu wrote:
Port the usb reset patches from linux kernel.
What kind of patches are these ?
What sort of problem are those patches attempting to address ?
Venkatesh Yadav Abbarapu (3):
usb: dwc3: core: improve reset sequence
usb: dwc3: gadget: Don't s
Hi,
On Fri, 5 May 2023 at 02:22, Josua Mayer wrote:
>
> Move the handler for "tlv_eeprom dev X" command to the beginning of
> do_tlv_eeprom, to allow using it before issuing a "read" command for
> currently selected eeprom.
>
> Also remove the check if eeprom exists, since that can only work afte
Hi Maxim,
On Fri, 5 May 2023 at 04:50, Maxim Uvarov wrote:
>
> Signed-off-by: Maxim Uvarov
> ---
> .gitmodules| 3 +++
> lib/lwip/lwip-external | 1 +
> 2 files changed, 4 insertions(+)
> create mode 100644 .gitmodules
> create mode 16 lib/lwip/lwip-external
>
Please no submo
Hi Simon,
On Fri, May 5, 2023 at 6:51 AM Simon Glass wrote:
>
> This function used to be for adding a list of requests to be actioned on
> relocation. Revert it back to this purpose, to avoid problems with boards
> which need control of their MTRRs (i.e. those which don't use FSP).
>
> The mtrr_s
On Mon, May 8, 2023 at 10:48 PM Bin Meng wrote:
>
> Hi Simon,
>
> On Fri, May 5, 2023 at 6:51 AM Simon Glass wrote:
> >
> > This function used to be for adding a list of requests to be actioned on
> > relocation. Revert it back to this purpose, to avoid problems with boards
> > which need control
On Fri, May 5, 2023 at 6:51 AM Simon Glass wrote:
>
> We don't need to commit the SPI-flash MTRR change immediately, since it is
> now done in the board_init_f_r(). Also this causes chromebook_link64 to
> hang, presumably since we are still running from CAR (Cache-as-RAM) in
> SPL. Coral handles t
On Thu, May 4, 2023 at 2:04 AM Tom Rini wrote:
>
> On Sat, Feb 18, 2023 at 05:55:25PM +0530, Mayuresh Chitale wrote:
>
> > Use dev_read_() api instead of the fdtdec API to fetch the host
> > controller's reg property value. This is similar to the other host
> > controller drivers such as Sifive, R
On Mon, May 08, 2023 at 08:30:15PM +0530, Mayuresh Chitale wrote:
> On Thu, May 4, 2023 at 2:04 AM Tom Rini wrote:
> >
> > On Sat, Feb 18, 2023 at 05:55:25PM +0530, Mayuresh Chitale wrote:
> >
> > > Use dev_read_() api instead of the fdtdec API to fetch the host
> > > controller's reg property val
This allows us to reuse TCP logic between IP and IP6 stack.
Signed-off-by: Dmitrii Merkurev
Cc: Ying-Chun Liu (PaulLiu)
Cc: Simon Glass
Сс: Joe Hershberger
Сс: Ramon Fried
---
include/net/tcp.h | 50 ++---
net/tcp.c | 70 +++
Changes:
1. Separate reusable part from net_set_tcp_header to
net_set_tcp_header_common
2. Make TCP signatures reusable by receiving particular
IP agnostic TCP headers
3. Extract net_send_ip_packet6 from net_send_udp_packet6
to reuse the code
4. Expose TCP state machine related functions
This allo
Add TCP/IP6 related headers and reuse refactored TCP/IP
implementation
Signed-off-by: Dmitrii Merkurev
Cc: Ying-Chun Liu (PaulLiu)
Cc: Simon Glass
Сс: Joe Hershberger
Сс: Ramon Fried
---
include/net/tcp6.h | 103 +
include/net6.h | 14 ++
fastboot tcp command remains the same, but started
listening IP6 in case it's enabled.
Signed-off-by: Dmitrii Merkurev
Cc: Ying-Chun Liu (PaulLiu)
Cc: Simon Glass
Сс: Joe Hershberger
Сс: Ramon Fried
---
include/net/fastboot_tcp.h | 2 +-
net/fastboot_tcp.c | 72 +
Command to start IP6 only TCP fastboot:
fastboot tcp -ipv6
Signed-off-by: Dmitrii Merkurev
Cc: Ying-Chun Liu (PaulLiu)
Cc: Simon Glass
Сс: Joe Hershberger
Сс: Ramon Fried
---
cmd/fastboot.c | 29 +
doc/android/fastboot.rst | 8 +++-
2 files changed,
Current active eth device may be changed (due to ethprime), so make
sure current net_ip6 is updated as a reaction.
Signed-off-by: Dmitrii Merkurev
Cc: Ying-Chun Liu (PaulLiu)
Cc: Simon Glass
Сс: Joe Hershberger
Сс: Ramon Fried
---
net/net.c | 8
1 file changed, 4 insertions(+), 4 de
On Tue, 18 Apr 2023 15:41:55 +0900, Dominique Martinet wrote:
> btrfs_read_extent_reg correctly computed the extent offset in the
> BTRFS_COMPRESS_NONE case, but did not account for the 'offset - key.offset'
> part correctly in the compressed case, making the function read
> incorrect data.
>
> I
On Thu, 06 Apr 2023 11:49:01 +0530, Vignesh Raghavendra wrote:
> The AM64x SR2.0 SK board uses "AM64B-SKEVM" as the EEPROM identifier.
> This board is similar to the AM64x SKEVM except that it has a new
> PMIC that will be enabled in the future and consequently could use a
> different device tree
On Mon, May 08, 2023 at 10:47:54AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following Marvell MVEBU related patches into next:
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sun, May 07, 2023 at 06:08:33PM +0200, Marek Vasut wrote:
[...]
+static int spkgimage_parse_config_file(char *filename)
+{
+ FILE *fcfg;
+ char line[256];
+ size_t line_num = 0;
+
+ fcfg = fopen(filename, "r");
+ if (!fcfg)
+ return -EINVAL;
+
+
Hey all,
It's the scheduled day for -rc2, and I've pulled in a few more changes
before putting this out. I think my queue is in good shape, and overall
I'm hoping for more PRs against the next branch than master branch. If
there's long-standing substantive changes out there, please speak up so
w
On Sun, May 07, 2023 at 06:06:40PM +0200, Marek Vasut wrote:
On 4/24/23 03:15, Ralph Siemsen wrote:
Add support for Schneider Electronics RZ/N1D and RZ/N1S boards, which
are based on the Reneasas RZ/N1 SoC devices.
The intention is to support both boards using a single defconfig, and to
handle
Here's the latest defect report:
-- Forwarded message -
From:
Date: Mon, May 8, 2023, 2:29 PM
Subject: New Defects reported by Coverity Scan for Das U-Boot
To:
Hi,
Please find the latest report on new defect(s) introduced to Das U-Boot
found with Coverity Scan.
5 new defect(s
Hi Dmitrii,
It seems to me that this series of patches breaks the unittest of TCP stack
in sandbox.
I'll see if I have some time to fix the unittest too.
The unittest can be built by the following commands.
1. "make sandbox64_defconfig"
2. turn on the options that need to be tested. For exampl
Hi Chan,
On Mon, 8 May 2023 at 03:41, Chan Kim wrote:
>
> Hello experts,
>
>
>
> Today I tried this test from scratch.
>
> In my environment, CROSS_COMPILE=aarch64-none-elf.
>
> Under u-boot directory, when I do 'make CROSS_COMPILE=aarch64-none-elf-
> qemu_arm64_defconfig' and 'make -j28', I see
Hi Tony,
On Sun, 7 May 2023 at 22:25, Tony Dinh wrote:
>
> Hi Tom,
>
> On Fri, May 5, 2023 at 11:34 AM Tom Rini wrote:
> >
> > On Mon, Apr 03, 2023 at 02:41:52PM -0700, Tony Dinh wrote:
> >
> > > Use CONFIG_CONSOLE_MUX for netconsole. When netconsole is running,
> > > stdin/stdout/stder must be
On Sun, 7 May 2023 at 04:48, Baruch Siach wrote:
>
> Make it a little bit easier for the user to utilize the 'size' command.
>
> Signed-off-by: Baruch Siach
> ---
> cmd/fs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Simon Glass
> diff --git a/cmd/fs.c b/cmd/fs.c
Hi Jonas,
On Sat, 6 May 2023 at 10:03, Jonas Karlman wrote:
>
> Hi Simon,
>
> On 2023-05-06 04:03, Simon Glass wrote:
> > Armbian uses a script which needs the HUSH parser. It is likely that
> > other distros will do the same. Enable it by default, just in case.
> >
> > Signed-off-by: Simon Glass
Hi,
On Fri, 5 May 2023 at 02:23, Mittelstaedt Thomas (XC-CT/EBV3)
wrote:
>
> Hi Simon,
>
> U-Boot can't start with boot script boot.scr, if BOOTSTD_DEFAULT is set. With
> this setting "bootflow scan -lb" is not supported.
> Booting with extlinux.conf works somehow.
>
> = Bootlog
Hi Maxim,
On Fri, 5 May 2023 at 04:50, Maxim Uvarov wrote:
>
> Greetings,
>
> This RFC patchset is an attempt to try to use an already existing IP network
> stack inside U-boot.
> U-Boot recently got basic TCP/IP support, implementing wget, but in order to
> get a full IP stack
> with new featu
Hi Tom,
On Mon, 8 May 2023 at 12:18, Tom Rini wrote:
>
> Hey all,
>
> It's the scheduled day for -rc2, and I've pulled in a few more changes
> before putting this out. I think my queue is in good shape, and overall
> I'm hoping for more PRs against the next branch than master branch. If
> there
Hi Bin,
On Sat, 6 May 2023 at 00:05, Bin Meng wrote:
>
> Hi Simon,
>
> On Fri, Mar 24, 2023 at 1:55 AM Simon Glass wrote:
> >
> > Hi Bin,
> >
> > On Mon, 20 Mar 2023 at 20:44, Bin Meng wrote:
> > >
> > > Hi Simon,
> > >
> > > On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote:
> > > >
> > > > P
Hi Simon,
On Mon, May 8, 2023 at 2:23 PM Simon Glass wrote:
>
> Hi Tony,
>
> On Sun, 7 May 2023 at 22:25, Tony Dinh wrote:
> >
> > Hi Tom,
> >
> > On Fri, May 5, 2023 at 11:34 AM Tom Rini wrote:
> > >
> > > On Mon, Apr 03, 2023 at 02:41:52PM -0700, Tony Dinh wrote:
> > >
> > > > Use CONFIG_CONS
On Mon, May 8, 2023 at 3:53 PM Tony Dinh wrote:
>
> Hi Simon,
>
> On Mon, May 8, 2023 at 2:23 PM Simon Glass wrote:
> >
> > Hi Tony,
> >
> > On Sun, 7 May 2023 at 22:25, Tony Dinh wrote:
> > >
> > > Hi Tom,
> > >
> > > On Fri, May 5, 2023 at 11:34 AM Tom Rini wrote:
> > > >
> > > > On Mon, Apr
On 5/8/23 19:50, Ralph Siemsen wrote:
On Sun, May 07, 2023 at 06:08:33PM +0200, Marek Vasut wrote:
[...]
+static int spkgimage_parse_config_file(char *filename)
+{
+ FILE *fcfg;
+ char line[256];
+ size_t line_num = 0;
+
+ fcfg = fopen(filename, "r");
+ if (!fcfg)
+ retur
On 5/8/23 20:23, Ralph Siemsen wrote:
On Sun, May 07, 2023 at 06:06:40PM +0200, Marek Vasut wrote:
On 4/24/23 03:15, Ralph Siemsen wrote:
Add support for Schneider Electronics RZ/N1D and RZ/N1S boards, which
are based on the Reneasas RZ/N1 SoC devices.
The intention is to support both boards u
Hi Bin,
On Mon, 8 May 2023 at 08:51, Bin Meng wrote:
>
> On Mon, May 8, 2023 at 10:48 PM Bin Meng wrote:
> >
> > Hi Simon,
> >
> > On Fri, May 5, 2023 at 6:51 AM Simon Glass wrote:
> > >
> > > This function used to be for adding a list of requests to be actioned on
> > > relocation. Revert it b
On 21/03/23 19:40, Hari Nagalla wrote:
> Add support for J784S4 SoC Identification.
>
> Signed-off-by: Hari Nagalla
> ---
> drivers/soc/soc_ti_k3.c | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/soc/soc_ti_k3.c b/drivers/soc/soc_ti_k3.c
> index 8af0ac7051..caf8db9574
Hi Simon,
On Tue, May 9, 2023 at 5:23 AM Simon Glass wrote:
>
> Hi Bin,
>
> On Sat, 6 May 2023 at 00:05, Bin Meng wrote:
> >
> > Hi Simon,
> >
> > On Fri, Mar 24, 2023 at 1:55 AM Simon Glass wrote:
> > >
> > > Hi Bin,
> > >
> > > On Mon, 20 Mar 2023 at 20:44, Bin Meng wrote:
> > > >
> > > > Hi
[...]
On 21/03/23 19:40, Hari Nagalla wrote:
> default 0x43c3f290 if SOC_K3_AM62A7 && CPU_V7R
> @@ -172,7 +175,7 @@ config K3_ATF_LOAD_ADDR
>
> config K3_DM_FW
> bool "Separate DM firmware image"
> - depends on SPL && CPU_V7R && (SOC_K3_J721E || SOC_K3_J721S2 ||
> SOC_K3_AM625
Hi all,
Hope someone who know this top reads this.
I made the pflashs.img with u-boot-spl and used it as the flash memory (from
address 0x ~). So the u-boot-spl program runs.
And I guess I have to load (using qemu command option) a kind of image that
contains u-boot proper and make the
Hi Marek
On 5/4/23 21:52, Marek Vasut wrote:
> The correct specifier of the section is ".data" and not "data",
> use the former to place the variables in ".data" section.
>
> Fixes: 731fd50e27f ("ARM: stm32: Implement board coding on AV96")
> Fixes: 92ca0f7446c ("ARM: dts: stm32: Synchronize DDR
Hi Marek
On 5/4/23 21:52, Marek Vasut wrote:
> The get_stm32mp_rom_api_table() function is defined in sys_params.h ,
> add the missing header to avoid compiler warning.
>
> Fixes: dbeaca79b79 ("ARM: stm32: Factor out save_boot_params")
> Signed-off-by: Marek Vasut
> ---
> Cc: Patrice Chotard
>
On Sun, 7 May 2023 at 12:09, Heinrich Schuchardt
wrote:
>
> Symbol CONFIG_EFI_SETUP_EARLY does not exist anymore.
>
> CONFIG_FWU_MULTI_BANK_UPDATE without CONFIG_FWU_MDATA results in
>
> lib/fwu_updates/fwu.c:49: undefined reference to `fwu_get_mdata'
>
> Fixes: 86794052418b ("FWU: Add support
49 matches
Mail list logo