- Nov 10, 2022
-
-
Tom Rini authored
This converts the following to Kconfig: CONFIG_SYS_I2C_INIT_BOARD Signed-off-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Oct 06, 2022
-
-
These boards are out of maintenance and can be removed. Signed-off-by:
Holger Brunck <holger.brunck@hitachienergy.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
- Jun 06, 2022
-
-
Tom Rini authored
This converts the following to Kconfig: CONFIG_HUSH_INIT_VAR Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Feb 01, 2022
-
-
This patch provides possibility for field fail-safe u-boot updates. The implementation can be used on all pg-wcom boards that are booting from parallel NOR flash. When used in a board design, provided check_for_uboot_update function will start new u-boot at defined location if updateduboot envvar is set to yes. With this implementation it is expected that factory programmed u-boot will always stay as it is, and optionally new u-boot can be safely programmed by embedded software when the unit is rolled out on the field. It is expected check_for_uboot_update to be called early in execution before relocation (*_f) once SoC is basically initialized and environment can be read, with this possibilities to not be able to fix a u-boot bug by a u-boot update are reduced to minimum. Signed-off-by:
Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
- Jul 07, 2021
-
-
Tom Rini authored
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. Cc: Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Jun 17, 2021
-
-
The EXPU1 design is a new 40G capable ethernet service unit card for Hitachi-Powergrids wired-com product lines. The base SoC is same as for already added SELI8 card, consequently the already added u-boot support for SELI8 is reused. Signed-off-by:
Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by:
Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> [Fixed new line error at EOF] Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
- Apr 15, 2021
-
-
The SELI8 design is a new tdm service unit card for Hitachi-Powergrids XMC and FOX product lines. It is based on NXP LS1021 SoC and it provides following interfaces: - IFC interface for NOR, NAND and external FPGA's - 1 x RGMII ETH for debug purposes - 2 x SGMII ETH for management communication via back-plane - 1 x uQE HDLC for management communication via back-plane - 1 x I2C for peripheral devices - 1 x SPI for peripheral devices - 1 x UART for debug logging It is foreseen that the design will be later re-used for another XMC and FOX service cards with similar SoC requirements. Signed-off-by:
Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by:
Matteo Ghidoni <matteo.ghidoni@hitachi-powergrids.com> Signed-off-by:
Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
- Feb 08, 2021
-
-
Add basic support for the Hitachi Power Grids kmcent2 board, based on the NXP QorIQ T1040 SoC. Signed-off-by:
Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com> Signed-off-by:
Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by:
Niel Fourie <lusus@denx.de> Cc: Holger Brunck <holger.brunck@hitachi-powergrids.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by:
Stefan Roese <sr@denx.de> [Fixed blank line at EOF errors] Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
- Oct 22, 2020
-
-
Due to increasing kernel image sizes we get problems when decompressing the kernel image. To fix this we need to change the addresses where we load and where we extract the kernel. Also we need to adapt the address where to load the CRAMFS image and where to load the DTB file. While at it also 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 <valentin.longchamp@hitachi-powergrids.com> CC: Heiko Schocher <hs@denx.de> CC: Tom Rini <trini@konsulko.com> Signed-off-by:
Holger Brunck <holger.brunck@hitachi-powergrids.com> Reviewed-by:
Heiko Schocher <hs@denx.de> [trini: Remove old values from kmp204x.h] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- May 15, 2020
-
-
Have this symbol follow the pattern of all other such symbols. This patch also removes a TODO from the code. Reviewed-by:
Chris Packham <judge.packham@gmail.com> Signed-off-by:
Trevor Woerner <twoerner@gmail.com>
-
- Mar 03, 2020
-
-
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 <holger.brunck@ch.abb.com> Cc: Ley Foon Tan <ley.foon.tan@intel.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-
- Jan 10, 2020
-
-
This patch only fixes a typo. Signed-off-by:
Holger Brunck <holger.brunck@ch.abb.com> CC: Stefan Roese <sr@denx.de> CC: Valentin Longchamp <valentin.longchamp@ch.abb.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
- Dec 23, 2019
-
-
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 <holger.brunck@ch.abb.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com> CC: Priyanka Jain <priyanka.jain@nxp.com> CC: Valentin Longchamp <valentin.longchamp@ch.abb.com>
-
- Aug 12, 2019
-
-
To execute the conversion away from board specific header files, Kconfig menus have been implemented for all KM boards and additionally for those having an ARM architecture. For the moment, the preprocessor definitions stay in the headers. The boolean types, however, needed a modification (#define CONFIG_* 1). The default configuration files of some boards required an update in order to not change the currently defined values of the configurations. Signed-off-by:
Pascal Linder <pascal.linder@edu.hefr.ch> Signed-off-by:
Holger Brunck <holger.brunck@ch.abb.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Jul 11, 2019
-
-
As preparation for the upcoming transferring of configurations from header files to Kconfig, a common Kconfig file for all KM boards was created. For the moment, it only sources the other three, more specific, Kconfig files. Therefore, the architecture Kconfig files now include the common Kconfig file. Also, the configuration selection for KM boards was moved from the architecture Kconfig files to the board specific Kconfig files. Signed-off-by:
Pascal Linder <pascal.linder@edu.hefr.ch> Signed-off-by:
Holger Brunck <holger.brunck@ch.abb.com> Cc: Mario Six <mario.six@gdsys.cc> Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-