Re: [PATCH 0/2] platform/chrome: Prevent build for big-endian systems
From: Tzung-Bi Shih
Date: Mon Jun 01 2026 - 23:19:57 EST
On Sun, May 31, 2026 at 03:20:14PM +0200, Thomas Weißschuh wrote:
> Both ARM and ARM64 which are a dependency for CHROME_PLATFORMS have
> seldomly used big-endian variants.
>
> The ChromeOS EC framework and drivers are written under the assumption
> that they will be running on a little-endian systems. Code which would
> be broken on big-endian can be found trivially.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next
[1/2] platform/chrome: Remove superfluous dependencies from CROS_EC
commit: 6b81cbaf36f4a4735c1bf2bb609c8e53e2d5706a
[2/2] platform/chrome: Prevent build for big-endian systems
commit: 883f968dcbb08a155101e3a943557530d4ac0463
Thanks!