Chrome platform driver development
 help / color / mirror / Atom feed
* [PATCH 0/2] platform/chrome: Prevent build for big-endian systems
@ 2026-05-31 13:20 Thomas Weißschuh
  2026-05-31 13:20 ` [PATCH 1/2] platform/chrome: Remove superfluous dependencies from CROS_EC Thomas Weißschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Weißschuh @ 2026-05-31 13:20 UTC (permalink / raw)
  To: Benson Leung, Tzung-Bi Shih
  Cc: chrome-platform, linux-kernel, Thomas Weißschuh

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.

Prevent the build for big-endian systems.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      platform/chrome: Remove superfluous dependencies from CROS_EC
      platform/chrome: Prevent build for big-endian systems

 drivers/platform/chrome/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
base-commit: 4178de898c341e6c259851a2be1c7649ac4f40ad
change-id: 20260530-cros-big-endian-86f8df2db678

Best regards,
--  
Thomas Weißschuh <linux@weissschuh.net>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-02  3:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-31 13:20 [PATCH 0/2] platform/chrome: Prevent build for big-endian systems Thomas Weißschuh
2026-05-31 13:20 ` [PATCH 1/2] platform/chrome: Remove superfluous dependencies from CROS_EC Thomas Weißschuh
2026-05-31 13:20 ` [PATCH 2/2] platform/chrome: Prevent build for big-endian systems Thomas Weißschuh
2026-06-02  3:17 ` [PATCH 0/2] " Tzung-Bi Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox