Hi all,
I recently tried to use u-boot on the qemu_mips platform, and running
the saveenv command causes u-boot to not boot after a reset. I followed
these steps:
$ git clone git://git.denx.de/u-boot.git
$ cd u-boot
$ git checkout v2017.05-rc1
$ export CROSS_COMPILE=mips-linux-gnu-
$ make qem
. Because CONFIG_SYS_MONITOR_LEN is no longer
used on MIPS, this patch removes it and places the environment at the
end of the pseudoboard's 4MB flash.
Signed-off-by: Kyle Edwards
Cc: Daniel Schwierzeck
---
include/configs/qemu-mips.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
I recently played around with the qemu-mips configuration, and
encountered several issues. Saving the environment to flash overwrites
the U-Boot code, and the malloc pool isn't big enough for
initr_malloc_bootparams(). This patchset fixes these issues.
Kyle Edwards (2):
mips: qemu-mips: R
-by: Kyle Edwards
Cc: Daniel Schwierzeck
---
include/configs/qemu-mips.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h
index b67d413..59a793b 100644
--- a/include/configs/qemu-mips.h
+++ b/include/configs/qemu-mips.h
-by: Kyle Edwards
Cc: Daniel Schwierzeck
---
include/configs/qemu-mips.h | 2 +-
include/configs/qemu-mips64.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h
index b67d413..59a793b 100644
--- a/include/configs/qemu
I recently played around with the qemu-mips/64 configurations, and
encountered several issues. Saving the environment to flash overwrites
the U-Boot code, and the malloc pool isn't big enough for
initr_malloc_bootparams(). This patchset fixes these issues.
Kyle Edwards (2):
mips: qemu-mi
. Because CONFIG_SYS_MONITOR_LEN is no longer
used on MIPS, this patch removes it and places the environment at the
end of the pseudoboard's 4MB flash.
Signed-off-by: Kyle Edwards
Cc: Daniel Schwierzeck
---
include/configs/qemu-mips.h | 3 +--
include/configs/qemu-mips64.h | 3 +--
2
7 matches
Mail list logo