aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/conf/machine/v1000.conf
AgeCommit message (Collapse)Author
2022-10-10bsp: drop unsupported configurationsZhaolong Zhang
Signed-off-by: Zhaolong Zhang <zhaolong.zhang@windriver.com>
2021-08-29machines: use the new amd64 based zen arch specific compiler tuningsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-04-26v1000: enable amd-feature-networking to support dpdk and ipsecArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2021-03-30bsp: add machine config for v1000 platform based on amdx86.incArsalan H. Awan
This adds machine file for v1000 with no graphics/vga support. Only serial console is supported. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-12-14meta-amd-bsp: remove unsupported codeArsalan H. Awan
This removes all the unsupported bsps and recipes. We can bring back bsps and/or recipes when needed. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21vulkan: rename to vulkan-loader to fulfill gstreamer dependsArsalan H. Awan
This is also being renamed to align with upstream yocto naming of this recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21v1000/kernel: move to linux-yocto v5.4.2Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-23v1000: upgrade to kernel v4.19.8 from v4.14.71Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000/rgp: upgrade from v1.3.1 to v1.5.1Arsalan H. Awan
Makes v1000 to use the newer v1.5.1 recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000/rgp: mv from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGSArsalan H. Awan
This moves rgp from VULKAN_PKGS to AMD_FEATURE_DEBUG_PROFILE_PKGS and enables amd-feature-debug-profile for v1000. rgp will be installed only if INCLUDE_VULKAN = "yes" as rgp only works with vulkan apps. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-22v1000: enable graphics and multimedia featuresArsalan H. Awan
This enables the EXTRA_IMAGE_FEATURES amd-feature-graphics and amd-feature-multimedia for v1000 bsp. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-10-06bsp/machine.confs: change SERIAL_CONSOLES ?= to = to make it effectiveArsalan H. Awan
This changes the loose assignment of SERIAL_CONSOLES ?= "115200;ttyS4 115200;ttyS5" to SERIAL_CONSOLES = "115200;ttyS4 115200;ttyS5" otherwise these definitions don't end up in /etc/securetty and as a result the root user is unable to login via serial console. INTAMDDET-2758 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-02meta-amd-bsp/machine.confs: remove MEL ADE configsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move rgp recipes here from r1000 & v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28v1000: move machine/bsp configurations to meta-amd-bsp layerArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>