| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Remove most direct references to WORKDIR.
S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR
${WORKDIR}/package is also incorrect, adjust to ${PKGD}.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
There was a previous change that avoided the warning message if
xilinx_pmu-rom-native was defined, but the dependency was never enabled.
Match both LICENSE_FLAGS_ACCEPTED of xilinx or xilinx_pmu-rom-native
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: Ramya Darapuneni <ramya.darapuneni@amd.com>
Changelog:
2024.2 Minor Bug Fixes 1. SSIT - Update to writing sync_offsets file 2. New CDO command support
2024.2 Release Updates
Merge pull request #1 from SDK/xlnx_rel_v2024.1
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>
|
|
|
|
|
| |
zynqmp: Add zc1751-dc1/dc2 boards
zynqmp: move i2c controllers definition to zynqmp-iou.dtsi
|
|
|
|
|
|
|
|
| |
Create an alternative DTB where the serial port 0 and 1 are the Linux capable
serial ports. This matches the requirements of the default Yocto Project
runqemu/testimage.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
ssi/xlnx-versal-ospi: Enable 64bit access on dac
|
|
|
|
| |
vn-p-b2197-00-x-prc-07: Add additional ospi flash
|
|
|
|
| |
versal-vitis.dtsi: dont drop the ddr node unconditionnally
|
|
|
|
|
|
|
|
|
|
| |
versal: pmc-sysmon: Link NEW_DATA_FLAGx clearing to irq
versal: pmc-sysmon: Fix NEW_DATA_FLAGn handling
versal: pmc-sysmon: Infer sensors initial measurements
versal: pmc-sysmon: Fix writes to root PCSR_CONTROL
versal: pmc-sysmon: Add retrieval of enabled sensors
versal: pmc-sysmon: Fill info only for enabled sensors
versal: pmc-sysmon: Use non-0 form of voltage setting
|
|
|
|
|
|
|
| |
This recipe did not provide anything useful for the target, so adjust to only
run native and nativesdk.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
board-versal-net-psx-virt: Change the cpu frequency
|
|
|
|
| |
xlnx-versal-pmx-global: Introduce DOMAIN_ISO_CNTRL persitent register support
|
|
|
|
|
|
|
|
| |
versal: pmc-sysmon: Add measurement-file property for scripting injections
versal: pmc-sysmon: Fix device temperature report
versal: pmc-sysmon: Add VCCINT_FPD and VCCINT_LPD injections
versal: pmc-sysmon: Set initial measurement by injection
versal: pmc-sysmon: Fix lost root-id in sensor info
|
|
|
|
|
|
| |
hcd-dwc3: Correct default number of maximum slots
xlnx-versal-ddrmc-ub: Add fields related to DDRMC5C
xlnx-versal-pmc-int: Add axi slave switch resets
|
|
|
|
|
| |
zynqmp:usb_dwc3: Correct USB maximum slots to 64
board-versal-xcvm2152-ps-virt: Update idcode
|
|
|
|
|
|
|
|
| |
Reorder the serial ports for an alternative vck190 machine. This puts the
Linux (APU) serial ports first in the processing order which will help enable
Yocto Project testimage support.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Yocto Project scarthgap requries a slightly newer qmp in order for testimage and
other automations to work. Backport the necessary changes to enable the required
interfaces.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
versal: Add Versal Alveo V80 board
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add (move) the python3-bokeh recipe to here from meta-jupyter while updating
from 2.4.2 → 3.5.1. Bokeh is not a requirement or dependency for jupyter,
therefore it does not need to be stored in that layer.
Bokeh is used by:
- meta-kria/recipes-utils/kria-dashboard/kria-dashboard.bb
- meta-system-controller/recipes-utils/pmtool/pmtool.bb
Both of those layers have dependencies on meta-xilinx-core, so moving the
recipe here will still make it available to both.
Signed-off-by: Trevor Woerner <trevor.woerner@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Due to limited hardware breakpoints on Zynq, we switch to software
breakpoint.
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code change is based on the discussion with Corey Thompson on the
meta-xilinx@lists.yoctoproject.org mailing list.
It was pointed out that the default help behavior did not match what runqemu
was expecting from the actual qemu execution. We need to properly handle
the user asking from help information or improperly invoking the binary with
correct return codes.
The new behavior will ensure that incorrect arguments results in a non-zero
return code with an error message or basic help text.
If the user passes -h, -help or --help (matching qemu's behavior) will
report the basic help text, and then invoke the APU, PMU or PLM qemu as
appropriate to augment and provide the full set of arguments.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 7f196888506291f7274f93d734a427f3e0226219)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
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
|
|\|
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 6b2646cf71284be46431cc86a699f031c79a5d26.
Code is now in Poky.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|\|
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 16b37ceac501e1cba75a9c25d2f4960e9773ab4b)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
bootbin_arg is only set if '-bootbin' is passed in, but is unconditionally
checked later in the script. Set a default value of 'null' to avoid an
error about an undefined variable.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| | |
This has been subitted to Poky and will be removed once included into the
Scarthgap branch.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create a new layer containing all code related to the Mali400 graphics
stack and software. This includes the Mali kernel module / patches,
libglu/libgles code, mesa, wayland, kernel recipe and udev rules. This
layer also includes a dynamic layer for the qt5 bbappends and patches.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add support for booting QEMU using a static BOOT.bin file (or OSPI file
with a boot.bin at offset 0x00000000) - the required firmware components
are extracted from the boot.bin and offsets read from the header using
bootgen.
Signed-off-by: John Toomey <john.toomey@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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While it can be built for the target it's really a tool to build other
components. So move to recipe-devtools.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move from Vivado style versions, to upstream QEMU version numbers. Version
is now handled by the recipe name instead of internal hard coded items.
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>
|