linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] kconfig: add CPU endian selection beconfig and leconfig
@ 2015-11-26 19:59 Scott Branden
  2015-11-26 19:59 ` [PATCH 1/1] " Scott Branden
  0 siblings, 1 reply; 7+ messages in thread
From: Scott Branden @ 2015-11-26 19:59 UTC (permalink / raw)
  To: linux-arm-kernel

The proposed patch allows a defconfig to be changed to big or little endian
by adding "make beconfig" and "make leconfig" functionality.

This follows on from a discussion with existing arm64 builds and lack of
ability to build for a big endian defconfig as such defconfig is not in
the upstream kernel.

Discussion started on the arm mailing list:
http://www.spinics.net/lists/arm-kernel/msg462636.html

The same problem applies to various architecture families so it makes
sense to apply at a higher level as proposed.

This patchset is based on v4.4-rc1 and is available from github:

repo: https://github.com/Broadcom/arm64-linux.git

branch: kconfig-endian-v1

Scott Branden (1):
  kconfig: add CPU endian selection beconfig and leconfig

 kernel/configs/be.config |  1 +
 kernel/configs/le.config |  1 +
 scripts/kconfig/Makefile | 10 ++++++++++
 3 files changed, 12 insertions(+)
 create mode 100644 kernel/configs/be.config
 create mode 100644 kernel/configs/le.config

-- 
2.5.0

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

end of thread, other threads:[~2015-11-30 19:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 19:59 [PATCH 0/1] kconfig: add CPU endian selection beconfig and leconfig Scott Branden
2015-11-26 19:59 ` [PATCH 1/1] " Scott Branden
2015-11-27 15:59   ` Arnd Bergmann
2015-11-27 23:45     ` Scott Branden
2015-11-27 18:39   ` Florian Fainelli
2015-11-27 23:49     ` Scott Branden
2015-11-30 19:26       ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).