All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add support for the HiFive Unmatched board
@ 2025-03-23 17:28 Francois Dugast
  2025-03-23 17:28 ` [Buildroot] [PATCH 1/2] configs/hifive_unleashed: extract common configuration Francois Dugast
  2025-03-23 17:28 ` [Buildroot] [PATCH 2/2] configs/hifive_unmatched: new board Francois Dugast
  0 siblings, 2 replies; 5+ messages in thread
From: Francois Dugast @ 2025-03-23 17:28 UTC (permalink / raw)
  To: buildroot; +Cc: Alistair Francis, Thomas Petazzoni, Francois Dugast

Hi,

This is an updated version of the previous series [1] to add support
for the HiFive Unmatched board based on mainline kernel and u-boot.

Cheers,
Francois

[1] https://lore.kernel.org/buildroot/20240617201232.1804524-1-francois.dugast.foss@gmail.com/

Francois Dugast (2):
  configs/hifive_unleashed: extract common configuration
  configs/hifive_unmatched: new board

 .../genimage_sdcard.cfg                       |   0
 .../genimage_spi-nor.cfg                      |   0
 .../linux.config.fragment                     |   0
 .../post-build.sh                             |   0
 board/sifive/hifive-unleashed/readme.txt      |   2 +-
 board/sifive/hifive-unmatched/boot.cmd        |   4 +
 board/sifive/hifive-unmatched/readme.txt      | 100 ++++++++++++++++++
 configs/hifive_unleashed_defconfig            |   6 +-
 configs/hifive_unmatched_defconfig            |  38 +++++++
 9 files changed, 146 insertions(+), 4 deletions(-)
 rename board/sifive/{hifive-unleashed => common}/genimage_sdcard.cfg (100%)
 rename board/sifive/{hifive-unleashed => common}/genimage_spi-nor.cfg (100%)
 rename board/sifive/{hifive-unleashed => common}/linux.config.fragment (100%)
 rename board/sifive/{hifive-unleashed => common}/post-build.sh (100%)
 create mode 100644 board/sifive/hifive-unmatched/boot.cmd
 create mode 100644 board/sifive/hifive-unmatched/readme.txt
 create mode 100644 configs/hifive_unmatched_defconfig

-- 
2.39.5

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

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

end of thread, other threads:[~2025-03-26 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-23 17:28 [Buildroot] [PATCH 0/2] Add support for the HiFive Unmatched board Francois Dugast
2025-03-23 17:28 ` [Buildroot] [PATCH 1/2] configs/hifive_unleashed: extract common configuration Francois Dugast
2025-03-26 20:32   ` Julien Olivain
2025-03-23 17:28 ` [Buildroot] [PATCH 2/2] configs/hifive_unmatched: new board Francois Dugast
2025-03-26 20:57   ` Julien Olivain

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.