From mboxrd@z Thu Jan 1 00:00:00 1970 From: jcm@redhat.com (Jon Masters) Date: Tue, 15 Dec 2015 10:36:58 -0500 Subject: [Linaro-acpi] Touching the initrd before paging_init In-Reply-To: References: <566D3090.9090509@redhat.com> <20151213165942.GN25034@bivouac.eciton.net> <23071B8C-D1F9-47A6-9DB4-B26842150B76@redhat.com> <566DEB04.2030806@redhat.com> <566DEED6.3010704@redhat.com> Message-ID: <5670339A.7060307@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/15/2015 06:19 AM, G Gregory wrote: > Tried it, results were not great :-( > > set root='hd0,gpt2' > insmod acpi > acpi /DSDT.aml > linux /Image-leg earlycon=pl011,0xe1010000 console=ttyAMA0 acpi=force root > =/dev/sda2 > [ 0.000000] PC is at setup_arch+0xfc/0x564 > [ 0.000000] LR is at setup_arch+0xf8/0x564 So we unmask SError in setup_arch, which happens now later enough that it'll come out of the UART where you can see it. However there are still occasions on some of these early platforms where an unhandled SError can exist as GRUB exits. I have seen that a number of times on Seattle if there's a pending error from one of the IO IP blocks on the SoC You might need a firmware update, but can you also confirm that this happened reproducibly? Jon.