Re: U-Boot: extlinux.conf boot menu support appears to be broken by commit 739e8361f3fe78038251216df6096a32bc2d5839

2023-01-17 Thread Karsten Merker
n the config, but it also happens with timeout set to a non-zero value. > > Reported-by: Karsten Merker > Signed-off-by: Manuel Traut Tested-by: Karsten Merker Hello, many thanks for the patch. I have tested it on top of current git head and it solves the extlinux.conf menu issue: wit

U-Boot: extlinux.conf boot menu support appears to be broken by commit 739e8361f3fe78038251216df6096a32bc2d5839

2023-01-16 Thread Karsten Merker
Hello, it looks like the following commit has broken the extlinux.conf boot menu support in U-Boot: -8<--8<--8<--8<--8<--8<- commit 739e8361f3fe78038251216df6096a32bc2d5839 Author: Manuel Traut Date: Fri Nov 18 09:00:27 2022 +0100

Re: [PATCH v2] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-15 Thread Karsten Merker
On Thu, Jan 12, 2023 at 04:48:54PM -0700 Simon Glass wrote: > This device is created when there are no bootmeths defined in the device > tree. But it cannot be probed without a device tree node. > > For now, ignore a probe failure. > > Signed-off-by: Simon Glass > Report

U-Boot v2023.01 broken on riscv64 qemu virt platform: "fdt fixup event failed"

2023-01-11 Thread Karsten Merker
Hello, it looks like U-Boot v2023.01 is currently broken for the riscv64 architecture on the qemu "virt" platform; the boot process of a riscv64 VM fails during FDT fixup: -8<--8<--8<--8<--8<--8<- OpenSBI v1.1 _

Re: Using gerrit or github for review?

2020-07-14 Thread Karsten Merker
On Mon, Jul 13, 2020 at 06:05:42PM -0400, Corey Clayton wrote: > On Mon, Jul 13, 2020 at 12:25:42PM -0600, Simon Glass wrote: > > > At present U-Boot uses the mailing list for patch review. What do > > people think about trying out geritt or github for this? I'd be > > willing to do a trial with

Re: [U-Boot] [v4 PATCH] RISCV: image: Add booti support

2019-05-06 Thread Karsten Merker
On Mon, May 06, 2019 at 10:06:39PM +0200, Heinrich Schuchardt wrote: > On 5/6/19 8:11 PM, Atish Patra wrote: > > This patch adds booti support for RISC-V Linux kernel. The existing > > bootm method will also continue to work as it is. [...] > > + "boot arm64/riscv Linux Image image from memory",

[U-Boot] [RFC PATCH 1/1] riscv: increase the environment size for the qemu-riscv platform to 128kB

2019-05-05 Thread Karsten Merker
The existing default size of 4kB is too small as the default environment has already nearly that size and defining a single additional environment variable can exceed the available space. Signed-off-by: Karsten Merker --- include/configs/qemu-riscv.h | 2 +- 1 file changed, 1 insertion(+), 1

[U-Boot] [RFC PATCH 0/1] riscv: qemu-riscv environment size

2019-05-05 Thread Karsten Merker
for the environment? If not, I would like to propose to increase the environment size to 128kB similar to what we have on a number of other platforms. Regards, Karsten Karsten Merker (1): riscv: increase the environment size for the qemu-riscv platform to 128kB include/configs/qemu-riscv.h

[U-Boot] RISC-V: Crashes with OpenSBI+U-Boot on the qemu "virt" machine

2019-05-03 Thread Karsten Merker
Hello, I'm currently testing the U-Boot patch for adding booti support on the RISC-V architecture and the corresponding kernel patch on a qemu riscv64 "virt" machine with OpenSBI. While performing the tests, I have found two probably unrelated issues in U-Boot and OpenSBI, though I'm unsure

Re: [U-Boot] [PATCH] riscv: qemu: Use correct SYS_TEXT_BASE for S-mode on 32bit system

2019-04-26 Thread Karsten Merker
On Thu, Apr 11, 2019 at 06:52:12AM +, Anup Patel wrote: > For 32bit system, the OpenSBI (or BBL) will jump to 0x8040 address > in S-mode whereas for 64bit system it will jump to 0x8020 address > in S-mode. > > Currently, the S-mode U-Boot sets SYS_TEXT_BASE to 0x8020 for both >

