All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Chestnykh <dm.chestnykh@gmail.com>
To: buildroot@buildroot.org
Cc: Dmitry Chestnykh <dm.chestnykh@gmail.com>
Subject: [Buildroot] [PATCH v3] configs/qemu_sparc_ss10_defconfig: Re-introduce.
Date: Tue,  7 May 2024 07:15:48 +0300	[thread overview]
Message-ID: <20240507041548.382997-1-dm.chestnykh@gmail.com> (raw)

- With uClibc-ng-1.0.48 we can restore this config
because uClibc-ng was provided the fix for SPARC.
- The instructions in board/qemu/sparc-ss10/readme.txt
are still valid without any corrections.
The system boots properly ang the login prompt appears.

Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
---
v2 -> v3:
- The first two patches are merged.
- It has been checked and it is written in commit message
that the instructions in board/qemu/sparc-ss10/readme.txt don't require changes.
- Add myself to DEVELOPERS for board/qemu/sparc-ss10/ and defconfig.
---
 DEVELOPERS                        |  4 ++++
 configs/qemu_sparc_ss10_defconfig | 28 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 configs/qemu_sparc_ss10_defconfig

diff --git a/DEVELOPERS b/DEVELOPERS
index 1c5ad1e42a..4bd6c58d4a 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3343,3 +3343,7 @@ F:	package/quazip/
 F:	package/shapelib/
 F:	package/simple-mail/
 F:	package/tinc/
+
+N:	Dmitry Chestnykh <dm.chestnykh@gmail.com>
+F:	board/qemu/sparc-ss10/
+F:	configs/qemu_sparc_ss10_defconfig
diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig
new file mode 100644
index 0000000000..a8e3df9180
--- /dev/null
+++ b/configs/qemu_sparc_ss10_defconfig
@@ -0,0 +1,28 @@
+# Architecture
+BR2_sparc=y
+BR2_sparc_v8=y
+
+# System
+BR2_SYSTEM_DHCP="eth0"
+
+# Filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
+
+# Image
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
+
+# Linux headers same as kernel
+BR2_PACKAGE_HOST_LINUX_HEADERS_AS_KERNEL=y
+
+# Linux kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.8.6"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sparc-ss10/linux.config"
+
+# host-qemu for gitlab testing
+BR2_PACKAGE_HOST_QEMU=y
+BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
-- 
2.45.0

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

             reply	other threads:[~2024-05-07  4:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07  4:15 Dmitry Chestnykh [this message]
2024-05-07  7:14 ` [Buildroot] [PATCH v3] configs/qemu_sparc_ss10_defconfig: Re-introduce Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240507041548.382997-1-dm.chestnykh@gmail.com \
    --to=dm.chestnykh@gmail.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.