- Mar 20, 2025
-
-
Jagdish Gediya authored
Replace buildroot prompt from '#' to $USER@buildroot:~# by adding /etc/profile file to rootfs overlay, this needs to be done as '#' appears in kernel logs also which results into CI assuming the boot is complete, it tries to run further comands and fails. profile file is copied from buildroot code, and PS1 variable is modified on top of default file available in buildroot. Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
Add support to run individual commands like clean/build/package with build-stack.sh script. Generally all target does build and doesn't clean the project. Cleaning all the components and building them again takes lot of time so don't clean the components with all target, while running all target if there is an error for the single component, running all again will start fresh build and makes debugging take unnecessary long time, fresh checkout are anyway clean so should be fine to build without cleaning. This will also be useful to package everything without taking long time when single component is modified, in such case, just clean the single component and run the all target on all the components. If full cleaning is required then clean target can be run with build-stack.sh script. Also, don't run build command by default when no command is specified. Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
earlier only one of clean/build/package could be provided with build script, add support to run multiple build actions with single build command e.g. $ ./build-scripts/build-hafnium.sh -p aemfvp-a-rme clean build package Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
clang/llvm built from source is installed in build docker image so it can be used directly without exporting any path. Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
overlay data needs to be removed from buildroot target directory before rebuild otherwise it gets included in realm fs also which fails as realm fs is small. Similarly ${TOP_DIR}/initrd needs to be removed for re-build to overwrite initrd without any manual intervention. Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
upstream linux kernel build throws below error while bindeb-pkg build, dpkg-source --before-build . dpkg-checkbuilddeps: error: Unmet build dependencies: libssl-dev dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) make[2]: *** [scripts/Makefile.package:126: bindeb-pkg] Error 3 make[1]: *** [/home/jagged01/projects/arm/infra/aemfvp-a-rme_1/linux/Makefile:1622: bindeb-pkg] Error 2 make: *** [Makefile:251: __sub-make] Error 2 The solution is referenced from linux kernel commit e2c318225ac ("kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile"). Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
- Mar 19, 2025
-
-
Jagdish Gediya authored
$TF_A_PATH contains the absolute tf-a path so it shouldn't be prefixed with $TOP_DIR. Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
Jagdish Gediya authored
Delete old buildroot config 2024.08.config, and replace it with the new file 2024.11.config which is generated by buildroot version 2024.11. Also, disable BR2_TOOLCHAIN_EXTERNAL_GCC_13 and enable BR2_TOOLCHAIN_EXTERNAL_GCC_14 to move to new gcc version. Signed-off-by:
Jagdish Gediya <jagdish.gediya@arm.com>
-
- Dec 20, 2024
-
-
Added a number of fixes for the build including: --restricted-mem parameter for kvm Add additional virtio kernel parameters Correct UUID's in debian build Tidied up rootfs Remove earlycon Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I51ed0e93439c142416bd0b4a15fa8d48ba506cae
-
Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I0296af526a0e69d52e2cdede200dab22bf955d28
-
Update the rme Kernel to include the latest version required by RME. Change-Id: I518b6f63415026f3b2a3225674ac7ce43eee8181 Signed-off-by:
Ben Taylor <ben.taylor@linaro.org>
-
- Oct 04, 2024
-
-
Upgrade Buildroot to 2024.08 Change-Id: I386602530d0769ebb73a639e9a0ebbbeb847b73c Signed-off-by:
Ben Taylor <ben.taylor@linaro.org>
-
Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I8a430375f6879e8f0ad2b788cf20f62d7174160a
-
In order for the build to work under ubuntu 24.04 the following changes are required: - Currently ACPICA has not been updated to deal with new warning types introduced in the compiler version distributed with ubuntu 24.04. So in order for these warnings not to be converted to errors the NOWERROR option has been added to the ACPICA build. - The latest kernel headers remove a number of symbols currently required by the TC utility within busybox. in order to resolve this build error CONFIG_TC has been removed as it is not required and is recomended as a workaround for this issue here: http: //lists.busybox.net/pipermail/busybox-cvs/2024-January/041752.html Change-Id: I3c745cb4f8dce9e8a23ea21c21da4001692a0d59 Signed-off-by:
Ben Taylor <ben.taylor@linaro.org>
-
Move the link to the distro to be downloaded and updated with a rme kernel into the rme config file Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Idf4d747109ec4f11727c52096e3e857a1317ef58
-
- Jul 01, 2024
-
-
Ben Taylor authored
Move tf-a config flag into aemfvp config file aemfvp-a-rme: Add fix for initrd naming Add fix for initrd naming in grub.cfg for realm distro boot Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Ic5af350c4c748f9fd24c7202df2ffd1a7221100b
-
Ben Taylor authored
Add improvements to initrd generation to remove the duplication of naming and to make updating easier. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Ib464ac1290938d48a08a66776bbaf04978fa75de
-
Ben Taylor authored
Add improvements/corrections to the script help sections Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Id9802665a5c16b0714b043f1db7b594e7626ca61
-
Ben Taylor authored
Add fixes to the build-scripts to allow building both platforms on aarch64 Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I84a80273bb6abbdeb2fd7d4ea3f313cf83c436a5
-
Ben Taylor authored
Add the timeout buildroot config which was dropped in the upgrade. aemfvp-a-rme: Remove legacy Buildroot config aemfvp-a-rme: Add missing config Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I5c5fcdf555abdbca22895125a60ae30dcfc1f9ca
-
Ben Taylor authored
Add and additional flag required to run ARMv9 to TF Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Ibcbca27ce73ceca77e4801eb3a0483d53a074908
-
Ben Taylor authored
Align the installation and use of the toolchain with rme. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I346d26396f0365dde14adc13a4a3b8130556e1c1
-
Ben Taylor authored
The upstream u-boot configuration requires a specific name for the DTB. This changes creates a copy of the built FVP with the correct name. aemfvp-a-rme: Add fix for download path aemfvp-a-rme: Update toolchain Upgrade the cross compile toolchain to 13.2.rel1 and change the buildroot config so that it uses the installed toolchain instead of building it's own version. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I3f98f139c3852d414f2c3b4ecad7dba5a6493475
-
Ben Taylor authored
Combine the aemfvp-a-rme/build-test-buildroot.sh and aemfvp-a/build-test-busybox.sh into a single build script aemfvp-a/build-stack.sh. This will alow simplification of the build process and the associated documentation. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Ic1a183514611d2ed19dbb7f21d192a599960c3f1
-
Ben Taylor authored
Modify build-buildroot.sh to update the kernel, grub and the initrd in the build. This accelerates build time by removeing the need to boot the distro and install the packages. The system will do the following: 1. Download the correct version of the Debian image. 2. Remove the filesystem from the Debian image. 3. Upgrade the kernel within the filesystem. 4. Update the initrd to match the new kernel. 5. Repack the updated filesystem in to the image. 6. Build the update image into the buildroot filesystem. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Ic9c36c10e4acb2169c5e81c66985fe247a76a877
-
Ben Taylor authored
Upgrade Buildroot to bring in new packages and latest fixes. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I3342c25749a3c533a22fa6a86f4421640a0769fe
-
- Apr 17, 2024
-
-
For Q1'24 aemfvp-a-rme release adding the support for overlaying the needed debian distro image and kvmtool firmware for doing uefi boot of distro in realm security state. Changes include - increasing the size of buildroot FS to contain distro images. - copying distro image and firmware in case UEFI_RME_BUILD_ENABLED is enabled and there is a distro image in rme/distro-images path. - CTX_INCLUDE_MTE_REGS option is deprecated, using ENABLE_FEAT_MTE Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: Ide4f515450c91beb3368903020677f88ac910bde
-
Changes include - UEFI_RME_BUILD_ENABLED flag to include building UEFI firmware and packing necessary binaries and firmware for boot. - enable building ArmVirtKvmTool in UEFI to build the firmware for kvmtool based virtual machines. - enabling building ArmVExpress-FVP-AArch64 in UEFI to build the firmware to boot at FVP. - build TF-A fip_uefi and bl1_uefi with FVP_AARCH64_EFI.fd - added necessary TF-A build flags. - generating and packing KVMTOOL_EFI for uefi boot of a distro image. Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: I634551f2bd131e1987eeeecc429aabd26ab5ded3
-
add a flag LINUX_BUILD_DEB_PKG to include building debian packages while building linux. when enabled make bindeb-pkg produces the dpkg linux files. These kernel deb packages are later user to update in stock debian image to make it cca aware. Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: I81f7c02f9f1b8023c99c8648ac6f41fe44b8decd
-
aemfvp-a-rme stack of last release fails when the stack is getting rebuilt as there was a linux patch that we applied again causing error this fix will check if the patch has been applied to the stack and won't apply it again. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I7c01e260b39e28e98bda8d6aa18360e3c8f44d54
-
adding TBBR config for aemfvp-a platform while building tf-a. This enabled TF_A_TBBR_BUILD_FLAGS command line options to enable TBBR in ARM TF build. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I63c975c577b7d1a4afa3379e918a59fda96d99e8
-
adding use case util script for launching a realm guest on a running FVP instance. use case has following steps: - launch lkvm guest with lkvm run --realm - wait for buildroot login to appear. - stop lkvm guest on successfull boot of realm machine. Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: Ib6cc7eff107a48c5cc74e2afbbb1fffc37a82de8
-
- Dec 21, 2023
-
-
The 23'q4 release of aemfvp-rme software stack migrates the quality level of the stack to EAC5. There are changes in scripts as part of this migration and those are - - update buildroot config file to 2023.08. - GCC version updated to 12.3.rel1 - kvm bridge and interface creation scripts added. - ssh_connection test added. - applying kconf patch for disabling cpu idle at FVP. - TF_A build flags updated. - Hafnium build PLATFORM included. - Buildroot.config file updated Signed-off-by:
Nitin Sharma <nitin.sharma3@arm.com> Change-Id: I2fd19eb8e822e7550675bf12dfa56cb504b9f854
-
Signed-off-by:
raghuram.thammiraju <raghuram.thammiraju@arm.com> Change-Id: I49c831f2e5b0b12f805e3f54446d8a95da9b30d6
-
Signed-off-by:
Nuno Lopes <nuno.lopes@arm.com> Change-Id: I2c01d0fe0ee37b3cc882c8ec9f487e5627066642
-
- Mar 15, 2023
-
-
* kvm-unit-test: add config step before "make distclean" to align with upstream Makefile of kvm-unit-test * buildroot: add steps to remove the temporary directories that may be left out in case of a previous build has been interrupted midway before completion Signed-off-by:
Raghuram Thammiraju <raghuram.thammiraju@arm.com> Change-Id: Ie69e3de8779d427e546f3df4318e6da2a403a29a
-
Signed-off-by:
Raghuram Thammiraju <raghuram.thammiraju@arm.com> Change-Id: Ide72241a153e0040a1f6eac7dd8dac04e1d1072b
-
- Mar 03, 2023
-
-
Nuno Lopes authored
This change introduces the build script for kvm-unit-tests as well as updates to configuration file and buildroot script to enable this tests to be used when the stack is booted on the FVP. Signed-off-by:
Nuno Lopes <nuno.lopes@arm.com> Change-Id: Idd7b47516fe2532f16d8a6b3bcec12f198585b57
-