| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Updated commit ID to latest HEAD
|
|
|
|
| |
Updated commit ID to latest HEAD
|
|
|
|
| |
Updated commit ID to latest HEAD
|
|
|
|
| |
Updated commit ID to latest HEAD
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Yocto Project has changed the optimization settings in poky commit
1cf0974ad242f7eb2815a4ef0e3e5b6507ca56ea
Since the settings match the Yocto Project defaults, remove them. If we
need to default for size in the future, we can re-implement this using the
current approach.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit b7708778180849caa972a6ccebc01aa60d97ddfb)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Updated commit ID to latest HEAD
|
|
|
|
| |
Updated commit ID to latest HEAD
|
|
|
|
| |
Updated commit ID to latest HEAD
|
|\
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
|\|
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
|\|
| |
| |
| |
| |
| | |
Renamed u-boot-xlnx to make it clear this is 2024.2 work.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| | |
Updated commit ID to latest HEAD
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adjust the way the PREFERRED_VERSION happens to allow us to use the same
login in layers that depend on this one.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 1c6fd6ac9a8ba1f39eaf1fe8a35b75a87f7e1683)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 8b34aa8995a34d8db2517e42438b460fb4d1a062)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
SOC_VARIANT has been remove, we are now only using the YP standard SOC_FAMILY
configuration. The defined families are: zynq, zynqmp, versal and versal-net.
Our decision of breaking up versal-net from versal, is based on the SoC CPU
changes from cortexa72/r5 to cortexa78/r52, thus we're treating it as a
different SoC family.
In order to capture the individual capabilities that we used to handle via
SOC_VARIANT, we have defined the following features (some may have been
previously defined):
- mali400 (zynqmp eg and ev)
- vcu (zynqmp ev)
- rfsoc (zynqmp dr RF capabiltiies)
- aie - (versal ai & premium)
- vdu - (versal ai)
SOC_VARIANT_ARCH and SOC_FAMILY_ARCH are now obsolete and replaced by
MACHINE_ARCH. This is based on the guideline that any recipes that use
MACHINE_FEATURES should be MACHINE_ARCH specific.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| | |
Clenaup and rework the code so that the 'generic' implementation no longers
affects xsct, or SDT (or future) variations.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
DTC_FLAGS and DT_INCLUDE should only be defined within the context of the
layer providing the device tree components. It is obsolete in the generic
case.
Spit the COMPATIBLE_HOST, xilinx-freertos belongs in the SDT layer.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| | |
These machines have not been defined for a while, remove them.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| | |
Ensure that each bbappend only applies when XILINX_WITH_ESW or a related
DISTRO is enabled.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Follow the examples from meta-virtualization on how to enable bbappends and
set PREFERRED_VERSIONS.
This will require the user to set XILINX_WITH_ESW to some value. Any value
will enable the components in this layer at this time. We may choose to be
more selective in the future.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| | |
Adjust the way the PREFERRED_VERSION happens to allow us to use the same
login in layers that depend on this one.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|\|
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
xilpm: versal: server: Add XRAM AXI-lite workaround for ES1 devices
|
|\ \
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
SRCPV is no longer needed, Simply various usages.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update integration for Scarthgap changes
Fix 2022.2 and 2023.2 standalone ESW patching. Note, the standalone versions
may or may not work by themselves. The bbappends in meta-xilinx-tools complete
the implementation.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |\ \
| | | |
| | | |
| | | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update SRCREV for xlnx_rel_v2023.2_update branch to pull in the
latest changes for image selector app
Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
System controller SC_update6 candidate release image is 2023.2
yocto based image which needs changes backported from ESW master to
xlnx_rel_v2023.2_update branch
Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change includes the Kria K24/KD240 changes in xlnx-embeddedsw by
default for all embeddedsw components
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 20bbd9c268299c2b11d7fc4fc1abcbf576b5e9ff)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 16f76bc2f35029e6864e49670af0ef66be7b3694)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|\ \ \ \
| | |_|/
| |/| |
| | | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | | |
Revert "Changelog: update for dfe drivers"
|
| | | |
| | | |
| | | |
| | | | |
Changelog: update for dfe drivers
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge pull request #13 from embeddedsw/mkoppara-patch-1
Deleted extra spaces
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
doc: Changelog updates
dfeccf: Switchable parameter in YAML
Updated with modified lines
xilpm: Secure lockdown of LPD is throwing errors
Added xilrsa component
Embedded SW license update 2024.1 release
|