All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] Add support for HPPA (PA-RISC)
@ 2025-05-23 17:43 Vincent Stehlé via buildroot
  2025-05-23 17:43 ` [Buildroot] [PATCH 1/5] hppa: Add new architecture Vincent Stehlé via buildroot
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Vincent Stehlé via buildroot @ 2025-05-23 17:43 UTC (permalink / raw)
  To: buildroot
  Cc: Julien Olivain, Giulio Benetti, Romain Naour, Thomas Petazzoni,
	Vincent Stehlé

Hello,

This patch series adds minimal support for a "new" architecture: HP/PA
(a.k.a. PA-RISC); one of the RISC architectures of the late 80ies.

This architecture is still well supported by gcc, Linux and some other
distros; therefore it should not be too much of a burden to support in
Buildroot.

With those patches we have enough to build and run a Linux kernel with
busybox on Qemu, which makes it easily testable. 

I plan to add support later on for running on actual hardware; the HP
9000 712 PA-RISC Workstation.

Best regards,
Vincent.


Vincent Stehlé (5):
  hppa: Add new architecture
  package/gcc: enable hppa support
  package/glibc: enable hppa support
  package/qemu: enable host-qemu hppa support
  configs/qemu_hppa_b160l: new defconfig

 DEVELOPERS                        |  4 ++++
 arch/Config.in                    | 12 ++++++++++++
 arch/Config.in.hppa               | 22 ++++++++++++++++++++++
 arch/arch.mk.hppa                 | 13 +++++++++++++
 board/qemu/hppa-b160l/readme.txt  | 31 +++++++++++++++++++++++++++++++
 configs/qemu_hppa_b160l_defconfig | 18 ++++++++++++++++++
 package/gcc/Config.in.host        |  1 +
 package/glibc/Config.in           |  1 +
 package/qemu/Config.in.host       |  1 +
 9 files changed, 103 insertions(+)
 create mode 100644 arch/Config.in.hppa
 create mode 100644 arch/arch.mk.hppa
 create mode 100644 board/qemu/hppa-b160l/readme.txt
 create mode 100644 configs/qemu_hppa_b160l_defconfig

-- 
2.47.2

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

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

end of thread, other threads:[~2025-06-01 13:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 17:43 [Buildroot] [PATCH 0/5] Add support for HPPA (PA-RISC) Vincent Stehlé via buildroot
2025-05-23 17:43 ` [Buildroot] [PATCH 1/5] hppa: Add new architecture Vincent Stehlé via buildroot
2025-05-23 20:42   ` Romain Naour via buildroot
2025-05-23 17:43 ` [Buildroot] [PATCH 2/5] package/gcc: enable hppa support Vincent Stehlé via buildroot
2025-05-23 20:43   ` Romain Naour via buildroot
2025-05-23 17:43 ` [Buildroot] [PATCH 3/5] package/glibc: " Vincent Stehlé via buildroot
2025-05-23 20:45   ` Romain Naour via buildroot
2025-05-23 17:43 ` [Buildroot] [PATCH 4/5] package/qemu: enable host-qemu " Vincent Stehlé via buildroot
2025-05-23 20:49   ` Romain Naour via buildroot
2025-05-23 17:43 ` [Buildroot] [PATCH 5/5] configs/qemu_hppa_b160l: new defconfig Vincent Stehlé via buildroot
2025-05-23 20:53   ` Romain Naour via buildroot
2025-06-01 12:59     ` Vincent Stehlé via buildroot
2025-05-23 17:49 ` [Buildroot] [PATCH 2/5] package/gcc: enable hppa support Vincent Stehlé via buildroot
2025-05-23 17:49 ` [Buildroot] [PATCH 5/5] configs/qemu_hppa_b160l: new defconfig Vincent Stehlé via buildroot
2025-05-30 20:04 ` [Buildroot] [PATCH 0/5] Add support for HPPA (PA-RISC) Thomas Petazzoni via buildroot
2025-06-01 13:23   ` Vincent Stehlé via buildroot

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.