Re: [PATCH-for-5.1] hw/misc/milkymist-pfpu: Fix pFPU region size

2020-09-01 Thread Philippe Mathieu-Daudé
On 9/1/20 8:57 AM, Laurent Vivier wrote: > Le 19/07/2020 à 19:23, Michael Walle a écrit : >> Hi Philippe, >> >> Am 2020-07-18 11:37, schrieb Philippe Mathieu-Daudé: >>> The last microcode word (address 0x6000.6ffc) is not reachable. >>> Correct the programmable FPU I/O size (which is 4 KiB) to be >

Re: [PATCH-for-5.1] hw/misc/milkymist-pfpu: Fix pFPU region size

2020-08-31 Thread Laurent Vivier
Le 19/07/2020 à 19:23, Michael Walle a écrit : > Hi Philippe, > > Am 2020-07-18 11:37, schrieb Philippe Mathieu-Daudé: >> The last microcode word (address 0x6000.6ffc) is not reachable. >> Correct the programmable FPU I/O size (which is 4 KiB) to be >> able to use all the microcode area. >> >> Sig

Re: [PATCH-for-5.1] hw/misc/milkymist-pfpu: Fix pFPU region size

2020-07-19 Thread Michael Walle
Hi Philippe, Am 2020-07-18 11:37, schrieb Philippe Mathieu-Daudé: The last microcode word (address 0x6000.6ffc) is not reachable. Correct the programmable FPU I/O size (which is 4 KiB) to be able to use all the microcode area. Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/milkymist-pfpu.c

[PATCH-for-5.1] hw/misc/milkymist-pfpu: Fix pFPU region size

2020-07-18 Thread Philippe Mathieu-Daudé
The last microcode word (address 0x6000.6ffc) is not reachable. Correct the programmable FPU I/O size (which is 4 KiB) to be able to use all the microcode area. Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/milkymist-pfpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/