[PATCH] km/arm: cleanup defconfig files

2020-11-06 Thread Holger Brunck
Disable some unneeded config options and adapt the ident string. CC: Stefan Roese Signed-off-by: Holger Brunck --- configs/km_kirkwood_128m16_defconfig | 8 +--- configs/km_kirkwood_defconfig| 8 +--- configs/km_kirkwood_pci_defconfig| 9 ++--- configs

RE: [PATCH 08/22] keymile: Move sourcing of common Kconfig

2022-03-24 Thread Holger Brunck
nside of this file (nor the sub-Kconfig files it > sources). > However, moving some target selection to one of these files exposes the > underlying problem. Rework things so that we have this file sourced in > arch/Kconfig. > > Cc: Holger Brunck > Signed-off-by: Tom Rini > -

RE: [PATCH 09/22] kmtegr1: Drop CONFIG_KMTEGR1

2022-03-24 Thread Holger Brunck
> > > The only usage of CONFIG_KMTEGR1 can be replaced by > CONFIG_TARGET_KMTEGR1 so do so and remove this other symbol. > > Cc: Holger Brunck > Cc: Heiko Schocher > Signed-off-by: Tom Rini > --- > board/keymile/common/ivm.c | 2 +- > configs/kmtegr1_defco

RE: [PATCH 10/22] Convert CONFIG_KM_COGE5UN et al to Kconfig

2022-03-24 Thread Holger Brunck
> > This converts the following to Kconfig: >CONFIG_KM_COGE5UN >CONFIG_KM_KIRKWOOD_128M16 >CONFIG_KM_KIRKWOOD >CONFIG_KM_KIRKWOOD_PCI >CONFIG_KM_NUSA >CONFIG_KM_SUSE2 > > Cc: Holger Brunck > Signed-off-by: Tom Rini > --- > bo

RE: ZDI-CAN-24679: New Vulnerability Report

2024-11-14 Thread Holger Brunck
g a few more maintainers now then. > for all the km PPC boards we can remove the config. Should I prepare a patch? Best regards Holger Brunck

[PATCH] km: disable CMD_JFFS2 for all PPC boards

2024-11-14 Thread Holger Brunck
We don't use this feature, we can remove it therefore in the defconfigs. Signed-off-by: Holger Brunck --- configs/kmcoge5ne_defconfig | 1 - configs/kmeter1_defconfig | 1 - configs/kmopti2_defconfig | 1 - configs/kmsupx5_defconfig | 1 - configs/kmtepr2_defconfig | 1 - co

RE: [PATCH 2/6] km: Kconfig: set KM_RESERVED_PRAM to zero for all designs

2025-07-14 Thread Holger Brunck
> On Mon, Jul 14, 2025 at 03:22:17PM +0200, Holger Brunck wrote: > > > This area was used for special purposes on kirkwood. On the current > > designs we don't need this anymore. > > > > Signed-off-by: Holger Brunck > > --- > > board/keymile/K

[PATCH v2 2/6] km: drop KM_RESERVED_PRAM

2025-07-14 Thread Holger Brunck
This variable is unused since we dropped the support for the Kirkwood boards. Signed-off-by: Holger Brunck --- board/keymile/Kconfig| 8 board/keymile/common/common.c| 8 +++- include/configs/km/pg-wcom-ls102xa.h | 3 +-- include/configs/kmcent2.h

[PATCH] arm: fix lmb region reservation when PRAM is defined

2025-07-14 Thread Holger Brunck
PRAM usage is not taken into account when reserving lmb for ARM architecture, this means that predefined PRAM region is marked as reserved by the architecture and cannot be used by other users. Signed-off-by: Holger Brunck --- lib/lmb.c | 9 - 1 file changed, 8 insertions(+), 1 deletion

[PATCH] armv8: ls1043a: make some erratas dependent from USB

2025-07-14 Thread Holger Brunck
These erratas are only useful if USB is enabled. If it is disabled these erratas might cause issues. Signed-off-by: Holger Brunck --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b

[PATCH] cmd: i2c: fix build when CFG_SYS_I2C_NOPROBES defined with DM_I2C

2025-07-14 Thread Holger Brunck
When DM_I2C is enabled and CFG_SYS_I2C_NOPROBES is defined, the building is broken due to already existing 'bus' local variable. Rename udevice 'bus' to 'cur_bus' to fix this. Signed-off-by: Holger Brunck --- cmd/i2c.c | 6 +++--- 1 file changed, 3 insertions(+)

RE: [PATCH 2/6] km: Kconfig: set KM_RESERVED_PRAM to zero for all designs

2025-07-14 Thread Holger Brunck
> On Mon, Jul 14, 2025 at 02:57:41PM +0000, Holger Brunck wrote: > > > On Mon, Jul 14, 2025 at 03:22:17PM +0200, Holger Brunck wrote: > > > > > > > This area was used for special purposes on kirkwood. On the > > > > current designs we don't need t

[PATCH 1/6] km: qrio: fix set_gpio read/modify/write

2025-07-14 Thread Holger Brunck
e user set GPIOs, and replace the read step with this static variable. Signed-off-by: Tomas Alvarez Vanoli Signed-off-by: Holger Brunck --- board/keymile/common/qrio.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/board/keymile/common/qrio.c b/board/keymile/common/qr

[PATCH 4/6] km: pg-wcom-ls102xa: add netdev in board env file

2025-07-14 Thread Holger Brunck
Upcoming boards will have different ethernet interfaces. So we move this variable out of the common code. Signed-off-by: Holger Brunck --- board/keymile/pg-wcom-ls102xa/pg-wcom-expu1.env | 1 + board/keymile/pg-wcom-ls102xa/pg-wcom-seli8.env | 1 + include/env/pg-wcom/ls102xa.env

[PATCH 6/6] km: pg-wcom-ls1021xa: update MAINTAINERS

2025-07-14 Thread Holger Brunck
The mainainers for these boards have changed. Signed-off-by: Holger Brunck Signed-off-by: Tomas Alvarez Vanoli --- board/keymile/pg-wcom-ls102xa/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/keymile/pg-wcom-ls102xa/MAINTAINERS b/board/keymile/pg

[PATCH 5/6] km: pg-wcom-ls102xa: call qrio deblock cfg earlier

2025-07-14 Thread Holger Brunck
From: Tomas Alvarez Vanoli Move the call to configure the qrio i2c deblock pins earlier. Before this, the call was happening after the first attempt to deblock the SDP EEPROM, which resulted in a not correct sequence. Signed-off-by: Tomas Alvarez Vanoli Signed-off-by: Holger Brunck --- board

[PATCH 2/6] km: Kconfig: set KM_RESERVED_PRAM to zero for all designs

2025-07-14 Thread Holger Brunck
This area was used for special purposes on kirkwood. On the current designs we don't need this anymore. Signed-off-by: Holger Brunck --- board/keymile/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/keymile/Kconfig b/board/keymile/Kconfig index 414588

[PATCH 3/6] arm: ls1021a-pg-wcom: add i2c mux node and eeprom

2025-07-14 Thread Holger Brunck
We are now using the DM code for the i2c mux and to read out the inventory eeprom. Therefore we need to add the nodes to the specific DTS files. Signed-off-by: Holger Brunck --- arch/arm/dts/ls1021a-pg-wcom-expu1.dts | 20 arch/arm/dts/ls1021a-pg-wcom-seli8.dts | 20

<    1   2   3   4   5   6