Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v4 0/4] Support Andes SPI_burn tool
@ 2024-09-25  7:21 Yu Chien Peter Lin via buildroot
  2024-09-25  7:21 ` [Buildroot] [PATCH v4 1/4] package/andes-spi-burn: new package Yu Chien Peter Lin via buildroot
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yu Chien Peter Lin via buildroot @ 2024-09-25  7:21 UTC (permalink / raw)
  To: buildroot; +Cc: tim609, Yu Chien Peter Lin, ycliang, Thomas Petazzoni

This series adds support for Andes SPI_burn tool that can be used to
update flash memory for U-Boot and OpenSBI development.

Changes v1->v2:
- Add documentation in the readme.txt
Changes v2->v3:
- Resolve comments on v2 patches: https://patchwork.ozlabs.org/project/buildroot/patch/20240904051609.2871616-2-peterlin@andestech.com/
  - Fix indentation of the help text
  - Add LICENSE file
  - Rename downloaded zip file with package version
  - Do not `make clean` before compiling
  - Add links for ICEman & AICE in andes/ae350/readme.txt
Changes v3->v4:
- Migrate to a GitHub repository where hosts the source code of SPI_burn
- Fix alphabetic order in DEVELOPERS

Yu-Chien Peter Lin (4):
  package/andes-spi-burn: new package
  configs/andes_ae350_45: Enable host-andes-spi-burn
  board/andes/ae350: uboot.config.fragment: Support loading U-Boot on
    RAM
  board/andes/ae350: readme.txt: Add SPI_burn tool instructions

 DEVELOPERS                                 |  1 +
 board/andes/ae350/readme.txt               | 43 ++++++++++++++++++++++
 board/andes/ae350/uboot.config.fragment    |  1 -
 configs/andes_ae350_45_defconfig           |  1 +
 package/Config.in.host                     |  1 +
 package/andes-spi-burn/Config.in.host      |  8 ++++
 package/andes-spi-burn/andes-spi-burn.hash |  3 ++
 package/andes-spi-burn/andes-spi-burn.mk   | 20 ++++++++++
 8 files changed, 77 insertions(+), 1 deletion(-)
 create mode 100644 package/andes-spi-burn/Config.in.host
 create mode 100644 package/andes-spi-burn/andes-spi-burn.hash
 create mode 100644 package/andes-spi-burn/andes-spi-burn.mk

-- 
2.34.1

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

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

end of thread, other threads:[~2024-11-12 20:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25  7:21 [Buildroot] [PATCH v4 0/4] Support Andes SPI_burn tool Yu Chien Peter Lin via buildroot
2024-09-25  7:21 ` [Buildroot] [PATCH v4 1/4] package/andes-spi-burn: new package Yu Chien Peter Lin via buildroot
2024-11-12 20:15   ` Peter Korsgaard
2024-09-25  7:21 ` [Buildroot] [PATCH v4 2/4] configs/andes_ae350_45: Enable host-andes-spi-burn Yu Chien Peter Lin via buildroot
2024-09-25  7:21 ` [Buildroot] [PATCH v4 3/4] board/andes/ae350: uboot.config.fragment: Support loading U-Boot on RAM Yu Chien Peter Lin via buildroot
2024-09-25  7:21 ` [Buildroot] [PATCH v4 4/4] board/andes/ae350: readme.txt: Add SPI_burn tool instructions Yu Chien Peter Lin via buildroot
2024-10-26 20:03 ` [Buildroot] [PATCH v4 0/4] Support Andes SPI_burn tool Thomas Petazzoni via buildroot

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