diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-04-05 16:12:30 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-12 13:15:01 -0700 |
| commit | 1dfd063eb7f1e98b55468b3de34171f1995bd3f7 (patch) | |
| tree | ab8d06afbb905529dbb70db82e145208c7ec528a /meta-xilinx-core/recipes-core | |
| parent | 5db2df9a364b9fee7402c0bf0e2eaa2ecd7bee48 (diff) | |
| download | meta-xilinx-1dfd063eb7f1e98b55468b3de34171f1995bd3f7.tar.gz | |
core-image-ptest: Define correct default memory configurations
Various AMD/Xilinx platforms will fail to start, unless the correct
amounts of memory are specified. The default OE ptests will try to
limit memory used, but this will cause boot failures with
qemu-xilinx.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-core')
| -rw-r--r-- | meta-xilinx-core/recipes-core/images/core-image-ptest-all.bbappend (renamed from meta-xilinx-core/recipes-core/images/core-image-ptest-all.bbppend) | 0 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-core/images/core-image-ptest.bbappend | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-core/images/core-image-ptest-all.bbppend b/meta-xilinx-core/recipes-core/images/core-image-ptest-all.bbappend index fd3a3c11..fd3a3c11 100644 --- a/meta-xilinx-core/recipes-core/images/core-image-ptest-all.bbppend +++ b/meta-xilinx-core/recipes-core/images/core-image-ptest-all.bbappend | |||
diff --git a/meta-xilinx-core/recipes-core/images/core-image-ptest.bbappend b/meta-xilinx-core/recipes-core/images/core-image-ptest.bbappend new file mode 100644 index 00000000..fd3a3c11 --- /dev/null +++ b/meta-xilinx-core/recipes-core/images/core-image-ptest.bbappend | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # Minimum board memory required for each type | ||
| 2 | QB_MEM:microblaze = "-m 2G" | ||
| 3 | QB_MEM:zynq = "-m 1G" | ||
| 4 | QB_MEM:zynqmp = "-m 4G" | ||
| 5 | QB_MEM:versal = "-m 16G" | ||
