mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -5,6 +5,7 @@ CONFIG_SMP=y
|
||||
CONFIG_HYPERVISOR_GUEST=y
|
||||
CONFIG_PARAVIRT=y
|
||||
CONFIG_EFI=y
|
||||
CONFIG_EFI_STUB=y
|
||||
CONFIG_NET=y
|
||||
CONFIG_PACKET=y
|
||||
CONFIG_UNIX=y
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 3ab7e90d6fc3364815ad7770d7aa7af9cfd68edde43da7123f5f38f80e034c44 arm-trusted-firmware-lts-v2.12.1-git4.tar.gz
|
||||
sha256 b2c79635797bafcde84c6edadadde290b9d5e05deb3ea16a847210fd2ca83669 docs/license.rst
|
||||
7
board/pine64/pine64/patches/linux/linux.hash
Normal file
7
board/pine64/pine64/patches/linux/linux.hash
Normal file
@@ -0,0 +1,7 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 067dadd445578284ea6158f312f7970d8940fed3e094dbe49cff66d188d3bda4 linux-6.18.32.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
sha256 8780e78a1a737e127f25a65f6d95269bffd36158dc261114de7859b490bfc5aa LICENSES/preferred/GPL-2.0
|
||||
sha256 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f LICENSES/exceptions/Linux-syscall-note
|
||||
3
board/pine64/pine64/patches/uboot/uboot.hash
Normal file
3
board/pine64/pine64/patches/uboot/uboot.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd u-boot-2026.04.tar.bz2
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt
|
||||
2
board/pine64/pinecube/patches/linux/linux.hash
Normal file
2
board/pine64/pinecube/patches/linux/linux.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 6f16ff302599f6fe34742890322cf0775703105fbd8767449682fca6af0fb782 linux-6.18.33.tar.xz
|
||||
2
board/pine64/pinecube/patches/uboot/uboot.hash
Normal file
2
board/pine64/pinecube/patches/uboot/uboot.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd u-boot-2026.04.tar.bz2
|
||||
14
board/qemu/ppc64le-powernv10/readme.txt
Normal file
14
board/qemu/ppc64le-powernv10/readme.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Run the emulation with:
|
||||
|
||||
qemu-system-ppc64 \
|
||||
-M powernv10 \
|
||||
-kernel output/images/vmlinux \
|
||||
-append "console=hvc0 rootwait root=/dev/nvme0n1" \
|
||||
-device nvme,bus=pcie.3,addr=0x0,drive=drive0,serial=1234 \
|
||||
-drive file=output/images/rootfs.ext2,if=none,id=drive0,format=raw,cache=none \
|
||||
-device e1000e,netdev=net0,mac=C0:FF:EE:00:01:03,bus=pcie.1,addr=0x0 \
|
||||
-netdev user,id=net0 \
|
||||
-serial mon:stdio \
|
||||
-nographic # qemu_ppc64le_powernv10_defconfig
|
||||
|
||||
The login prompt will appear in the terminal window.
|
||||
14
board/qemu/ppc64le-powernv11/readme.txt
Normal file
14
board/qemu/ppc64le-powernv11/readme.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Run the emulation with:
|
||||
|
||||
qemu-system-ppc64 \
|
||||
-M powernv11 \
|
||||
-kernel output/images/vmlinux \
|
||||
-append "console=hvc0 rootwait root=/dev/nvme0n1" \
|
||||
-device nvme,bus=pcie.3,addr=0x0,drive=drive0,serial=1234 \
|
||||
-drive file=output/images/rootfs.ext2,if=none,id=drive0,format=raw,cache=none \
|
||||
-device e1000e,netdev=net0,mac=C0:FF:EE:00:01:03,bus=pcie.1,addr=0x0 \
|
||||
-netdev user,id=net0 \
|
||||
-serial mon:stdio \
|
||||
-nographic # qemu_ppc64le_powernv11_defconfig
|
||||
|
||||
The login prompt will appear in the terminal window.
|
||||
Reference in New Issue
Block a user