[U-Boot] [PATCH] net: phy: Realtek RTL8211B/C PHY ID fix

2016-03-21 Thread Karsten Merker
nsure the correct Realtek PHY is detected") Signed-off-by: Karsten Merker <mer...@debian.org> --- drivers/net/phy/realtek.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c index 259a87f..b8525dd 100644 --- a/drivers/n

[U-Boot] [PATCH] booti: Help text rework.

2016-02-22 Thread Karsten Merker
e ended up with also slightly rewording it and adjusting the long description headline to match the short description similar to the the help texts for bootm and bootz. Patch following ;-). Regards, Karsten Karsten Merker (1): booti: Help text rework. cmd/bootm.c | 14 +++--- 1 file

[U-Boot] [PATCH] booti: Help text rework.

2016-02-22 Thread Karsten Merker
Fix spelling errors in the "booti" help text and bring it more in line with the bootm/bootz help texts. Signed-off-by: Karsten Merker <mer...@debian.org> --- cmd/bootm.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/bootm.c b/cmd/bootm

[U-Boot] [PATCH V2 0/2] sunxi: support for a second SD card socket

2015-12-16 Thread Karsten Merker
-Olimex-SOM-EVB as changing the card in the primary micro-SD socket is kind of fiddly when the SOM is plugged into the baseboard. Changes since V1: I had botched the patch generation for V1 so that the posted patch was incomplete. This is now the complete patch. Regards, Karsten Karsten Merker (2

[U-Boot] [PATCH V2 2/2] sunxi: Enable a second mmc socket as boot target in the environment

2015-12-16 Thread Karsten Merker
. If a second MMC socket is present, place it in the boot order after the first MMC socket. Signed-off-by: Karsten Merker <mer...@debian.org> --- include/configs/sunxi-common.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h

[U-Boot] [PATCH V2 1/2] sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3

2015-12-16 Thread Karsten Merker
-by: Karsten Merker <mer...@debian.org> --- configs/A20-Olimex-SOM-EVB_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/A20-Olimex-SOM-EVB_defconfig b/configs/A20-Olimex-SOM-EVB_defconfig index 5166c06..34b3f36 100644 --- a/configs/A20-Olimex-SOM-EVB_defconfig +++ b/c

[U-Boot] [PATCH 0/2] sunxi: support for a second SD card socket

2015-12-12 Thread Karsten Merker
the card in the primary micro-SD socket is kind of fiddly when the SOM is plugged into the baseboard. Regards, Karsten Karsten Merker (2): sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3 sunxi: Enable a second mmc socket as boot target in the environment configs/A20-Olimex-SOM-EVB_defconfig

[U-Boot] [PATCH 2/2] sunxi: Enable a second mmc socket as boot target in the environment

2015-12-12 Thread Karsten Merker
. If a second MMC socket is present, place it in the boot order after the first MMC socket. Signed-off-by: Karsten Merker <mer...@debian.org> --- include/configs/sunxi-common.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h

[U-Boot] [PATCH 1/2] sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3

2015-12-12 Thread Karsten Merker
-by: Karsten Merker <mer...@debian.org> --- configs/A20-Olimex-SOM-EVB_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/A20-Olimex-SOM-EVB_defconfig b/configs/A20-Olimex-SOM-EVB_defconfig index 5166c06..34b3f36 100644 --- a/configs/A20-Olimex-SOM-EVB_defconfig +++ b/c

[U-Boot] [PATCH] sunxi: Fix wrong pinmux names in arch/arm/cpu/armv7/sunxi/board.c

2015-06-29 Thread Karsten Merker
can now no longer be resolved. Use the new-style pinmux names instead. Signed-off-by: Karsten Merker mer...@debian.org --- arch/arm/cpu/armv7/sunxi/board.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/armv7/sunxi/board.c b/arch/arm/cpu/armv7/sunxi

[U-Boot] [PATCH] MSI_Primo81_defconfig: enable USB OTG port and keyboard support

2015-06-14 Thread Karsten Merker
available before. All previously missing dependencies are available now, so this patch enables keyboard support and its prerequisites in the defconfig. Signed-off-by: Karsten Merker mer...@debian.org --- configs/MSI_Primo81_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configs

[U-Boot] [PATCH] Document the format of the console environment variable

2015-03-29 Thread Karsten Merker
config_distro_bootcmd.h defines a common boot environment for multiple platforms. Document the format of the console environment variable to allow the use of generic boot scripts on all supported platforms. Signed-off-by: Karsten Merker mer...@debian.org --- doc/README.distro |9

[U-Boot] [PATCH V2] Document config_distro_bootcmd environment variables for interactive booting.

2015-03-21 Thread Karsten Merker
Changes since V1: - Explicitly define the target format for storage and network targets - Include a list of all valid bootcmd targets which are currently supported - Make the commit log more verbose Karsten Merker (1): Document config_distro_bootcmd environment variables for interactive

[U-Boot] [PATCH V2] Document config_distro_bootcmd environment variables for interactive booting.

2015-03-21 Thread Karsten Merker
-off-by: Karsten Merker mer...@debian.org --- doc/README.distro | 47 +++ 1 file changed, 47 insertions(+) diff --git a/doc/README.distro b/doc/README.distro index dd0f1c7..0308a4c 100644 --- a/doc/README.distro +++ b/doc/README.distro @@ -1,6 +1,7

[U-Boot] [PATCH] Document config_distro_bootcmd environment variables for interactive booting.

2015-03-19 Thread Karsten Merker
Signed-off-by: Karsten Merker mer...@debian.org --- doc/README.distro | 17 + 1 file changed, 17 insertions(+) diff --git a/doc/README.distro b/doc/README.distro index dd0f1c7..5150eda 100644 --- a/doc/README.distro +++ b/doc/README.distro @@ -1,6 +1,7 @@ /* * (C) Copyright

[U-Boot] config_distro_bootcmd and boot environment (was: Regression in bootcmd handling in v2015.04-rc3?)

2015-03-19 Thread Karsten Merker
/README.distro. Regards, Karsten Karsten Merker (1): Document config_distro_bootcmd environment variables for interactive booting. doc/README.distro | 17 + 1 file changed, 17 insertions(+) -- 1.7.10.4 ___ U-Boot mailing list U

[U-Boot] [sunxi] [RFC/RFH] Adding mainline u-boot support for the Olimex A20-SOM-EVB

2015-02-12 Thread Karsten Merker
Hello, I am working on adding support for the Olimex A20-SOM-EVB development board to mainline u-boot (and to the mainline Linux kernel, but that is a topic for a different thread). The board package actually consists of two parts, the A20-SOM-EVB baseboard providing I/O and power supply, and

Re: [U-Boot] [PATCH fix for v2014.10 0/1] sunxi: Fix gmac not working reliable on the Bananapi

2014-10-05 Thread Karsten Merker
On Tue, Sep 30, 2014 at 06:45:31PM +0200, Hans de Goede wrote: Hi Tom, Here is a last minute sunxi bug-fix for v2014.10, which fixes the ethernet on the bananapi being unusable. Ian and I (the sunxi custodians) would like to see this included in v2014.10, can you please apply it to master

[U-Boot] [RFC/PATCH] sunxi: Populate the default environment for sunxi-based systems

2014-08-11 Thread Karsten Merker
Hello, in the following email you can find a patch to populate the default environment for sunxi-based systems about which I would apprechiate your opinion. With the current progress in mainlining sunxi platform support, mainline u-boot will probably soon be able to replace u-boot-sunxi

[U-Boot] [RFC/PATCH 1/1] sunxi: Populate the default environment for sunxi-based systems

2014-08-11 Thread Karsten Merker
. Signed-off-by: Karsten Merker mer...@debian.org --- include/configs/sunxi-common.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 6a3044f..ac8cb8f 100644 --- a/include/configs/sunxi-common.h

Re: [U-Boot] [RFC/PATCH] sunxi: Populate the default environment for sunxi-based systems

2014-08-11 Thread Karsten Merker
On Mon, Aug 11, 2014 at 06:22:09PM +0200, Hans de Goede wrote: On 08/10/2014 11:00 PM, Karsten Merker wrote: Hello, in the following email you can find a patch to populate the default environment for sunxi-based systems about which I would apprechiate your opinion