aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arm-bsp/wic
AgeCommit message (Collapse)Author
2022-08-29arm-bsp/corstone1000: use compressed kernel imageJon Mason
To fit the kernel image into the allotted space, a compressed kernel image is now needed. Use the Image.gz from the kernel build process and change the relevant places to use the new image name. This also necessitates adding an unzip command to u-boot to uncompress it to memory (and the loadm is still needed to setup the efi mem boot device). Also, the unzipped image is larger than before. So, increase the size that loadm is copying. This change shrinks the kernel image size from 7.8MB to 3.2MB Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-04-01arm-bsp/corstone500: add image and container fileRui Miguel Silva
Now that we have the wic_nopt class in meta-arm we can add the the wks file to create the final image for this platform. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-03-18arm-bsp/corstone1000: remove the need for meta-arm-imageEmekcan Aras
This commit remove meta-arm-image from the yml file and adds necessary image configuration to meta-arm-bsp/recipes-bsp/images. Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-01-24arm-bsp: remove Corstone 700Ross Burton
Corstone 700 is end-of-life, so remove it from meta-arm master. It will remain in the stable branches for existing users, but new users are encouraged to use Corstone 1000 instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-09-21arm-bsp/n1sdp: remove debug and verbose kernel cmd line parameters from grub cfgHugo L'Hostis
By removing the verbose and debug kernel command line parameters from the grub menu entries we prevent the console printing unnecessary messages and slowing down the boot process. Issue-Id: SCM-3027 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: Ieb68c606b7ed5b20191f6989aea84963b8cda778 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-07-15arm-bsp/fvp-baser: use common fvp-base.wks fileRoss Burton
fvp-baser-aemv8r64.wks is identical to fvp-base.wks, so just reuse it. Change-Id: Ib7db425b35cfd68494beb167fe167c46cdd32b3d Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-05-05arm-bsp/fvp-base*: Introduce WIC support for fvp-base* machinesAnders Dellien
Add wks script, modify documentation and kernel command line. Remove 'image_types_disk_img.bbclass' as it is no longer used. Change-Id: I2a95349adc038e8484d7b9f578ad3ce698b1f528 Signed-off-by: Anders Dellien <anders.dellien@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-31arm-bsp/machine: Introduce fvp-baser-aemv8r64 machine and its BSPDiego Sueiro
This patch adds the fvp-baser-aemv8r64.conf machine definition for the FVP BaseR AEMv8r64 Platform alongside the following BSP components: * boot-wrapper-aarch64 * Kernel: linux-yocto-5.10 * Devicetree for bootstrapping * wic image Issue-Id: SCM-2121 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ia9e400db8c78e5e57a6fa2241b81fdd42a00dd53 Signed-off-by: Jon Mason <jon.mason@arm.com>
2020-11-13arm-bsp/n1sdp: remove swap parition entry from wic imageKhasim Mohammed
The swap partition on n1sdp seem to create an issue when shutdown or reboot is run from the shell prompt, the console stops at "Deactivating swap ...". Hence removing the swap partition entry from wic image. Change-Id: I22cf971fdde7e3b8b386c74003983fab3d309cc5 Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2020-10-07arm-bsp/corstone700-mps3: Enabling NXP ISP1763 USB host controller in linuxlakshmi Kailasanathan
This commit adds usb host in the v5.6 kernel as a machine feature to support the USB host controller and mass storage for MPS3 board. The kernel binary size increase with this hence wks file updated. The node for USB controller is added to device tree in the TF-A and updated the sha to reflect it. Change-Id: Iad3348f8dc599d5642ddfa0c5199485eeaca0991 Signed-off-by: lakshmi Kailasanathan <lakshmi.Kailasanathan@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2020-08-14arm-bsp/machine: adding corstone700-fvp machineAbdellatif El Khlifi
This machine provides corstone700 platform on FVP. For more information about the platform, please check: https://community.arm.com/developer/tools-software/oss-platforms/w/docs/444/corstone-700 Change-Id: I1197d3216f37ab8d2c792da82c4f5e7e17d5a09c Signed-off-by: Rui Miguel Silva <rui.silva@arm.com> Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2020-08-12arm-bsp/wic: Introduce WIC support for sgi575Prabin CA
- Add custom wks script for SGI575. - Add grub.cfg for SGI575 Change-Id: I9d371426a1bd75b49f6fbc89e2f2c255d4b8c0ac Signed-off-by: Prabin CA <prabin.ca@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-08-05arm-bsp/wic: Introduce custom wks and grub.cfg for N1SDPKhasim Syed Mohammed
The standard canned WKS files like mkefidisk.wks doesn't allow us to set custom grub.cfg hence a new wks file is created on the lines of mkefidisk.wks to accept custom grub.cfg as config parameter to bootloader command. The custom grub.cfg allows user to select from different boot options (acpi, devicetree for single and multi chip). IMAGE_BOOT_FILES is updated to package n1sdp dtbs for single and multi chip as part of the final image. Change-Id: I29a64d0bd50d72d912cdcd99dbc593388be786bb Issue-Id: PLATFORMS-3134 Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>