| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PACKAGE_ARCH should not be MACHINE_ARCH, unless a specific override is
being used for compatibility.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Cleanup some of the override syntax.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Current binutils adds a warning:
bl31.elf has a LOAD segment with RWX permissions
--fatal-warnings is enabled when linking, so this triggers a link failure.
Workaround this with --no-warn-rwx-segments.
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
|
|/
|
|
|
|
|
|
| |
supported values
GPLv2 and BSD are no longer valid. Choose an appropriate replacement.
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The flag PRELOADED_BL33_BASE is populated from petalinux for different
platforms.
Removing the hardcoded entry which is causing multiple instance of the
same flag to the make command
Signed-off-by: Akshay Belsare <Akshay.Belsare@xilinx.com>
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
(cherry picked from commit 1197387e16dec312ddb0a2c356ba9835d85aa15c)
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PMUFW reserves memory range 0x7ff0_0000 to 0x7fff_ffff for DDR Software
Self-Refresh(refer PG201, enabled by defualt).
Update the ZYNQMP_BL32_MEM_SIZE to 0x0ff0_0000 and thus memory range from
0x7000_0000 to 0x7fef_ffff.
Provencore uses memory range 0x7000_0000 to 0x7fdf_ffff
Signed-off-by: Akshay Belsare <Akshay.Belsare@xilinx.com>
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
(cherry picked from commit 30d666532660082d9c3fb9d96d205fbb3f88e2f0)
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The SDP_PNCD_NS_IRQ flag is meant to set the NS interrupt number that will be
used between ProvenCore OS and linux ProvenCore driver
ATF is the one triggering this interrupt so it must be aware of its value.
This value is hardcoded in ProvenCore binary as 51
As per input from ProvenRun the flag SPD_PNCD_NS_IRQ=51 is to be added, for
right NS interruption to be used in PNCD
Signed-off-by: Akshay Belsare <Akshay.Belsare@xilinx.com>
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
(cherry picked from commit cbb8af2b3475620313fedb4fc677498b6461fb45)
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
arm-trusted-firmware checks if "provencore" is in COMBINED_FEATURES but
this is not correct as COMBINED_FEATURES contains the intersection of
MACHINE_FEATURES and DISTRO_FEATURES rather than the union and the
required settings do not get applied.
This change checks for "provencore" in MACHINE_FEATURES.
Signed-off-by: John Toomey <jtoomey@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
(cherry picked from commit 5cae9775ec4a1744a6bd43d8d0ad828e6ca256e0)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ProvenCore secure OS required changes have been merged into the ATF
repo but require extra settings to be passed in order to enable it. When
"provencore" is found in MACHINE_FEATURES the required settings are
passed using EXTRA_OEMAKE.
Signed-off-by: John Toomey <jtoomey@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
(cherry picked from commit bee4893778edbb935867cfae50825544a53d0cb9)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
|
|
| |
issues with latest gcc version"
This reverts commit 00c9ca7989542caef20ea30bbf263d66d3942cad.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
|
|
|
|
| |
Rename recipes from 2021.2 to 2022.1 as necessary.
Move internal references to 2022.1 (layer.conf and local.conf.sample)
Move kernel to 2022.1 branch, as well as various kernel modules.
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
|
|
|
|
|
|
|
| |
PACKAGE_ARCH should not be MACHINE_ARCH, unless a specific override is
being used for compatibility.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
| |
Cleanup some of the override syntax.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|