summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/qoriq
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-12 10:03:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-17 08:31:46 +0100
commit336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0 (patch)
tree0503645bac72262a8a18e6b5c8e21e1093ec97eb /spec/build/bsps/powerpc/qoriq
parentbuild: Add reason to test state definitions (diff)
downloadrtems-336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0.tar.bz2
build: Format build items
Use yaml.dump(data, default_flow_style=False, allow_unicode=True) with a custom representer for integer default values to format all build items.
Diffstat (limited to 'spec/build/bsps/powerpc/qoriq')
-rw-r--r--spec/build/bsps/powerpc/qoriq/optbucsr.yml2
-rw-r--r--spec/build/bsps/powerpc/qoriq/opthid0.yml2
-rw-r--r--spec/build/bsps/powerpc/qoriq/opticombegin.yml2
-rw-r--r--spec/build/bsps/powerpc/qoriq/opticomsz.yml2
-rw-r--r--spec/build/bsps/powerpc/qoriq/optmas7.yml4
-rw-r--r--spec/build/bsps/powerpc/qoriq/optmsr.yml6
-rw-r--r--spec/build/bsps/powerpc/qoriq/optspefscr.yml2
7 files changed, 10 insertions, 10 deletions
diff --git a/spec/build/bsps/powerpc/qoriq/optbucsr.yml b/spec/build/bsps/powerpc/qoriq/optbucsr.yml
index fe64767307..713902b801 100644
--- a/spec/build/bsps/powerpc/qoriq/optbucsr.yml
+++ b/spec/build/bsps/powerpc/qoriq/optbucsr.yml
@@ -7,7 +7,7 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: null
default-by-variant:
-- value: 20972033
+- value: 0x01400201
variants:
- powerpc/qoriq_e6500.*
description: |
diff --git a/spec/build/bsps/powerpc/qoriq/opthid0.yml b/spec/build/bsps/powerpc/qoriq/opthid0.yml
index c0b1a56346..e8ca7b735d 100644
--- a/spec/build/bsps/powerpc/qoriq/opthid0.yml
+++ b/spec/build/bsps/powerpc/qoriq/opthid0.yml
@@ -7,7 +7,7 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: null
default-by-variant:
-- value: 1073741824
+- value: 0x40000000
variants:
- powerpc/qoriq_e6500.*
description: |
diff --git a/spec/build/bsps/powerpc/qoriq/opticombegin.yml b/spec/build/bsps/powerpc/qoriq/opticombegin.yml
index 29dae8f4a5..9f62d83fee 100644
--- a/spec/build/bsps/powerpc/qoriq/opticombegin.yml
+++ b/spec/build/bsps/powerpc/qoriq/opticombegin.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 50331648
+default: 0x03000000
default-by-variant: []
description: |
inter-processor communication area begin
diff --git a/spec/build/bsps/powerpc/qoriq/opticomsz.yml b/spec/build/bsps/powerpc/qoriq/opticomsz.yml
index ebb977bac9..31a810d43b 100644
--- a/spec/build/bsps/powerpc/qoriq/opticomsz.yml
+++ b/spec/build/bsps/powerpc/qoriq/opticomsz.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 16777216
+default: 0x01000000
default-by-variant: []
description: |
inter-processor communication area size
diff --git a/spec/build/bsps/powerpc/qoriq/optmas7.yml b/spec/build/bsps/powerpc/qoriq/optmas7.yml
index 77ed473263..7a5c5471dd 100644
--- a/spec/build/bsps/powerpc/qoriq/optmas7.yml
+++ b/spec/build/bsps/powerpc/qoriq/optmas7.yml
@@ -5,9 +5,9 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 0
+default: 0x00000000
default-by-variant:
-- value: 15
+- value: 0x0000000f
variants:
- powerpc/qoriq_e6500.*
description: |
diff --git a/spec/build/bsps/powerpc/qoriq/optmsr.yml b/spec/build/bsps/powerpc/qoriq/optmsr.yml
index 5327f63c6f..e6c754c0ae 100644
--- a/spec/build/bsps/powerpc/qoriq/optmsr.yml
+++ b/spec/build/bsps/powerpc/qoriq/optmsr.yml
@@ -5,12 +5,12 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 33554944
+default: 0x02000200
default-by-variant:
-- value: 2181046784
+- value: 0x82002200
variants:
- powerpc/qoriq_e6500_64.*
-- value: 33563136
+- value: 0x02002200
variants:
- powerpc/qoriq_e6500_32.*
description: |
diff --git a/spec/build/bsps/powerpc/qoriq/optspefscr.yml b/spec/build/bsps/powerpc/qoriq/optspefscr.yml
index 820eef00ec..b9ccaa2bd5 100644
--- a/spec/build/bsps/powerpc/qoriq/optspefscr.yml
+++ b/spec/build/bsps/powerpc/qoriq/optspefscr.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 0
+default: 0x00000000
default-by-variant:
- value: null
variants: