Re: device tree loading from uboot.

2023-10-19 Thread Kinsey Moore
On Mon, Oct 16, 2023 at 11:19 AM Sam Price wrote: > 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

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