* [PATCH] u-boot-script: Adjust to new kernel filename
@ 2021-03-27 8:28 Jan Kiszka
2021-04-08 6:29 ` Jan Kiszka
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2021-03-27 8:28 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
From: Jan Kiszka <jan.kiszka@siemens.com>
Fixes: d6954739fe43 ("linux-custom: Fix decompressed kernel name for arm64")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Seems we are lacking tests that do complete boot sequences, at least for
arm64 boards.
meta/recipes-bsp/u-boot-script/files/update-u-boot-script | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
index 39989a89..40d31081 100755
--- a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
+++ b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
@@ -18,11 +18,7 @@ BOOT_CMD=$(mktemp)
KERNEL_VERSION=$(linux-version list | linux-version sort --reverse | head -1)
case $(uname -m) in
- aarch64)
- KERNEL_FILE="vmlinuz"
- BOOT="booti"
- ;;
- mips|riscv64)
+ aarch64|mips|riscv64)
KERNEL_FILE="vmlinux"
BOOT="booti"
;;
--
2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] u-boot-script: Adjust to new kernel filename
2021-03-27 8:28 [PATCH] u-boot-script: Adjust to new kernel filename Jan Kiszka
@ 2021-04-08 6:29 ` Jan Kiszka
2021-04-08 8:16 ` Anton Mikanovich
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2021-04-08 6:29 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
On 27.03.21 09:28, [ext] Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Fixes: d6954739fe43 ("linux-custom: Fix decompressed kernel name for arm64")
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> Seems we are lacking tests that do complete boot sequences, at least for
> arm64 boards.
>
> meta/recipes-bsp/u-boot-script/files/update-u-boot-script | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
> index 39989a89..40d31081 100755
> --- a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
> +++ b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
> @@ -18,11 +18,7 @@ BOOT_CMD=$(mktemp)
> KERNEL_VERSION=$(linux-version list | linux-version sort --reverse | head -1)
>
> case $(uname -m) in
> - aarch64)
> - KERNEL_FILE="vmlinuz"
> - BOOT="booti"
> - ;;
> - mips|riscv64)
> + aarch64|mips|riscv64)
> KERNEL_FILE="vmlinux"
> BOOT="booti"
> ;;
>
Ping. This is a critical regression fix affecting lots of targets.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] u-boot-script: Adjust to new kernel filename
2021-04-08 6:29 ` Jan Kiszka
@ 2021-04-08 8:16 ` Anton Mikanovich
0 siblings, 0 replies; 3+ messages in thread
From: Anton Mikanovich @ 2021-04-08 8:16 UTC (permalink / raw)
To: Jan Kiszka, isar-users
08.04.2021 09:29, Jan Kiszka wrote:
> Ping. This is a critical regression fix affecting lots of targets.
>
> Jan
>
Applied to next, sorry for delay.
--
Anton Mikanovich
Promwad Ltd.
External service provider of ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn, Germany
+49 (89) 122 67 24-0
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-08 8:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 8:28 [PATCH] u-boot-script: Adjust to new kernel filename Jan Kiszka
2021-04-08 6:29 ` Jan Kiszka
2021-04-08 8:16 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox