From 726a659eb0681c6a116d66779102b9e51194c4bd Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Tue, 24 Jun 2025 09:42:50 -0500 Subject: [PATCH] spec: Move timer interrupt unmasking option This moves the timer interrupt unmasking configuration option to make it more available to other BSPs that might need it. --- spec/build/bsps/arm/xen/bspxen.yml | 2 +- spec/build/bsps/{arm/xen => }/optgentmunmask.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spec/build/bsps/{arm/xen => }/optgentmunmask.yml (100%) diff --git a/spec/build/bsps/arm/xen/bspxen.yml b/spec/build/bsps/arm/xen/bspxen.yml index 1b3b8f34dd..21dc3f9eed 100644 --- a/spec/build/bsps/arm/xen/bspxen.yml +++ b/spec/build/bsps/arm/xen/bspxen.yml @@ -29,7 +29,7 @@ links: - role: build-dependency uid: ../optgtusevirt - role: build-dependency - uid: optgentmunmask + uid: ../../optgentmunmask - role: build-dependency uid: optloadoff - role: build-dependency diff --git a/spec/build/bsps/arm/xen/optgentmunmask.yml b/spec/build/bsps/optgentmunmask.yml similarity index 100% rename from spec/build/bsps/arm/xen/optgentmunmask.yml rename to spec/build/bsps/optgentmunmask.yml