Re: [PATCH v2 06/19] ARM: mark CPU_ENDIAN_BE8 as deprecated
Linus Walleij <[email protected]> Fri, 3 Jul 2026 22:29:33 +0200
| Newsgroups | dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAD++jLmX9Kt0TJ7ZV5z6C71STSFasj+tteAuRZf1kskLPyg+8w@mail.gmail.com> |
Hi Arnd, thanks for your patch! On Wed, Jul 1, 2026 at 11:25 PM Arnd Bergmann <[email protected]> wrote: > config CPU_BIG_ENDIAN > - bool "Build big-endian kernel" > + bool "Build big-endian kernel (DEPRECATED)" I'm not so sure about this patch because it will look like IXP4XX is using a deprecated feature. The IXP4xx actually has many OpenWrt users. As mentioned on IRC I tried *very* hard to boot IXP4xx in LE mode, by adding some code to the kernel to force-switch to LE but failed: the bit in cp15 can be cleared for sure but after this the machine nevertheless stays in BE mode. If someone has done this successfully and can tell of magic tricks I'm all ears... > + depends on ARCH_MULTI_V5 || BROKEN ... but this is all fine. Yours, Linus Walleij