Re: [tools 1/2] linker: Fix typo in symbol table generator

2023-10-16 Thread Chris Johns
OK Thanks Chris On 16/10/2023 9:47 pm, Sebastian Huber wrote: > Updates #4920. > --- > linkers/rtems-syms.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp > index c72ee55..f6b207f 100644 > --- a/linkers/rtems-syms.cpp >

device tree loading from uboot.

2023-10-16 Thread Sam Price
i want to test the device tree loading stuff in qemu. I don't see a way to set the r5 register on startup via command line in qemu. void bsp_fdt_copy(const void *src) { const volatile uint32_t *s = (const uint32_t *) src; im tempted to either hard code the src location rather than passing it i

[tools 1/2] linker: Fix typo in symbol table generator

2023-10-16 Thread Sebastian Huber
Updates #4920. --- linkers/rtems-syms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp index c72ee55..f6b207f 100644 --- a/linkers/rtems-syms.cpp +++ b/linkers/rtems-syms.cpp @@ -142,7 +142,7 @@ static const char* c_rtl_call_bo

[tools 2/2] linkers: Print a proper 0x-hex number

2023-10-16 Thread Sebastian Huber
It is so easy in standard C++. --- linkers/rtems-syms.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp index f6b207f..88ee970 100644 --- a/linkers/rtems-syms.cpp +++ b/linkers/rtems-syms.cpp @@ -305,7 +305,8 @@ output_sym::op