summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc
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
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')
-rw-r--r--spec/build/bsps/powerpc/gen5200/optgpiomsk.yml4
-rw-r--r--spec/build/bsps/powerpc/gen5200/optgpioval.yml4
-rw-r--r--spec/build/bsps/powerpc/gen5200/optuartmsk.yml8
-rw-r--r--spec/build/bsps/powerpc/gen83xx/optnet0phy.yml6
-rw-r--r--spec/build/bsps/powerpc/psim/optvecbase.yml2
-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
-rw-r--r--spec/build/bsps/powerpc/ss555/optwdgtimeout.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex/optfastramlen.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex/optfastramorg.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex/optramlen.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex/optramorg.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex/optresetlen.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex/optresetorg.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex4/optvecbase.yml2
-rw-r--r--spec/build/bsps/powerpc/virtex5/optvecbase.yml2
21 files changed, 31 insertions, 31 deletions
diff --git a/spec/build/bsps/powerpc/gen5200/optgpiomsk.yml b/spec/build/bsps/powerpc/gen5200/optgpiomsk.yml
index c39ec0ce43..7c05efb92c 100644
--- a/spec/build/bsps/powerpc/gen5200/optgpiomsk.yml
+++ b/spec/build/bsps/powerpc/gen5200/optgpiomsk.yml
@@ -5,9 +5,9 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 856625015
+default: 0x330f0f77
default-by-variant:
-- value: 58670855
+- value: 0x037f3f07
variants:
- powerpc/pm520_ze30
description: |
diff --git a/spec/build/bsps/powerpc/gen5200/optgpioval.yml b/spec/build/bsps/powerpc/gen5200/optgpioval.yml
index 029df6a4f7..ffcef9199d 100644
--- a/spec/build/bsps/powerpc/gen5200/optgpioval.yml
+++ b/spec/build/bsps/powerpc/gen5200/optgpioval.yml
@@ -5,9 +5,9 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 17105988
+default: 0x01050444
default-by-variant:
-- value: 22356228
+- value: 0x01552104
variants:
- powerpc/pm520_ze30
description: |
diff --git a/spec/build/bsps/powerpc/gen5200/optuartmsk.yml b/spec/build/bsps/powerpc/gen5200/optuartmsk.yml
index 2a211006e4..fd960232ef 100644
--- a/spec/build/bsps/powerpc/gen5200/optuartmsk.yml
+++ b/spec/build/bsps/powerpc/gen5200/optuartmsk.yml
@@ -5,15 +5,15 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 1
+default: 0x00000001
default-by-variant:
-- value: 57
+- value: 0x00000039
variants:
- powerpc/pm520_ze30
-- value: 7
+- value: 0x00000007
variants:
- powerpc/pm520_cr825
-- value: 1
+- value: 0x00000001
variants:
- powerpc/icecube
description: |
diff --git a/spec/build/bsps/powerpc/gen83xx/optnet0phy.yml b/spec/build/bsps/powerpc/gen83xx/optnet0phy.yml
index 70daf1fe3e..5571579a21 100644
--- a/spec/build/bsps/powerpc/gen83xx/optnet0phy.yml
+++ b/spec/build/bsps/powerpc/gen83xx/optnet0phy.yml
@@ -5,12 +5,12 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 0
+default: 0x00000000
default-by-variant:
-- value: 17
+- value: 0x00000011
variants:
- powerpc/mpc8309som
-- value: -1
+- value: -0x0000001
variants:
- powerpc/br_uid
description: |
diff --git a/spec/build/bsps/powerpc/psim/optvecbase.yml b/spec/build/bsps/powerpc/psim/optvecbase.yml
index 6de89c1aca..65aa4099c4 100644
--- a/spec/build/bsps/powerpc/psim/optvecbase.yml
+++ b/spec/build/bsps/powerpc/psim/optvecbase.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 4293918976
+default: 0xfff00100
default-by-variant: []
description: |
This defines the base address of the exception table. NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.
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:
diff --git a/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml b/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml
index 2cb717a1fc..989d440d3f 100644
--- a/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml
+++ b/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 65535
+default: 0x0000ffff
default-by-variant: []
description: |
Define to the desired timeout (in steps of 1/20 msec) to enable the watchdog. Default is to disable the watchdog entirely.
diff --git a/spec/build/bsps/powerpc/virtex/optfastramlen.yml b/spec/build/bsps/powerpc/virtex/optfastramlen.yml
index 366457a492..340753dca9 100644
--- a/spec/build/bsps/powerpc/virtex/optfastramlen.yml
+++ b/spec/build/bsps/powerpc/virtex/optfastramlen.yml
@@ -7,7 +7,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 0
+default: 0x00000000
default-by-variant: []
description: |
fast RAM region length
diff --git a/spec/build/bsps/powerpc/virtex/optfastramorg.yml b/spec/build/bsps/powerpc/virtex/optfastramorg.yml
index 608ddb8c42..373e8df5ec 100644
--- a/spec/build/bsps/powerpc/virtex/optfastramorg.yml
+++ b/spec/build/bsps/powerpc/virtex/optfastramorg.yml
@@ -7,7 +7,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 0
+default: 0x00000000
default-by-variant: []
description: |
fast RAM region origin
diff --git a/spec/build/bsps/powerpc/virtex/optramlen.yml b/spec/build/bsps/powerpc/virtex/optramlen.yml
index e07b9b715e..372c9558ea 100644
--- a/spec/build/bsps/powerpc/virtex/optramlen.yml
+++ b/spec/build/bsps/powerpc/virtex/optramlen.yml
@@ -7,7 +7,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 134217708
+default: 0x07ffffec
default-by-variant: []
description: |
normal RAM region length
diff --git a/spec/build/bsps/powerpc/virtex/optramorg.yml b/spec/build/bsps/powerpc/virtex/optramorg.yml
index 1c396974c9..fdd98dabb1 100644
--- a/spec/build/bsps/powerpc/virtex/optramorg.yml
+++ b/spec/build/bsps/powerpc/virtex/optramorg.yml
@@ -7,7 +7,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 0
+default: 0x00000000
default-by-variant: []
description: |
normal RAM region origin
diff --git a/spec/build/bsps/powerpc/virtex/optresetlen.yml b/spec/build/bsps/powerpc/virtex/optresetlen.yml
index 79892a4f41..e7cf39970f 100644
--- a/spec/build/bsps/powerpc/virtex/optresetlen.yml
+++ b/spec/build/bsps/powerpc/virtex/optresetlen.yml
@@ -7,7 +7,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 20
+default: 0x00000014
default-by-variant: []
description: ''
enabled-by: true
diff --git a/spec/build/bsps/powerpc/virtex/optresetorg.yml b/spec/build/bsps/powerpc/virtex/optresetorg.yml
index f60fc4646c..454ef73ff3 100644
--- a/spec/build/bsps/powerpc/virtex/optresetorg.yml
+++ b/spec/build/bsps/powerpc/virtex/optresetorg.yml
@@ -7,7 +7,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 134217708
+default: 0x07ffffec
default-by-variant: []
description: |
reset region origin
diff --git a/spec/build/bsps/powerpc/virtex4/optvecbase.yml b/spec/build/bsps/powerpc/virtex4/optvecbase.yml
index fdc72a1863..c108026b3c 100644
--- a/spec/build/bsps/powerpc/virtex4/optvecbase.yml
+++ b/spec/build/bsps/powerpc/virtex4/optvecbase.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 256
+default: 0x00000100
default-by-variant: []
description: |
This defines the base address of the exception table.
diff --git a/spec/build/bsps/powerpc/virtex5/optvecbase.yml b/spec/build/bsps/powerpc/virtex5/optvecbase.yml
index fdc72a1863..c108026b3c 100644
--- a/spec/build/bsps/powerpc/virtex5/optvecbase.yml
+++ b/spec/build/bsps/powerpc/virtex5/optvecbase.yml
@@ -5,7 +5,7 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 256
+default: 0x00000100
default-by-variant: []
description: |
This defines the base address of the exception table.