Re: [PATCH 07/11] hw/ppc/e500: Implement pflash handling

2022-10-03 Thread B
Am 16. September 2022 17:05:13 UTC schrieb Bernhard Beschow : >Am 16. September 2022 15:00:06 UTC schrieb Bin Meng : >>On Thu, Sep 15, 2022 at 11:36 PM Bernhard Beschow wrote: >>> >>> Allows e500 boards to have their root file system reside on flash using >>> only builtin devices. >>> >>> Note

Re: [PATCH 07/11] hw/ppc/e500: Implement pflash handling

2022-09-16 Thread Bernhard Beschow
Am 16. September 2022 15:00:06 UTC schrieb Bin Meng : >On Thu, Sep 15, 2022 at 11:36 PM Bernhard Beschow wrote: >> >> Allows e500 boards to have their root file system reside on flash using >> only builtin devices. >> >> Note that the flash memory area is only created when a -pflash argument is >>

Re: [PATCH 07/11] hw/ppc/e500: Implement pflash handling

2022-09-16 Thread Bin Meng
On Thu, Sep 15, 2022 at 11:36 PM Bernhard Beschow wrote: > > Allows e500 boards to have their root file system reside on flash using > only builtin devices. > > Note that the flash memory area is only created when a -pflash argument is > given, and that the size is determined by the given file. Th

[PATCH 07/11] hw/ppc/e500: Implement pflash handling

2022-09-15 Thread Bernhard Beschow
Allows e500 boards to have their root file system reside on flash using only builtin devices. Note that the flash memory area is only created when a -pflash argument is given, and that the size is determined by the given file. The idea is to put users into control. Signed-off-by: Bernhard Beschow