Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-25 Thread Peter Maydell
On Thu, 24 Oct 2019 at 20:46, Philippe Mathieu-Daudé wrote: > In my patches I stop using system_memory, each CPU use its > own AS view on the GPU AXI bus. That seems an odd thing to do -- is there really no common baseline view of the physical address space that the CPUs all share ? thanks --

Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-24 Thread Philippe Mathieu-Daudé
On 10/24/19 5:31 PM, Peter Maydell wrote: On Thu, 24 Oct 2019 at 14:42, Peter Maydell wrote: On Sun, 20 Oct 2019 at 00:47, Philippe Mathieu-Daudé wrote: Since v2: - fixed issue in videocore address space - allow to start with some cores OFF (to boot firmwares) - add proof-of-concept test

Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-24 Thread Peter Maydell
On Thu, 24 Oct 2019 at 14:42, Peter Maydell wrote: > > On Sun, 20 Oct 2019 at 00:47, Philippe Mathieu-Daudé wrote: > > > > Since v2: > > - fixed issue in videocore address space > > - allow to start with some cores OFF (to boot firmwares) > > - add proof-of-concept test for '-smp cores=1' and

Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-24 Thread Philippe Mathieu-Daudé
On 10/24/19 3:49 PM, Peter Maydell wrote: On Thu, 24 Oct 2019 at 14:46, Philippe Mathieu-Daudé wrote: On 10/24/19 3:42 PM, Peter Maydell wrote: On Sun, 20 Oct 2019 at 00:47, Philippe Mathieu-Daudé wrote: Since v2: - fixed issue in videocore address space - allow to start with some cores

Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-24 Thread Peter Maydell
On Thu, 24 Oct 2019 at 14:46, Philippe Mathieu-Daudé wrote: > > On 10/24/19 3:42 PM, Peter Maydell wrote: > > On Sun, 20 Oct 2019 at 00:47, Philippe Mathieu-Daudé > > wrote: > >> > >> Since v2: > >> - fixed issue in videocore address space > >> - allow to start with some cores OFF (to boot

Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-24 Thread Philippe Mathieu-Daudé
On 10/24/19 3:42 PM, Peter Maydell wrote: On Sun, 20 Oct 2019 at 00:47, Philippe Mathieu-Daudé wrote: Since v2: - fixed issue in videocore address space - allow to start with some cores OFF (to boot firmwares) - add proof-of-concept test for '-smp cores=1' and U-boot - fixed my email setup

Re: [PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-24 Thread Peter Maydell
On Sun, 20 Oct 2019 at 00:47, Philippe Mathieu-Daudé wrote: > > Since v2: > - fixed issue in videocore address space > - allow to start with some cores OFF (to boot firmwares) > - add proof-of-concept test for '-smp cores=1' and U-boot > - fixed my email setup > > Previous cover: > > Hi, > > Some

[PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot

2019-10-19 Thread Philippe Mathieu-Daudé
Since v2: - fixed issue in videocore address space - allow to start with some cores OFF (to boot firmwares) - add proof-of-concept test for '-smp cores=1' and U-boot - fixed my email setup Previous cover: Hi, Some patches from v1 are already merged. This v2 addresses the review comment from v1,