Re: [PATCH] build: allow a downstream suffix in the version shown during boot

2022-04-13 Thread Nicolas Boulenguez
> Why do you need this, instead of just using CONFIG_LOCALVERSION? Because we were not aware of this option. Thanks for the hint and sorry for the noise.

[PATCH] build: allow a downstream suffix in the version shown during boot

2022-03-14 Thread Nicolas Boulenguez
displayed at boot and useful to know if a device has been successfully updated, to triage bugs and so on. For example, Debian adds '+dfsg-N' where N changes with each release of a .deb package. Author: Vagrant Cascadian Author: Nicolas Boulenguez Signed-By: Nicolas Boulenguez --- a/Make

[PATCH] build: allow a downstream suffix in the version shown during boot

2022-02-10 Thread Nicolas Boulenguez
001 From: Nicolas Boulenguez Date: Thu, 10 Feb 2022 11:15:38 +0100 Subject: [PATCH] build: allow a downstream suffix in the version shown during boot It is convenient for redistributors to add a build number to the U-boot source version, which is displayed at boot and useful to know if a device

[PATCH] configs: add PineTab defconfig

2021-03-07 Thread Nicolas Boulenguez
From: Arnaud Ferraris The PineTab device-tree is already in u-boot, this commit adds the corresponding defconfig, based on pinephone_defconfig. Signed-off-by: Arnaud Ferraris --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -471,6 +471,11 @@ M: Samuel Holland S: Maintained

Re: [PATCH 2/4] pinephone_defconfig: reduce boot delay

2021-03-01 Thread Nicolas Boulenguez
> Nicolas, could you live with: > $ sed -i s/^CONFIG_BOOTDELAY=2/CONFIG_BOOTDELAY=0/ .config > in your build system? Or is the U-Boot build generic? No practical issue, the patch is already applied by Mobian. My concern was only to reduce divergence between redistributors. Anyway, thanks for aski

[PATCH] sunxi: support asymmetric dual rank DRAM on A64/R40

2021-02-20 Thread Nicolas Boulenguez
From: Icenowy Zheng Previously we have known that R40 has a configuration register for its rank 1, which allows different configuration than rank 0. Reverse engineering of newest libdram of A64 from Allwinner shows that A64 has this register too. It's bit 0 (which enables dual rank in rank 0 conf

[PATCH] sunxi-common: support loading compressed kernel images on ARMv8

2021-02-20 Thread Nicolas Boulenguez
From: Arnaud Ferraris --- include/configs/sunxi-common.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5b0bec0561..227284cd29 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-commo

[PATCH] arm: dts: sun50i-a64-pinephone: fix random wifi mac address

2021-02-20 Thread Nicolas Boulenguez
From: Arnaud Ferraris The wi-fi mac-address was previously changing at every reboot. --- arch/arm/dts/sun50i-a64-pinephone.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/dts/sun50i-a64-pinephone.dtsi b/arch/arm/dts/sun50i-a64-pinephone.dtsi index 2515

[PATCH 2/4] pinephone_defconfig: reduce boot delay

2021-02-20 Thread Nicolas Boulenguez
From: Arnaud Ferraris On a cellular phone, the vast majority of users can be expected to have no serial console connected and prefer a short boot. --- configs/pinephone_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pinephone_defconfig b/configs/pinephone_defconfig index

[PATCH 20/20] Enable led on boot to notify user of boot status

2021-02-20 Thread Nicolas Boulenguez
From: Marius Gripsgard --- arch/arm/mach-sunxi/Kconfig | 5 + board/sunxi/board.c | 4 ++-- configs/pinephone_defconfig | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 8421f3b685..2bfdf7738b 100644

sunxi/pinephone suggestions and fixes

2021-02-17 Thread Nicolas Boulenguez
Hello. Please consider the attached suggestions for the sunxi/pinephone platform. Among commits written for and by Mobian users, these ones may be of interest for all pinephone owners. Each header mentions the original motivation and author. Thanks. (Please CC me in follow-ups) >From 170dde27a95b

Please convert last remaining file to UTF-8 encoding

2020-12-03 Thread Nicolas Boulenguez
Hello. Please convert last remaining file to UTF-8 encoding A trivial patch is attached. Thanks. >From 38cde811be6878d9a6d10ae88980e0af55a31418 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Thu, 3 Dec 2020 15:22:58 +0100 Subject: [PATCH] Convert last remaining file to UTF-8 encod