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

2017-11-11 Thread Heinrich Schuchardt
On 11/10/2017 06:51 PM, 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 disable lapic (i.e. revert pa

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-11 Thread Andrey Yurovsky
Hi Lukasz, On Thu, Nov 9, 2017 at 2:28 PM, Lukasz Majewski wrote: > On Thu, 9 Nov 2017 07:34:44 -0800 > Andrey Yurovsky wrote: > >> On Thu, Nov 9, 2017 at 1:55 AM, Lukasz Majewski >> wrote: >> > Hi Andrey, >> > >> >> Hi Otavio, >> >> >> >> On Wed, Nov 8, 2017 at 2:47 AM, Otavio Salvador >> >>