Re: [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-20 Thread Bin Meng
On Mon, Nov 20, 2017 at 3:07 PM, Bin Meng wrote: > On Wed, Nov 15, 2017 at 1:47 AM, Anton Gerasimov > wrote: >> ROM has been made read-only in qemu recently (namely commit >> 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores >>

Re: [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-19 Thread Bin Meng
On Wed, Nov 15, 2017 at 1:47 AM, Anton Gerasimov wrote: > ROM has been made read-only in qemu recently (namely commit > 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores > compatibility between u-boot and qemu. > > Signed-off-by: Anton Gerasimov

[U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-14 Thread Anton Gerasimov
ROM has been made read-only in qemu recently (namely commit 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores compatibility between u-boot and qemu. Signed-off-by: Anton Gerasimov --- arch/x86/cpu/qemu/Kconfig | 2 +- 1 file changed, 1 insertion(+),

Re: [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-10 Thread Tom Rini
On Fri, Nov 10, 2017 at 06:51:02PM +0100, Anton Gerasimov wrote: > ROM has been made read-only in qemu recently (namely commit > 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores > compatibility between u-boot and qemu. It is still broken for me > unless I set CONFIG_SMP=n and

[U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-10 Thread Anton Gerasimov
ROM has been made read-only in qemu recently (namely commit 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores compatibility between u-boot and qemu. It is still broken for me unless I set CONFIG_SMP=n and disable lapic (i.e. revert patch 55751ab1e5a5cfa0962d604593a7e6f33ff6 in