| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
gen_yocto_machine: Update yocto machine conf file variables
gen_*: Regenerate configs only when input files changed
processor.yaml: Moving configs from header to cfg
ethernet.yaml:u-boot header to u-boot config
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
| |
We still warn the user. This will likely be moved to fatal in the near
future, but this would impact some automated test cases so preserve it as
a warning for now.
Also remove all of the support infrastructure for the BOARD/BOARD_VARIANT
values.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
If a program wants OpenGL, but not GLE you still need files from libmali
in order to compile. Add necessary links to header files in the -dev package.
Since we now depend on libmali-xlnx, we also now have a machine specific
package.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Use softer assignemnt for ATF_CONSOLE zynqmp to override from .conf
file.
Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com>
Adjusted to use an intermediate default, so no override is required.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
As the meta-openamp rpmsg-examples has been updated, make sure this
is included to enable demos being built.
Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
With the latest lopper changes memory.ld file is no longer getting
generated update the recipes for the same.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
with latest system device-tree
system device-tree repo (DTG++) has updated the processor label names
to inline with xsa ip naming, update the machine checks in the recipes
for the same.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
dt-processor.sh: Update petalinux config assist as per latest lopper
With the latest lopper change processor name needs to be passed as a
first argument when calling the petalinuxconfig_xlnx assist update
the logic for the same.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for 2023
Below are updates in the embeddedsw
scripts: rigel_scripts: Remove unneed libsrc calling in add_lib
scripts: rigel_scripts: Improve build timings
lib: bsp: standalone: Remove unneeded messages
cmake: toolchainfiles: Rearrange compiler flags
lib: bsp: Update software config parameters
lib: bsp: standalone: Rename the software config paramter from
BSPCONFIG_* to standalone_*
cmake: Findcommon.cmake: Don't remove linker_gen files
ThirdParty: bsp: freertos: Add freertos prefix for all software
config parameters
esw: Per bsp top level CMakeLists.txt changes
esw: Move uart config selection to standalone bsp
lib: sw_apps: Add support for USER_CC_FLAGS and USER_LINKER_FLAGS
scripts: linker_files: Remove memory.ld and include cmake met-data
build_app: Adding a check, gen_bsp should be run only if .a doesnt
exist.
scripts: rigel_scripts: remove older drop files
scripts: rigel_scripts: drop_3_1: Move latest scripts to
rigel_scripts folder
Revert "scripts: Copy latest drop_3_1 scripts to scripts folder"
scripts: Copy latest drop_3_1 scripts to scripts folder
scripts: rigel_scripts: Rename domain.yaml file
lib/*.yamls: Updating the lib info wherever needed
drop_3_1: Update scripts as per rigel requirments
updated yaml syntax
lib: sw_apps: fix yaml syntax
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Below are the updates in lopper
lopper: assists: bmcmake_metadata_xlnx: Generate node label name
instead of node name in the cmake meta-data
lopper: assists: Move get_label api to baremetalconfig_xlnx so that
other baremetal assists can use it
Revert "lopper: assists: baremetaldrvlist_xlnx: Generate CMakeLists.txt
file"
lopper: assists: bmcmake_metadata_xlnx: Add support for generating
standalone bsp meta-data
lopper: assists: Add MEMORY_SECTION cmake variable
lopper: assists: petalinuxconfig_xlnx: Remove the hardcoded processor
name
Convert demo readme to markdown
specification: remove secure-bus and secure-reg
specification: fix incorrect usage of unit addresses
specification: fix invalid dts in examples
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
1. Move variables which changes based on xsa before required
inclusion file to handle pre-expansion values.
2. Remove duplicate entries of variables as it is already set in
versal-generic.conf file.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Move YAML_DT_BOARD_FLAGS from device-tree.bbappend to respective
generic machine conf files.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
1. Update machine conf file using gen-machineconf tool by parsing
kcu105 xsa.
2. Move variables which changes based on xsa before required
inclusion file to handle pre-expansion values.
3. Use UIMAGE_LOADADDR in KERNEL_EXTRA_ARGS instead of LOADADDR.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
1. Update machine conf file using gen-machineconf tool by parsing
versal-net static xsa.
2. Move variables which changes based on xsa before required
inclusion file to handle pre-expansion values.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
1. Update machine conf file using gen-machineconf tool by parsing
vck190 xsa.
2. Use TFA_BL33_LOAD for TF-A preloadded bl33 base address.
3. Move variables which changes based on xsa before required
inclusion file to handle pre-expansion values.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Update machine conf file using gen-machineconf tool by parsing
zc702 xsa.
2. Add UIMAGE_LOADADDR to KERNEL_EXTRA_ARGS.
3. Move variables which changes based on xsa before required
inclusion file to handle pre-expansion values.
4. Add uImage to IMAGE_BOOT_FILES.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Update machine conf file using gen-machineconf tool by parsing
zcu102 xsa.
2. Use TFA_BL33_LOAD for TF-A preloadded bl33 base address.
3. Move variables which changes based on xsa before required
inclusion file to handle pre-expansion values.
4. Remove uEnv.txt from IMAGE_BOOT_FILES.
5. Disable U-boot SPL boot by default. User has to set explicitly to
use it.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
Add BL33 preloadded base address to EXTRA_OEMAKE for ZynqMP and Versal.
In machine or local configuration file user can set TFA_BL33_LOAD
value.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Changelog:
xlnx-firmware-detect: Remove valid ID check
Signed-off-by: Christian Kohn <chris.kohn@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of replacing the template weston.ini from the original recipe, augment
it as needed:
1. There is a PACKAGECONFIG option to set idle-time=0. Use it.
2. For zynqmp device enablement, set gbm-format=rgb565.
This keeps the template weston.ini intact so the user can easily uncomment the
desired options while running on the target.
Signed-off-by: Christian Kohn <chris.kohn@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Pull in latest commit ids that include minor changes to License file.
Verify correct compilation against latest kernel version.
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Refactor QEMU integration as the versions now match the Langdale core version.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
gen_plnx_machine.py: Deploy bit file to plnx deploy dir
xilinx_mirrors: Update plnxtool.conf with mirrors
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
gen_plnx_machine.py: Update Local UNINATIVE_URL
rootfs_config.py: Remove auto-login functionality
Kconfig-*.part: Remove auto-login menu config entry from rootfs config
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
rootfs_config.py: Add TUNE_FEATURES in plnxtool.conf file
Kconfig-*.part: Add menuconfig entry for wolfssl in rootfs config
Kconfig.part: Create menuconfig options for XSCT_WS,PLNX_DEPLOY_DIR
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>
|
|
|
|
|
|
| |
gen_plnx_machine.py: Use MACHINE overrides for u-boot-xlnx-scr variables
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
gen_*_machine.py: Use overrides for yocto variables
hw-description.tcl: FSBOOT support PL uart
gen_yocto_machine.py: Update KERNEL_EXTRA_ARGS
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>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
Make cortexa72-cortexa53-crypto tune available so it can be easily turned on by
the user.
Signed-off-by: Christian Kohn <chris.kohn@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
gen_yocto_machine.py: corrected the indentation
gen_yocto_machine.py:Update uImage load address variable for zynq
gen_plnx_machine.py: adding uninative_url for sdt bsps
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
getentropy and the related arc4random function are defined in unistd.h, they
appear to be defined in some iterations of libgloss. However the defintion
is not enough in the general case, which causes C++ linkage to fail with:
libstdc++.a(random.o): in function `std::(anonymous namespace)::__libc_getentropy(void*)':
(.text._ZNSt12_GLOBAL__N_117__libc_getentropyEPv+0x14): *undefined reference to `getentropy'*
This change doesn't remove getentropy or arc4random, but does instruct
libstdc++ to not use either function.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
|
| |
gen_config.py: Generate bootargs required for versal-net
README.md: Update README for gen-machineconf
hw-description.tcl: restricting PL uart support
Kconfig.part: Remove fpga-manager-util support
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
| |
The build system expects the package to be buildable for all zynqmp-generic
configurations. Once build system is corrected, we can revert this patch.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
The build system expects the package to be buildable for all zynqmp-generic
configurations. Once build system is corrected, we can revert this patch.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Set when DISTRO_FEATURES ! 'libmali' and MACHINE_FEATURES = 'mali400'
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Combination of MACHINE_FEATURES = 'mali400' and DISTRO_FEATURES = 'libmali'.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Enabled when MACHINE_FEATURES 'mali400' and DISTRO_FEATURES ! 'libmali'.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|