projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8152673
)
bios: Print location jumping too.
author
Tim 'mithro' Ansell
<mithro@mithis.com>
Tue, 26 Sep 2017 04:54:16 +0000
(14:54 +1000)
committer
Tim 'mithro' Ansell
<mithro@mithis.com>
Fri, 6 Oct 2017 09:38:44 +0000
(20:38 +1100)
Makes it easier to understand what is happening (and that the BIOS is
jumping to the right place).
litex/soc/software/bios/boot.c
patch
|
blob
|
history
diff --git
a/litex/soc/software/bios/boot.c
b/litex/soc/software/bios/boot.c
index e0ff8ba95b0445325daae01b7e331d07e4fb41d7..ed7d3cbaf1da1d8c40f2a6e950f975ba4579643c 100644
(file)
--- a/
litex/soc/software/bios/boot.c
+++ b/
litex/soc/software/bios/boot.c
@@
-18,7
+18,7
@@
extern void boot_helper(unsigned int r1, unsigned int r2, unsigned int r3, unsig
static void __attribute__((noreturn)) boot(unsigned int r1, unsigned int r2, unsigned int r3, unsigned int addr)
{
- printf("Executing booted program
.\n"
);
+ printf("Executing booted program
at 0x%08x\n", addr
);
uart_sync();
irq_setmask(0);
irq_setie(0);