On intel it is not possible to grep for the compiled in version string
so another one was created and put in SPL. but missed the " so it's not
correct json anymore.
that combined with the fact that board_late_init() was never called due
to missing define in config made the update logic fail.
Change the PKG_RELEASE to 7 as a previous bug in the Makefile made it
actually 6 even if the value was set to 5.
The expansion of PKG_RELEASE did not work and ended up as the first value
set in "define uboot/ex400"
why and why this change work correctly I do not understand.
-------------------------------------------------------------------------------
* b9fece4 Add the missing M in the environmental variable bootargs_ubi
-------------------------------------------------------------------------------
commit b9fece495814fec83970688df2cf19a320d05090
Author: Michael Zhang <m.zhang@genexis.eu>
Date: 2018-10-10 14:35:43 +0200
Add the missing M in the environmental variable bootargs_ubi
'mem=480M@512' caused a kernel panic in Intel GRX evaluation boards. The
parameter shall be 'mem=480M@512M'.
Base directory -> /
include/configs/iopsys.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 505b9eb To boot on grx550 board the last M is important.
-------------------------------------------------------------------------------
commit 505b9ebb3d3f620e46f16a9b7b364ecc64256c2f
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2018-09-14 15:52:56 +0200
To boot on grx550 board the last M is important.
Base directory -> /
include/configs/iopsys.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* e3be71a Prevent ethernet to start up by default.
-------------------------------------------------------------------------------
commit e3be71a830289189eaa895cbdcc755e07a7712e0
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2017-05-11 16:07:59 +0200
Prevent ethernet to start up by default.
Add a new command net_init to start ethernet driver.
This is needed as the setup has all port in the same switch so WAN is
connected to LAN and dhcp on clients on LAN is getting out to the ISP and
stealing ip numbers.
Base directory -> /
board/inteno/ex400/board.c | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
We need to have a version that we can change whenever we want to force and
update of u-boot. The u-boot version still exists.
To change the version and force an update change the PKG_RELEASE variable
in package Makefile.
uboot version is now checked on startup and if the installed one is too old
it will be updated.
-------------------------------------------------------------------------------
* 08fb2b8 If image can not be booted from uboot reboot.
-------------------------------------------------------------------------------
commit 08fb2b839326c3bc2a2a0472b5dae6ee0288e483
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2017-03-21 17:30:56 +0100
If image can not be booted from uboot reboot.
Only allow 10 reboots to prevent infinite reboot and write to flash.
Base directory -> /
board/inteno/ex400/iboot.c | 23 +++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 65ae089 Set led to red when executing from internal SRAM.
* 5909d1e jtag: script for starting debug from nand.
-------------------------------------------------------------------------------
commit 65ae089853ddd9652103b4052af4b351d66f2374
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-12-28 16:56:21 +0100
Set led to red when executing from internal SRAM.
then set it to yellow/orange when executing from DRAM.
Base directory -> /
Makefile | 14 ++++++++--
board/inteno/ex400/jtag/ex400_led.cmm | 15 ++++++++++
board/inteno/ex400/led.c | 2 +-
inteno_led.S | 50 ++++++++++++++++++++++++++++++++++
mt7621_stage_L2.bin | Bin 19896 -> 19896 bytes
5 files changed, 78 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 5909d1e8240a7935d0005e88b2d4a1d35da50305
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-12-27 20:40:06 +0100
jtag: script for starting debug from nand.
Base directory -> /
board/inteno/ex400/jtag/ex400_quitck.cmm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 20ef6d6 Don't write dirty as version
* 3545594 Save uboot version in env.
-------------------------------------------------------------------------------
commit 20ef6d6e6933ca7430390001532181a6e0353a2a
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2016-11-15 15:05:22 +0100
Don't write dirty as version
Base directory -> /
scripts/setlocalversion | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 354559453d0b6728dc96c9f7bbb4dbcaeba61242
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-11-15 14:09:51 +0100
Save uboot version in env.
Do this so that the linux system can check what u-boot version is used.
Base directory -> /
board/inteno/ex400/board.c | 22 ++++++++++++++++++++--
board/inteno/ex400/factory.c | 1 -
include/configs/ex400.h | 2 ++
3 files changed, 22 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------