Re: [PATCH v2 4/4] hw/openrisc/openrisc_sim: Add support for initrd loading

2022-02-17 Thread Stafford Horne
On Thu, Feb 17, 2022 at 06:04:32PM +, Peter Maydell wrote: > On Thu, 10 Feb 2022 at 13:13, Stafford Horne wrote: > > > > The initrd passed via the command line is loaded into memory. It's > > location and size is then added to the device tree so the kernel knows > > where to find it. > > > >

Re: [PATCH v2 4/4] hw/openrisc/openrisc_sim: Add support for initrd loading

2022-02-17 Thread Peter Maydell
On Thu, 10 Feb 2022 at 13:13, Stafford Horne wrote: > > The initrd passed via the command line is loaded into memory. It's > location and size is then added to the device tree so the kernel knows > where to find it. > > Signed-off-by: Stafford Horne > --- > hw/openrisc/openrisc_sim.c | 32 +

[PATCH v2 4/4] hw/openrisc/openrisc_sim: Add support for initrd loading

2022-02-10 Thread Stafford Horne
The initrd passed via the command line is loaded into memory. It's location and size is then added to the device tree so the kernel knows where to find it. Signed-off-by: Stafford Horne --- hw/openrisc/openrisc_sim.c | 32 +++- 1 file changed, 31 insertions(+), 1 del