Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-29 Thread Bernhard Beschow
Am 29. Oktober 2022 09:29:33 UTC schrieb Daniel Henrique Barboza : > > >On 10/28/22 19:42, Philippe Mathieu-Daudé wrote: >> On 28/10/22 17:09, Daniel Henrique Barboza wrote: >>> Bernhard, >>> >>> The 32 builds aren't fancying this patch. The issue is down there: >>> >>> On 10/18/22 18:01, Bernha

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-29 Thread Daniel Henrique Barboza
On 10/28/22 19:42, Philippe Mathieu-Daudé wrote: On 28/10/22 17:09, Daniel Henrique Barboza wrote: Bernhard, The 32 builds aren't fancying this patch. The issue is down there: On 10/18/22 18:01, Bernhard Beschow wrote: Allows e500 boards to have their root file system reside on flash using

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-28 Thread Philippe Mathieu-Daudé
On 28/10/22 17:09, Daniel Henrique Barboza wrote: Bernhard, The 32 builds aren't fancying this patch. The issue is down there: On 10/18/22 18:01, Bernhard Beschow wrote: Allows e500 boards to have their root file system reside on flash using only builtin devices located in the eLBC memory regi

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-28 Thread B
Am 28. Oktober 2022 15:09:50 UTC schrieb Daniel Henrique Barboza : >Bernhard, Hi Daniel, > >The 32 builds aren't fancying this patch. The issue is down there: > >On 10/18/22 18:01, Bernhard Beschow wrote: >> Allows e500 boards to have their root file system reside on flash using >> only built

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-28 Thread Daniel Henrique Barboza
Bernhard, The 32 builds aren't fancying this patch. The issue is down there: On 10/18/22 18:01, Bernhard Beschow wrote: Allows e500 boards to have their root file system reside on flash using only builtin devices located in the eLBC memory region. Note that the flash memory area is only create

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-27 Thread Philippe Mathieu-Daudé
On 18/10/22 23:01, Bernhard Beschow wrote: Allows e500 boards to have their root file system reside on flash using only builtin devices located in the eLBC memory region. Note that the flash memory area is only created when a -pflash argument is given, and that the size is determined by the give

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-26 Thread Daniel Henrique Barboza
On 10/18/22 18:01, Bernhard Beschow wrote: Allows e500 boards to have their root file system reside on flash using only builtin devices located in the eLBC memory region. Note that the flash memory area is only created when a -pflash argument is given, and that the size is determined by the g

[PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-18 Thread Bernhard Beschow
Allows e500 boards to have their root file system reside on flash using only builtin devices located in the eLBC memory region. 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