Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-20 Thread Mark Kettenis
> X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM,T_DKIM_INVALID > autolearn=unavailable autolearn_force=no version=3.4.0 > From: Heinrich Schuchardt > Date: Tue, 19 Nov 2019 19:44:47 +0100 > Content-Language: en-US > Cc: U-Boot Mailing List , > Alexander Graf > Conten

Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-20 Thread Linus Walleij
On Tue, Nov 19, 2019 at 7:44 PM Heinrich Schuchardt wrote: > Tom suggested to disable UEFI by default on ARM11 to reduce the size of > the U-Boot binary. This would concern the following boards: (...) > integratorcp_cm1136_defconfig That's fine to go without UEFI. Yours, Linus Walleij _

Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-20 Thread Matthias Brugger
On 19/11/2019 19:44, Heinrich Schuchardt wrote: > Dear maintainers, > > "Pull request for UEFI sub-system for efi-2020-01-rc4" disables the UEFI > sub-system for all boards except ARMv8, ARMv7, ARM11. This is necessary > as UEFI requires support for unaligned access. For ARM11 a function is > pr

Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-19 Thread Maksym Sloyko
On Tue, Nov 19, 2019 at 10:44 AM Heinrich Schuchardt wrote: > Dear maintainers, > > "Pull request for UEFI sub-system for efi-2020-01-rc4" disables the UEFI > sub-system for all boards except ARMv8, ARMv7, ARM11. This is necessary > as UEFI requires support for unaligned access. For ARM11 a funct

Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-19 Thread Fabio Estevam
Hi Heinrich, On Tue, Nov 19, 2019 at 5:38 PM Heinrich Schuchardt wrote: > I tried to build mx35pdk_defconfig and mx35pdk_defconfig. I got an error > > unrecognized -march target: armv5 > > Why is U-Boot built with -march=armv5 on ARM1136 and ARM1176 though they > are armv6? > > arch/arm/Makefile

Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-19 Thread Heinrich Schuchardt
On 11/19/19 8:17 PM, Fabio Estevam wrote: Hi Heinrich, On Tue, Nov 19, 2019 at 3:46 PM Heinrich Schuchardt wrote: mx31pdk_defconfig mx35pdk_defconfig No problem on disabling UEFI for the mx31/mx35 boards. Hello Fabio, thanks for the swift reply. https://git.kontron-electronics.de/linux/

Re: [U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-19 Thread Fabio Estevam
Hi Heinrich, On Tue, Nov 19, 2019 at 3:46 PM Heinrich Schuchardt wrote: > mx31pdk_defconfig > mx35pdk_defconfig No problem on disabling UEFI for the mx31/mx35 boards. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] Should UEFI be disabled on ARM11 boards by default?

2019-11-19 Thread Heinrich Schuchardt
Dear maintainers, "Pull request for UEFI sub-system for efi-2020-01-rc4" disables the UEFI sub-system for all boards except ARMv8, ARMv7, ARM11. This is necessary as UEFI requires support for unaligned access. For ARM11 a function is provided to switch unaligned access support on. Tom suggested