All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Add support for the MCF54418 Coldfire
@ 2023-06-29  5:31 Jean-Michel Hautbois
  2023-06-29  5:31 ` [Buildroot] [PATCH 1/3] arch: add support for mcf54418 Colfdire Jean-Michel Hautbois
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jean-Michel Hautbois @ 2023-06-29  5:31 UTC (permalink / raw)
  To: buildroot
  Cc: Romain Naour, Giulio Benetti, Jean-Michel Hautbois,
	Thomas De Schampheleire, Thomas Petazzoni

Hi !

I have a custom board which uses a MCF54418 and I want it to use an
upstream buildroot (for all the good reasons ;-)).
From what I can tell the only Coldfire processor currently supported is
the MCF5208 which does not have a MMU.

While trying to add the processor support, I faced an issue during the
host-gcc build when the MMU configuration is selected, because it makes
it compile the multilib part.

Sadly, a commit [1] removed the GCC ARCH configuration which was used to
determine if the architecture is "m68k" or "cf". I have re-introduced
this configuration here, only for the MCF54418 case for now as I am not
sure if it is my real issue or not. What I can tell is that when I have
the BR2_USE_MMU selected, the host-gcc fails and it passes when I add
the proper architecture.

[1]: eda11417be m68k: remove BR2_GCC_TARGET_ARCH

Jean-Michel Hautbois (3):
  arch: add support for mcf54418 Colfdire
  board: add the qemu board support for mcf54418
  configs: add support for the 54418 qemu defconfig

 arch/Config.in.m68k                   |  9 +++++++++
 board/qemu/m68k-mcf54418/linux.config | 23 +++++++++++++++++++++++
 configs/qemu_m68k_mcf54418_defconfig  | 19 +++++++++++++++++++
 toolchain/Config.in                   |  1 +
 4 files changed, 52 insertions(+)
 create mode 100644 board/qemu/m68k-mcf54418/linux.config
 create mode 100644 configs/qemu_m68k_mcf54418_defconfig

-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-07-04  5:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29  5:31 [Buildroot] [PATCH 0/3] Add support for the MCF54418 Coldfire Jean-Michel Hautbois
2023-06-29  5:31 ` [Buildroot] [PATCH 1/3] arch: add support for mcf54418 Colfdire Jean-Michel Hautbois
2023-07-03 18:55   ` Yann E. MORIN
2023-07-03 20:37     ` Jean-Michel Hautbois
2023-07-04  5:24       ` Yann E. MORIN
2023-07-03 19:03   ` Yann E. MORIN
2023-06-29  5:31 ` [Buildroot] [PATCH 2/3] board: add the qemu board support for mcf54418 Jean-Michel Hautbois
2023-07-03 18:42   ` Yann E. MORIN
2023-06-29  5:31 ` [Buildroot] [PATCH 3/3] configs: add support for the 54418 qemu defconfig Jean-Michel Hautbois
2023-07-03 19:01 ` [Buildroot] [PATCH 0/3] Add support for the MCF54418 Coldfire Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.