Re: [U-Boot] [PATCH] arm: disable alignment fault checking with EFI_LOADER

2017-08-07 Thread Rob Clark
On Mon, Aug 7, 2017 at 9:16 AM, Alexander Graf wrote: > > >> Am 07.08.2017 um 13:19 schrieb Rob Clark : >> >> Device-path structures in UEFI are only byte aligned, which can result >> in unaligned access faults (either in u-boot or the efi payload which is >> loaded). From the UEFI spec (sect 10.

Re: [U-Boot] [PATCH] arm: disable alignment fault checking with EFI_LOADER

2017-08-07 Thread Alexander Graf
> Am 07.08.2017 um 13:19 schrieb Rob Clark : > > Device-path structures in UEFI are only byte aligned, which can result > in unaligned access faults (either in u-boot or the efi payload which is > loaded). From the UEFI spec (sect 10.3.1 in UEFI spec v2.7): > > A Device Path is a series of g

[U-Boot] [PATCH] arm: disable alignment fault checking with EFI_LOADER

2017-08-07 Thread Rob Clark
Device-path structures in UEFI are only byte aligned, which can result in unaligned access faults (either in u-boot or the efi payload which is loaded). From the UEFI spec (sect 10.3.1 in UEFI spec v2.7): A Device Path is a series of generic Device Path nodes. The first Device Path node sta