diff options
author | Ross Burton <ross.burton@arm.com> | 2024-02-28 11:44:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-05 12:26:21 +0000 |
commit | 2f4f72fff2b642beff179530a74403fa2c608b64 (patch) | |
tree | 14cef82a3e98f307d3c4a131e9360f2541b348d9 /meta-yocto-bsp/README.hardware.md | |
parent | be10de34231d2b0081aa0ff7cbc36aef110d7fee (diff) | |
download | poky-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.md | 18 |
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 | |||
28 | The following boards are supported by the meta-yocto-bsp layer: | 28 | The 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 | ||
33 | For more information see the board's section below. The appropriate MACHINE | 34 | For more information see the board's section below. The appropriate MACHINE |
@@ -55,7 +56,8 @@ Consumer Devices | |||
55 | 56 | ||
56 | The following consumer devices are supported by the meta-yocto-bsp layer: | 57 | The 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 | ||
60 | For more information see the device's section below. The appropriate MACHINE | 62 | For more information see the device's section below. The appropriate MACHINE |
61 | variable value corresponding to the device is given in brackets. | 63 | variable 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 | ||
131 | SystemReady Arm Platforms | ||
132 | ========================= | ||
133 | |||
134 | The genericarm64 MACHINE is designed to work on standard SystemReady IR | ||
135 | compliant boards with preinstalled firmware. | ||
136 | |||
137 | The genericarm64 MACHINE is currently tested on the following platforms: | ||
138 | |||
139 | * Texas Instruments BeaglePlay | ||
140 | |||
141 | The images built are EFI bootable disk images and can be written directly to a | ||
142 | SD card for booting, for example. | ||
143 | |||
144 | |||
129 | Texas Instruments Beaglebone (beaglebone-yocto) | 145 | Texas Instruments Beaglebone (beaglebone-yocto) |
130 | =============================================== | 146 | =============================================== |
131 | 147 | ||