forked from Imagelibrary/rtems
bsps: Move optfdt* files to shared parent directory
This commit is contained in:
@@ -73,15 +73,15 @@ links:
|
||||
- role: build-dependency
|
||||
uid: optconuart1
|
||||
- role: build-dependency
|
||||
uid: optfdtcpyro
|
||||
uid: ../../optfdtcpyro
|
||||
- role: build-dependency
|
||||
uid: optfdten
|
||||
- role: build-dependency
|
||||
uid: optfdtmxsz
|
||||
uid: ../../optfdtmxsz
|
||||
- role: build-dependency
|
||||
uid: optfdtro
|
||||
uid: ../../optfdtro
|
||||
- role: build-dependency
|
||||
uid: optfdtuboot
|
||||
uid: ../../optfdtuboot
|
||||
- role: build-dependency
|
||||
uid: opti2cspeed
|
||||
- role: build-dependency
|
||||
|
||||
@@ -22,13 +22,13 @@ links:
|
||||
- role: build-dependency
|
||||
uid: optdm3730
|
||||
- role: build-dependency
|
||||
uid: optfdtcpyro
|
||||
uid: ../../optfdtcpyro
|
||||
- role: build-dependency
|
||||
uid: optfdtmxsz
|
||||
uid: ../../optfdtmxsz
|
||||
- role: build-dependency
|
||||
uid: optfdtro
|
||||
uid: ../../optfdtro
|
||||
- role: build-dependency
|
||||
uid: optfdtuboot
|
||||
uid: ../../optfdtuboot
|
||||
- role: build-dependency
|
||||
uid: ../grp
|
||||
- role: build-dependency
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
copy the FDT blob into the read-only load area via bsp_fdt_copy()
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_COPY_TO_READ_ONLY_LOAD_AREA
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: 262144
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
maximum size of the FDT blob in bytes
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_SIZE_MAX
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
place the FDT blob into the read-only data area
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_READ_ONLY
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
copy the U-Boot provided FDT to an internal storage
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_START_COPY_FDT_FROM_U_BOOT
|
||||
type: build
|
||||
@@ -61,13 +61,13 @@ links:
|
||||
- role: build-dependency
|
||||
uid: optconirq
|
||||
- role: build-dependency
|
||||
uid: optfdtcpyro
|
||||
uid: ../../optfdtcpyro
|
||||
- role: build-dependency
|
||||
uid: optfdtmxsz
|
||||
uid: ../../optfdtmxsz
|
||||
- role: build-dependency
|
||||
uid: optfdtro
|
||||
uid: ../../optfdtro
|
||||
- role: build-dependency
|
||||
uid: optfdtuboot
|
||||
uid: ../../optfdtuboot
|
||||
- role: build-dependency
|
||||
uid: optresetvec
|
||||
- role: build-dependency
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
copy the FDT blob into the read-only load area via bsp_fdt_copy()
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_COPY_TO_READ_ONLY_LOAD_AREA
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: 262144
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
maximum size of the FDT blob in bytes
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_SIZE_MAX
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
place the FDT blob into the read-only data area
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_READ_ONLY
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
copy the U-Boot provided FDT to an internal storage
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_START_COPY_FDT_FROM_U_BOOT
|
||||
type: build
|
||||
@@ -41,6 +41,14 @@ links:
|
||||
uid: linkcmds
|
||||
- role: build-dependency
|
||||
uid: ../../bspopts
|
||||
- role: build-dependency
|
||||
uid: ../../optfdtcpyro
|
||||
- role: build-dependency
|
||||
uid: ../../optfdtmxsz
|
||||
- role: build-dependency
|
||||
uid: ../../optfdtro
|
||||
- role: build-dependency
|
||||
uid: ../../optfdtuboot
|
||||
type: build
|
||||
use-after: []
|
||||
use-before: []
|
||||
|
||||
@@ -68,9 +68,9 @@ links:
|
||||
- role: build-dependency
|
||||
uid: optexcfixdhdlr
|
||||
- role: build-dependency
|
||||
uid: optfdtmxsz
|
||||
uid: ../../optfdtmxsz
|
||||
- role: build-dependency
|
||||
uid: optfdtro
|
||||
uid: ../../optfdtro
|
||||
- role: build-dependency
|
||||
uid: opthid0
|
||||
- role: build-dependency
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: 262144
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
maximum size of the FDT blob in bytes
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_SIZE_MAX
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
place the FDT blob into the read-only data area
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_READ_ONLY
|
||||
type: build
|
||||
@@ -32,13 +32,13 @@ links:
|
||||
- role: build-dependency
|
||||
uid: optextirqmax
|
||||
- role: build-dependency
|
||||
uid: optfdtcpyro
|
||||
uid: ../../optfdtcpyro
|
||||
- role: build-dependency
|
||||
uid: optfdtmxsz
|
||||
uid: ../../optfdtmxsz
|
||||
- role: build-dependency
|
||||
uid: optfdtro
|
||||
uid: ../../optfdtro
|
||||
- role: build-dependency
|
||||
uid: optfdtuboot
|
||||
uid: ../../optfdtuboot
|
||||
- role: build-dependency
|
||||
uid: optfrdme310arty
|
||||
- role: build-dependency
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
copy the FDT blob into the read-only load area via bsp_fdt_copy()
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_COPY_TO_READ_ONLY_LOAD_AREA
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: 65536
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
maximum size of the FDT blob in bytes
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_SIZE_MAX
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
place the FDT blob into the read-only data area
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_FDT_BLOB_READ_ONLY
|
||||
type: build
|
||||
@@ -1,16 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-boolean: null
|
||||
- define-condition: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||
default: true
|
||||
default-by-family: []
|
||||
default-by-variant: []
|
||||
description: |
|
||||
copy the U-Boot provided FDT to an internal storage
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: BSP_START_COPY_FDT_FROM_U_BOOT
|
||||
type: build
|
||||
Reference in New Issue
Block a user