summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/README.hardware.md
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-02-28 11:44:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 12:26:21 +0000
commit2f4f72fff2b642beff179530a74403fa2c608b64 (patch)
tree14cef82a3e98f307d3c4a131e9360f2541b348d9 /meta-yocto-bsp/README.hardware.md
parentbe10de34231d2b0081aa0ff7cbc36aef110d7fee (diff)
downloadpoky-2f4f72fff2b642beff179530a74403fa2c608b64.tar.gz
Add genericarm64 MACHINE
This is a new 64-bit "generic" Arm machine, that expects the hardware to be SystemReady IR compatible. (From meta-yocto rev: 68de209f58917d8e7108caacfefc55bbe0e0c5a2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/README.hardware.md')
-rw-r--r--meta-yocto-bsp/README.hardware.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index a8f38cb21a..bb8f57913f 100644
--- a/meta-yocto-bsp/README.hardware.md
+++ b/meta-yocto-bsp/README.hardware.md
@@ -28,6 +28,7 @@ Hardware Reference Boards
28The following boards are supported by the meta-yocto-bsp layer: 28The following boards are supported by the meta-yocto-bsp layer:
29 29
30 * Texas Instruments Beaglebone (beaglebone-yocto) 30 * Texas Instruments Beaglebone (beaglebone-yocto)
31 * General 64-bit Arm SystemReady platforms (genericarm64)
31 * General IA platforms (genericx86 and genericx86-64) 32 * General IA platforms (genericx86 and genericx86-64)
32 33
33For more information see the board's section below. The appropriate MACHINE 34For more information see the board's section below. The appropriate MACHINE
@@ -55,7 +56,8 @@ Consumer Devices
55 56
56The following consumer devices are supported by the meta-yocto-bsp layer: 57The following consumer devices are supported by the meta-yocto-bsp layer:
57 58
58 * Intel x86 based PCs and devices (genericx86) 59 * Arm-based SystemReady devices (genericarm64)
60 * Intel x86 based PCs and devices (genericx86 and genericx86-64)
59 61
60For more information see the device's section below. The appropriate MACHINE 62For more information see the device's section below. The appropriate MACHINE
61variable value corresponding to the device is given in brackets. 63variable value corresponding to the device is given in brackets.
@@ -126,6 +128,20 @@ USB Device:
126 dd command to write the image to a USB stick. 128 dd command to write the image to a USB stick.
127 129
128 130
131SystemReady Arm Platforms
132=========================
133
134The genericarm64 MACHINE is designed to work on standard SystemReady IR
135compliant boards with preinstalled firmware.
136
137The genericarm64 MACHINE is currently tested on the following platforms:
138
139 * Texas Instruments BeaglePlay
140
141The images built are EFI bootable disk images and can be written directly to a
142SD card for booting, for example.
143
144
129Texas Instruments Beaglebone (beaglebone-yocto) 145Texas Instruments Beaglebone (beaglebone-yocto)
130=============================================== 146===============================================
131 147