Bug#969518: Add missing ESPRESSObin variants

2021-02-02 Thread Andre Heider
Ping. Anyone? Bueller?

Bug#969070: $console handling might result in unbootable system

2020-10-16 Thread Andre Heider
On 15/10/2020 16:11, Heinrich Schuchardt wrote: On 15.10.20 15:13, Andre Heider wrote: On 04/09/2020 07:20, Andre Heider wrote: Of those, these are part of all.db: rockchip/rk3399-evb.dts apm/apm-mustang.dtb The former is an evaluation board, added by Heinrich (cc'ed) in https

Bug#969518: (no subject)

2020-10-15 Thread Andre Heider
Gentle ping

Bug#969070: $console handling might result in unbootable system

2020-10-15 Thread Andre Heider
On 04/09/2020 07:20, Andre Heider wrote: Of those, these are part of all.db: rockchip/rk3399-evb.dts apm/apm-mustang.dtb The former is an evaluation board, added by Heinrich (cc'ed) in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899090 Given the nature of these boards, I guess Heinrich

Bug#969515: (no subject)

2020-09-16 Thread Andre Heider
ping? Patch is a plain bugfix, so I think uncontroversial?

Bug#969515: flash-kernel: Add vendor path for some arm64 machines

2020-09-04 Thread Andre Heider
On 04/09/2020 02:30, Vagrant Cascadian wrote: I'm submitting this to the Debian bug tracking system, since this isn't directly related to u-boot. I've dropped most of the CCs on the thread, presumably should also drop the u-boot CC on follow-ups. Thanks! For the record: I added the path for

Bug#969070: $console handling might result in unbootable system

2020-09-04 Thread Andre Heider
On 04/09/2020 12:50, Heinrich Schuchardt wrote: On 04.09.20 09:54, Andre Heider wrote: On 04/09/2020 09:20, Heinrich Schuchardt wrote: On 04.09.20 07:20, Andre Heider wrote: On 04/09/2020 03:10, Vagrant Cascadian wrote: On 2020-08-28, Andre Heider wrote: Stats: Going by u-boot upstream

Bug#969070: $console handling might result in unbootable system

2020-09-04 Thread Andre Heider
On 04/09/2020 09:20, Heinrich Schuchardt wrote: On 04.09.20 07:20, Andre Heider wrote: On 04/09/2020 03:10, Vagrant Cascadian wrote: On 2020-08-28, Andre Heider wrote: Stats: Going by u-boot upstream, only 17 of +700 boards set $console (grep for You seem CONFIG_DEFAULT_CONSOLE, which too

Bug#969070: $console handling might result in unbootable system

2020-09-03 Thread Andre Heider
On 04/09/2020 03:10, Vagrant Cascadian wrote: On 2020-08-28, Andre Heider wrote: Stats: Going by u-boot upstream, only 17 of +700 boards set $console (grep for CONFIG_DEFAULT_CONSOLE, which too is deprecated). Going by linux upstream, 112 of 125 arm64 boards used "stdout-path": $ fin

Bug#969518: Add missing ESPRESSObin variants

2020-09-03 Thread Andre Heider
17 00:00:00 2001 From: Andre Heider Date: Fri, 4 Sep 2020 06:32:07 +0200 Subject: [PATCH] Add missing ESPRESSObin variants Linux added support for these [0]. Each has its own model identifier, so add them here too. [0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/

Bug#969070: $console handling might result in unbootable system

2020-08-27 Thread Andre Heider
On 27/08/2020 22:43, Vagrant Cascadian wrote: Control: severity 969070 important On 2020-08-27, Andre Heider wrote: Since [0] flash-kernel does: if test -n "${console}"; then setenv bootargs "${bootargs} console=${console}" fi The common $console for

Bug#969070: $console handling might result in unbootable system

2020-08-26 Thread Andre Heider
Source: flash-kernel Severity: critical Since [0] flash-kernel does: if test -n "${console}"; then setenv bootargs "${bootargs} console=${console}" fi The common $console format as set by u-boot includes the leading "console=": include/configs/arndale.h:#define CONFIG_DEFAULT_CONSOLE

Bug#884003: FDT overlay support

2018-01-25 Thread Andre Heider
On 21/01/18 00:52, Vagrant Cascadian wrote: On 2018-01-20, Vagrant Cascadian wrote: On 2017-12-12, Andre Heider wrote: Subject: [PATCH 05/10] bootscr.uboot-generic: support multiple prefixes to load from Subject: [PATCH 06/10] beaglebone: clean up boot script I might try to rework 5-6

Bug#884003: FDT overlay support

2017-12-20 Thread Andre Heider
Hi Vagrant, On 20/12/17 22:32, Vagrant Cascadian wrote: On 2017-12-12, Andre Heider wrote: I added the ability to concatenate multiple scripts/snippets for the final boot script. The new overlay handling snippet is supposed to be used with this. But the feature itself also allows nice cleanups

Bug#884003: FDT overlay support

2017-12-18 Thread Andre Heider
The patches need a bit more work. But before I do that, I'd like some feedback if this would be desirable/acceptable at all. Let me know what you think, Andre

Bug#884003: FDT overlay support

2017-12-12 Thread Andre Heider
$fk_overlays on the u-boot prompt or OVERLAYS in /etc/defaults/flash-kernel to "foo bar". Testing on beaglebone looks promising so far ;) >From efaadbd96967674f2fb82eb530dd447a6b5c65ba Mon Sep 17 00:00:00 2001 From: Andre Heider <a.hei...@gmail.com> Date: Tue, 12 Dec 2017 09:23:37 +0

Bug#884003: FDT overlay support

2017-12-10 Thread Andre Heider
Source: flash-kernel Severity: wishlist Recent u-boot versions support fdt overlays. It can load a base dtb, apply various overlays to it, and pass the final device tree to the kernel. To be able to use such overlays: 1) u-boot has to be compiled with CONFIG_OF_LIBFDT_OVERLAY 2) the base dtb

Bug#883580: debian-installer: arm64: please ship dtb files

2017-12-05 Thread Andre Heider
On Tue, 5 Dec 2017 14:07:46 + Leif Lindholm wrote: Please don't ship dtb files at all, including the kernel images. If firmware does not come with hardware description, that is a shortcoming of the firmware. If a newer kernel cannot be booted with an existing

Bug#883580: debian-installer: arm64: please ship dtb files

2017-12-05 Thread Andre Heider
Source: debian-installer Some arm64 devices (like espressobin) boot using u-boot and not using efi. For these the kernel's corresponding dtb is required to boot. I only checked the latest daily netboot.tar.gz, and while armhf ships those files, arm64 does not. When fishing out the dtb out