[PATCH v1 0/6] RISC-V: Add more machine memory

2019-09-19 Thread Alistair Francis
This series aims to improve the use of QEMU for developing boot code. It does a few things: - sifive_u machine: - Adds a chunk of memory in the Flash area. This allows boot loaders to use this memory. I can't find details on the QSPI flash used on the real board, so this is the best bet

Re: [PATCH v1 0/6] RISC-V: Add more machine memory

2019-09-20 Thread Palmer Dabbelt
On Thu, 19 Sep 2019 15:24:51 PDT (-0700), Alistair Francis wrote: This series aims to improve the use of QEMU for developing boot code. It does a few things: - sifive_u machine: - Adds a chunk of memory in the Flash area. This allows boot loaders to use this memory. I can't find details o