> 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
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
> 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
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
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
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
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
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
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
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(+)
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
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
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
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
Hi Tom,
>
> Remove from this board vendor directory and when needed add
> missing include files directly.
>
> Signed-off-by: Tom Rini
> ---
> Cc: Holger Brunck
> Cc: Heiko Schocher
> Cc: Niel Fourie
> Cc: Aleksandar Gerasimovski
> Cc: Rainer Boschu
s/tuge1_defconfig
> @@ -166,3 +166,4 @@ CONFIG_QE_UEC=y
> # CONFIG_PINCTRL_FULL is not set
> CONFIG_QE=y
> CONFIG_SYS_NS16550=y
> +CONFIG_HUSH_OLD_PARSER=y
> diff --git a/configs/tuxx1_defconfig b/configs/tuxx1_defconfig index
> 5b33e8fa64..16b50dd571 100644
> --- a/configs/tuxx1_defconfig
> +++ b/configs/tuxx1_defconfig
> @@ -183,3 +183,4 @@ CONFIG_QE_UEC=y
> # CONFIG_PINCTRL_FULL is not set
> CONFIG_QE=y
> CONFIG_SYS_NS16550=y
> +CONFIG_HUSH_OLD_PARSER=y
> --
> 2.34.1
Reviewed-by:
Thanks for taking care of this.
Best regards
Holger Brunck
-by: Holger Brunck
---
board/keymile/km83xx/km83xx.c | 85 +
include/configs/km/km-mpc832x.h | 60 -
include/configs/km/km-mpc8360.h | 68
include/configs/km/km-mpc83xx.h | 37 +++
include
There are no differences for the different 832x targets we have in
the header defined with SYS_CONFIG_NAME. So we can join the five
headers to a single file.
Signed-off-by: Holger Brunck
---
board/keymile/km83xx/Kconfig| 10 +-
include/configs/{kmopti2.h => km832x.h} |
Switch off SCSI related config options to get rid of the board
removal warning. We don't use this interface. Also disable UBIFS
to decrease the image size, as this is also not used.
Signed-off-by: Holger Brunck
---
configs/pg_wcom_expu1_defconfig| 6 --
co
> On Wed, Dec 07, 2022 at 02:27:37PM +0000, Holger Brunck wrote:
> > > > - migrate all boards to environment.txt files
> > > > - migrate PPC boards to DM_I2C
> > > > - some cleanup
> > > >
> > > > Holger Brunck (7):
> > >
> > - migrate all boards to environment.txt files
> > - migrate PPC boards to DM_I2C
> > - some cleanup
> >
> > Holger Brunck (7):
> > board/km: move ls102xa boards to environment text files
> > km/powerpc: migrate to env.txt file
> >
Use like the other boards a text file for the environment.
As this is the last user of keymile-common.h we can now remove this
file completely.
Signed-off-by: Holger Brunck
---
board/keymile/Kconfig | 12 --
board/keymile/kmcent2/kmcent2.c | 2 +-
board/keymile/kmcent2
These are unused defines and can be dropped.
Signed-off-by: Holger Brunck
---
include/configs/km/km-mpc8360.h | 7 ---
scripts/config_whitelist.txt| 1 -
2 files changed, 8 deletions(-)
diff --git a/include/configs/km/km-mpc8360.h b/include/configs/km/km-mpc8360.h
index 92e046d02d
Create a common.env which we can use later on also for other boards.
Signed-off-by: Holger Brunck
---
.../keymile/pg-wcom-ls102xa/pg-wcom-expu1.env | 3 +
.../keymile/pg-wcom-ls102xa/pg-wcom-seli8.env | 3 +
configs/pg_wcom_expu1_defconfig | 2 +-
configs
Use already present common.env file and add a powerpc specific env
so that we can move all the environment defines to text files.
Signed-off-by: Holger Brunck
---
board/keymile/km83xx/km83xx.env | 21 +++
configs/kmcoge5ne_defconfig | 2 +-
configs/kmeter1_defconfig
Enable DM_I2C and I2C mux to get rid of the usage of the legacy
i2c driver.
Signed-off-by: Holger Brunck
---
board/keymile/Kconfig | 3 +-
board/keymile/km83xx/Makefile | 2 +-
board/keymile/km83xx/km83xx_i2c.c | 73 ---
configs/kmcoge5ne_defconfig
We already removed the support for these boards.
Signed-off-by: Holger Brunck
---
board/keymile/Kconfig | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/board/keymile/Kconfig b/board/keymile/Kconfig
index 46d0897108..cd8a06e278 100644
--- a/board/keymile/Kconfig
+++ b
Instead of having these defines in a header file, move them to
a simple text file.
Signed-off-by: Holger Brunck
---
board/keymile/secu1/socfpga_secu.env | 50
configs/socfpga_secu1_defconfig| 4 +-
include/configs/socfpga_arria5_secu1.h | 53
- migrate all boards to environment.txt files
- migrate PPC boards to DM_I2C
- some cleanup
Holger Brunck (7):
board/km: move ls102xa boards to environment text files
km/powerpc: migrate to env.txt file
board/km/cent2: migrate to environment text file
board/km/secu: migrate to use
Hi Tom,
> > > On Fri, 4 Nov 2022 at 08:20, Holger Brunck
> > > wrote:
> > >>
> > >> Hi Simon,
> > >> I got no time to try it yet but I have a general comment.
> > >>
> > >>>
> > >>> Sometimes it is
> > On Fri, 4 Nov 2022 at 08:20, Holger Brunck
> > wrote:
> >>
> >> Hi Simon,
> >> I got no time to try it yet but I have a general comment.
> >>
> >>>
> >>> Sometimes it is useful to include a CONFIG option that contains
Hi Simon,
I got no time to try it yet but I have a general comment.
>
> Sometimes it is useful to include a CONFIG option that contains a string.
> This is hard to do in general, since in many cases it is useful to have the
> quotes
> around the string so that, for example:
>
wouldn't it be cl
Hi Simon,
>
> On Thu, 3 Nov 2022 at 02:18, Holger Brunck
> wrote:
> >
> > Hi all,
> > I currently try to convert some boards to the new env.txt files and this
> > works
> quite well so far.
> > But I encountered one problem which I am not sure how to s
Hi all,
I currently try to convert some boards to the new env.txt files and this works
quite well so far.
But I encountered one problem which I am not sure how to solve it.
If I have some string in a Kconfig file defined like:
config KM_DEF_NETDEV
string "Default Netdevice"
default
Hi Francis,
> I was able to have the CI passes but I had to not use
> CONFIG_HUSH_2021_PARSER for two boards:
> 1. u-boot.img file size for the rcar3_ulcb, when built with
> CONFIG_HUSH_PARSER_2021, exceeds the 1MB file limit of 890 bytes.
> It should be possible to reduce the image size by not co
This unused nowadays and can be dropped.
Signed-off-by: Holger Brunck
---
include/configs/km/km-powerpc.h | 3 ---
include/configs/kmcent2.h | 3 ---
scripts/config_whitelist.txt| 1 -
3 files changed, 7 deletions(-)
diff --git a/include/configs/km/km-powerpc.h b/include/configs/km
This option is already gone.
Signed-off-by: Holger Brunck
---
scripts/config_whitelist.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 137b7f61ac..7cf82f1a90 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts
Hi,
I am going to remove our board support for KMTEGR1 as it is obsolete. It seems
it is
the only board using MPC8309 CPU and the support for this CPU was introduced
due to this board. Should I remove the MPC8309 support completely then?
Best regards
Holger Brunck
> Le lundi 20 juin 2022, 19:33:24 CEST Tom Rini a écrit :
> > On Mon, Jun 20, 2022 at 04:08:32PM +0000, Holger Brunck wrote:
> > > > > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote:
> > > > > > > These boards used set_local_var(
> Subject: Re: [PATCH 1/1] Migration: set deadline for move to DM_GPIO
>
> On Wed, Aug 03, 2022 at 07:27:50PM +0200, Heinrich Schuchardt wrote:
> > On 8/3/22 18:26, Quentin Schulz wrote:
> > > Hi Tom,
> > >
> > > On 8/3/22 18:08, Tom Rini wrote:
> > > > On Wed, Aug 03, 2022 at 04:39:52PM +0200, He
>
> We only reference CONFIG_SYS_BFTIC3_BASE in one location. Move the
> comment to where we reference it, and use the value directly.
>
> Cc: Holger Brunck
> Cc: Heiko Schocher
> Signed-off-by: Tom Rini
> ---
> board/keymile/km83xx/km83xx.c | 6 --
> inc
> > > On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote:
> > >
> > > > These boards used set_local_var() to store some variables as local
> > > > shell.
> > > > They then used get_local_var() to retrieve the variables values.
> > > >
> > > > Instead of using local shell variables, the
Hi Francis,
> On Fri, Jun 17, 2022 at 12:31:58AM +0200, Francis Laniel wrote:
>
> > These boards used set_local_var() to store some variables as local shell.
> > They then used get_local_var() to retrieve the variables values.
> >
> > Instead of using local shell variables, they should use enviro
>
> 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
>
>
> 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
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
> -
Hi Stefan, Hi Marek,
> Added Holger, the maintainer of the km_kirkwood boards to Cc...
>
> On 28.10.21 03:28, Marek Behún wrote:
> > On Wed, 27 Oct 2021 16:06:58 -0700
> > Tony Dinh wrote:
> >
> >> Hi Marek,
> >>
> >> In reference to:
> >> https://lists.denx.de/pipermail/u-boot/2021-October/4652
Update the e-mail addresses and person responsible.
Signed-off-by: Holger Brunck
CC: Aleksandar Gerasimovski
CC: Rainer Boschung
---
board/keymile/km83xx/MAINTAINERS | 2 +-
board/keymile/km_arm/MAINTAINERS | 2 +-
board/keymile/pg-wcom-ls102xa/MAINTAINERS | 5 ++---
board
Hi Stefan,
>
> (Added Niel to Cc)
>
> On 05.02.21 10:55, Holger Brunck wrote:
> > The pram variable is evaluated in common/board_r.c as a unsigned long
> > and not as a string using a hex formataion. This incorrect setting
> > leads to a wrong calculation of pre
RAM.
Signed-off-by: Holger Brunck
CC: Stefan Roese
---
board/keymile/common/common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c
index df507e2..7343d47 100644
--- a/board/keymile/common/common.c
+++ b/board
>
> These platforms never had to support an ATAGs-based Linux Kernel, so
> remove the options.
>
> Cc: Holger Brunck
> Signed-off-by: Tom Rini
> ---
> I'm assuming, please correct me if I'm wrong.
> ---
you are right, this can be removed.
Reviewed-By: Holger Brunck
Best regards
Holger
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
This was used for a board which is not supproted anymore and can
therefore be dropped.
CC: Stefan Roese
Signed-off-by: Holger Brunck
---
include/configs/km/keymile-common.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/km/keymile-common.h
b/include/configs/km/keymile
This option is obsolete since 2009 and can be removed globally.
CC: Stefan Roese
Signed-off-by: Holger Brunck
---
include/configs/ethernut5.h | 1 -
include/configs/km/km-powerpc.h | 2 --
include/configs/kmp204x.h | 3 ---
include/configs/pm9263.h| 1 -
include/configs
Our kirkwood device embeds a USB host controller that is now used
on some boards. This enables the support of USB and the corresponding
driver.
Signed-off-by: Holger Brunck
CC: Stefan Roese
---
board/keymile/km_arm/Kconfig | 4
1 file changed, 4 insertions(+)
diff --git a/board/keymile
Address most of the checkpatch issues we found in km_arm and common km
code.
CC: Stefan Roese
CC: Valentin Longchamp
Signed-off-by: Holger Brunck
---
board/keymile/common/common.c | 44 ---
board/keymile/common/ivm.c | 84 ++---
board/keymile
Also change back SYS_MEMTEST_END to 0x00f0. 0xe0 was wrong and
introduced due to the global Kconfig migration of this option in u-boot.
CC: Heiko Schocher
CC: Tom Rini
Signed-off-by: Holger Brunck
---
board/keymile/km83xx/Kconfig | 6 ++
board/keymile/km83xx/km83xx.c | 8
-by: Holger Brunck
---
board/keymile/scripts/develop-arm.txt | 2 +-
board/keymile/scripts/develop-common.txt | 2 +-
board/keymile/scripts/develop-ppc_82xx.txt | 2 +-
board/keymile/scripts/develop-ppc_8xx.txt | 2 +-
board/keymile/scripts/ramfs-arm.txt| 2 +-
board/keymile
gchamp
CC: Heiko Schocher
CC: Tom Rini
Signed-off-by: Holger Brunck
---
include/configs/km/keymile-common.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/km/keymile-common.h
b/include/configs/km/keymile-common.h
index 6a8c41529f..c1968048a7 100644
--
harmonize all boards for PPC and ARM to have the
same values. Also we add a new variable "env_version", so that the
userspace is able to detect if this is a u-boot binary with updated
values or not.
CC: Valentin Longchamp
CC: Heiko Schocher
CC: Tom Rini
Signed-off-by: Holger Brunck
and where to load
> the DTB file.
> > While a it also harmonize all boards for PPC and ARM to have the same
> > values.
> >
> > Signed-off-by: Holger Brunck
> > CC: Valentin Longchamp
> > CC: Heiko Schocher
> > CC: Tom Rini
> > ---
> >
amed version in linux mainline.
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
CC: Heiko Schocher
CC: Marek Vasut
CC: Tom Rini
---
arch/arm/dts/socfpga_arria5_secu1.dts | 4 ++--
arch/powerpc/dts/km8309-uboot.dtsi | 2 +-
arch/powerpc/dts/km8321-uboot.dtsi | 2 +-
arch/powerpc/
> Am 07.10.2020 um 17:46 schrieb Tom Rini:
> > On Wed, Oct 07, 2020 at 03:53:35PM +0200, Holger Brunck wrote:
> >
> >> As the ownership is now Hitachi Power Grids, change the license
> >> string and adapt the compatible string in DTS files.
> >>
> >&
harmonize all boards for PPC and ARM to have the
same values.
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
CC: Heiko Schocher
CC: Tom Rini
---
board/keymile/Kconfig | 12 +++-
include/configs/km/keymile-common.h | 1 +
include/configs/km/km-powerpc.h | 4
gchamp
CC: Heiko Schocher
CC: Tom Rini
Signed-off-by: Holger Brunck
---
include/configs/km/keymile-common.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/km/keymile-common.h
b/include/configs/km/keymile-common.h
index 6a8c41529f..c1968048a7 100644
--
As the ownership is now Hitachi Power Grids, change the license string
and adapt the compatible string in DTS files.
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
CC: Heiko Schocher
CC: Marek Vasut
CC: Tom Rini
---
arch/arm/dts/socfpga_arria5_secu1.dts | 4 ++--
arch/powerpc/dts
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
---
board/keymile/common/qrio.h | 2 +-
board/keymile/km83xx/MAINTAINERS | 2 +-
board/keymile/km_arm/MAINTAINERS | 2 +-
board/keymile/kmp204x/MAINTAINERS | 2 +-
board/keymile/secu1/MAINTAINERS | 2 +-
5 files changed, 5 insertions
Hello Tom,
>
> This converts the following to Kconfig:
>CONFIG_BOOTDELAY
>
> Cc: Holger Brunck
> Signed-off-by: Tom Rini
> ---
> include/configs/socfpga_arria5_secu1.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/socfpga_a
> On 2/19/20 7:55 PM, Marek Vasut wrote:
> > From: Holger Brunck
> >
> > Add initial support for the ABB SECU board, which is an ArriaV-based
> > SoCFPGA system with ethernet and booting from Denali NAND.
> >
> > Signed-off-by: Holger Brunck
> >
> On 2/19/20 1:45 PM, Holger Brunck wrote:
> >>>>> In message <20200217173249.4805-1-ma...@denx.de> you wrote:
> >>>>>>
> >>>>>> board/keymile/Kconfig | 11 +-
> >>>>>> board/keymile/
The ownership has changed to ABB wiredcom for these boards.
Therefore rename the keymile folder, headerfiles and vendor strings
to wcom.
Signed-off-by: Holger Brunck
CC: Marek Vasut
CC: Heiko Schocher
CC: Wolfgang Denk
CC: Valentin Longchamp
---
arch/arm/dts/kirkwood-km_kirkwood.dts
> >>> In message <20200217173249.4805-1-ma...@denx.de> you wrote:
>
> board/keymile/Kconfig | 11 +-
> board/keymile/common/ivm.c | 18 +-
> board/keymile/secu1/Makefile| 7 +
> board/keymile/secu1/qts/iocsr_config.h | 694
>
Hi Marek and Wolfgang,
> > In message <20200217173249.4805-1-ma...@denx.de> you wrote:
> >>
> >> board/keymile/Kconfig | 11 +-
> >> board/keymile/common/ivm.c | 18 +-
> >> board/keymile/secu1/Makefile| 7 +
> >> board/keymile/secu1/qts/iocsr_config
If the board already uses DM_I2C we need to use the dm i2c calls.
Signed-off-by: Holger Brunck
CC: Heiko Schocher
CC: Marek Vasut
---
drivers/bootcount/bootcount_i2c.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/drivers/bootcount/bootcount_i2c.c
b/drivers
Hi Stefan,
> On 13.01.20 15:34, Holger Brunck wrote:
> > This board is similar to SUV31, but the FPGA is reset concept is quite
> > different.
> >
> > Signed-off-by: Holger Brunck
> > CC: Valentin Longchamp
> > CC: Stefan Roese
> > ---
This board is similar to SUV31, but the FPGA is reset concept is quite
different.
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
CC: Stefan Roese
---
board/keymile/km_arm/Kconfig | 12 +++
board/keymile/km_arm/MAINTAINERS | 1 +
board/keymile/km_arm/fpga_config.c | 15
This target is out of maintenance and can be removed.
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
CC: Stefan Roese
---
board/keymile/km_arm/MAINTAINERS | 1 -
board/keymile/km_arm/fpga_config.c | 23
board/keymile/km_arm/km_arm.c | 4 ---
configs
This target is out of maintenance and can be removed.
Signed-off-by: Holger Brunck
CC: Valentin Longchamp
CC: Stefan Roese
---
board/keymile/km_arm/MAINTAINERS | 1 -
configs/kmsuv31_defconfig| 55
include/configs/km_kirkwood.h| 8 -
scripts
previously asked the users to manually set (nfs path in debug
and rootfs size in ramfs).
Signed-off-by: Holger Brunck
CC: Tom Rini
---
board/keymile/scripts/develop-common.txt | 3 ++-
board/keymile/scripts/ramfs-common.txt | 7 ---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a
The tftppath was not set in case of run ramfs. It worked only by chance
if was already set before.
Also check the boardname before setting the tftppath for COGE5.
Signed-off-by: Holger Brunck
CC: Tom Rini
---
board/keymile/scripts/develop-common.txt | 3 ++-
board/keymile/scripts/ramfs
previously asked the users to manually set (nfs path in debug
and rootfs size in ramfs).
Signed-off-by: Holger Brunck
CC: Tom Rini
---
board/keymile/scripts/develop-common.txt | 3 ++-
board/keymile/scripts/ramfs-common.txt | 7 ---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a
The tftppath was not set in case of run ramfs. It worked only by chance
if was already set before.
Also check the boardname before setting the tftppath for COGE5.
Signed-off-by: Holger Brunck
CC: Tom Rini
---
board/keymile/scripts/develop-common.txt | 3 ++-
board/keymile/scripts/ramfs
This patch moves the qrio and i2c deblocking code to
keymile/common as it will also be used by the upcoming CENT2 board.
Signed-off-by: Holger Brunck
CC: Priyanka Jain
---
board/keymile/{kmp204x => common}/qrio.c | 84 ++--
board/keymile/common/qrio.h |
From: Rainer Boschung
The CPUWD reset reason is used for kmp204x.
And the qrio cpu reset request is configured to operate in
core reset mode.
But for the evaluation of the qrio's reset reason register
the CPUWD figures as a unit reset source rather than a core
reset source. This patch defines the
This prevents the board from booting which is not the expected behavior.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
CC: Priyanka Jain
---
board/keymile/kmp204x/kmp204x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/keymile/kmp204x/kmp204x.c b
Remove this from the board header files and move it to Kconfig. Also use
the correct default address for kmtegr1.
Signed-off-by: Holger Brunck
CC: Priyanka Jain
CC: Valentin Longchamp
---
board/keymile/Kconfig | 6 ++
configs/kmcoge5ne_defconfig | 1 +
configs
We can use the existing CONFIG_SYS_CONFIG_NAME define for that and
remove the option. Also fix the boot string for all km83xx boards.
Signed-off-by: Holger Brunck
CC: Priyanka Jain
CC: Valentin Longchamp
---
board/keymile/km83xx/km83xx.c | 2 +-
board/keymile/kmp204x/kmp204x.c | 2
On kmtegr1 we have to specify the second localbus clock signal also
instead of using the default for our ppc 8309 boards.
Signed-off-by: Holger Brunck
CC: Priyanka Jain
CC: Valentin Longchamp
---
include/configs/km/km-mpc8309.h | 2 ++
include/configs/kmtegr1.h | 17
CONFIG_CONS_INDEX is nowhere used for this board, we can drop it.
Signed-off-by: Holger Brunck
CC: Priyanka Jain
CC: Valentin Longchamp
---
include/configs/kmeter1.h | 5 -
1 file changed, 5 deletions(-)
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
index 4129d97505
The M25P80 and M25P32 SPI flashes from Numonix/Micron
will be replaced by Marconix MX25L80 and MX25L32 flashes.
Signed-off-by: Holger Brunck
CC: Stefan Roese
CC: Valentin Longchamp
---
configs/km_kirkwood_128m16_defconfig | 1 +
configs/km_kirkwood_defconfig| 1 +
configs
This target is out of maintenance and can be removed.
Signed-off-by: Holger Brunck
CC: Stefan Roese
CC: Valentin Longchamp
---
board/keymile/km_arm/MAINTAINERS | 1 -
board/keymile/km_arm/km_arm.c| 55 +---
configs/mgcoge3un_defconfig | 52
For upcoming SECU board we have different MAC address offsets depending
on which functional unit we are running. In this case we need to pass
this value to the ivm_populate_env function instead of using the hard
coded config option there.
Signed-off-by: Holger Brunck
CC: Stefan Roese
CC
This patch only fixes a typo.
Signed-off-by: Holger Brunck
CC: Stefan Roese
CC: Valentin Longchamp
---
board/keymile/Kconfig | 2 +-
board/keymile/common/ivm.c | 6 +++---
configs/kmcoge5un_defconfig | 2 +-
configs/mgcoge3un_defconfig | 2 +-
4 files changed, 6 insertions(+), 6
This is the first step to use DM support for the KM powerpc boards.
Signed-off-by: Holger Brunck
CC: Mario Six
CC: Wolfgang Denk
CC: Valentin Longchamp
CC: Priyanka Jain
---
Changes for v3:
- rebase on latest master
Changes for v2:
- fix typo in e-mail address
configs/kmcoge4_defconfig
This is the first step to use DM support for the KM powerpc boards.
Signed-off-by: Holger Brunck
CC: Mario Six
CC: Wolfgang Denk
CC: Valentin Longchamp
---
Changes for v2:
- fix typo in e-mail address
configs/kmcoge4_defconfig | 2 ++
configs/kmcoge5ne_defconfig | 2 ++
configs
This is the first step to use DM support for the KM powerpc boards.
Signed-off-by: Holger Brunck
CC: Mario Six
CC: Wolfgang Denk
CC: Valentin Longchamp
---
configs/kmcoge4_defconfig | 2 ++
configs/kmcoge5ne_defconfig | 2 ++
configs/kmeter1_defconfig | 2 ++
configs/kmopti2_defconfig
From: Holger Brunck
Signed-off-by: Holger Brunck
---
board/keymile/km83xx/MAINTAINERS | 2 +-
board/keymile/km_arm/MAINTAINERS | 2 +-
board/keymile/kmp204x/MAINTAINERS | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/keymile/km83xx/MAINTAINERS b/board/keymile
Hi Mario,
>> On Tue, Nov 13, 2018 at 11:42 AM Holger Brunck
>> wrote:
>>
>> could you elaborate why you need to do this? Turning 320 lines into 2579
>> does not sound like simplifying the code. I understand that you
>> try to move a lot of config options to
on for
some of our boards? For example duplicating CS configurations or SDRAM
settings for similar boards seems to be unneeded to me and increases
maintenance in the future.
Best regards
Holger Brunck
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
It is possible to flag MAC addresses as locally administred. In this
case they don't need to be unique. This is only allowed for interfaces
which have no connection to the outside. For the TEGR1 board we use
this feature.
Cc: Heiko Schocher
Signed-off-by: Holger Brunck
---
board/keymile/c
1 - 100 of 518 matches
Mail list logo