aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Added the parsing for APPEND_EXTRA_CMDS variable, which enables theAndrei Cherechesu2022-07-271-0/+11
* Remove extraneous comma in generated its file when no DOM0_KERNEL is specified.Jackson Smith2022-07-271-1/+6
* scripts: Add support for prepending path to file namesAndrei Cherechesu2022-07-062-18/+31
* uboot-script-gen: prevent user mistakes due to DOM0_KERNEL becoming optionalXenia Ragiadakou2022-06-281-7/+14
* uboot-script-gen: Enable direct mapping of statically allocated memoryXenia Ragiadakou2022-06-211-0/+18
* uboot-script-gen: Skip dom0 instead of exiting if DOM0_KERNEL is not setXenia Ragiadakou2022-06-211-17/+43
* Add xen,enhanced by default to all guestsStefano Stabellini2022-06-171-0/+1
* Add support for cache coloringStefano Stabellini2022-06-171-1/+25
* uboot-script-gen: Add DOMU_STATIC_MEMXenia Ragiadakou2022-06-161-2/+61
* handle correctly symlinks in parent directoriesStefano Stabellini2022-04-191-1/+3
* uboot-script-gen: Skip symbolic links resolvingAndrei Cherechesu2022-04-111-1/+1
* disk_image: use DOS partition table and FAT for the first partitionStefano Stabellini2022-04-061-16/+37
* If bootm, generate a u-boot Legacy uImage to bootStefano Stabellini2022-03-241-1/+22
* Add support for BOOT_CMDAyan Kumar Halder2022-03-181-12/+18
* Add support for uboot legacy imagesAyan Kumar Halder2022-03-181-1/+1
* Add support to load images via usbAyan Kumar Halder2022-03-141-0/+4
* Added the lopper dts file to generate imagebuilder config from system-device-...Ayan Kumar Halder2022-01-211-0/+98
* Specify the memory and virtual cpu count for DOM0Ayan Kumar Halder2022-01-201-1/+17
* Check for the presence of DOMU_PASSTHROUGH_DTB before invoking update_domU_cfgAyan Kumar Halder2022-01-101-8/+11
* Update the generated domU.cfgAyan Kumar Halder2022-01-041-0/+297
* Generate the domU partial dtb via disk_imageAyan Kumar Halder2021-12-211-12/+45
* Avoid exiting the script from the commonAyan Kumar Halder2021-12-212-25/+36
* Avoid making changes in the device trees from the repositoryAyan Kumar Halder2021-12-171-2/+10
* Refactor uboot-script-genAyan Kumar Halder2021-12-172-154/+170
* Return an error if DOMU_KERNEL[] is not definedAyan Kumar Halder2021-12-151-0/+7
* Add support for compiling and merging partial device treesAyan Kumar Halder2021-12-151-7/+157
* Enable setting xen,passthroughAyan Kumar Halder2021-11-101-0/+5
* Moved the default assignment of domU bootargsAyan Kumar Halder2021-11-091-4/+4
* Enable the user to override the bootargs for domUAyan Kumar Halder2021-11-051-2/+7
* Add *.cpio to the list of know rootfs typesAyan Kumar Halder2021-10-281-6/+12
* Add an option to specify the alignment for the imageAyan Kumar Halder2021-10-181-2/+30
* Change Xen load order to enable Secure BootBrian Woods2021-09-221-5/+7
* Clean up CLI argument override sectionBrian Woods2021-09-101-28/+14
* Add support for loading bitstreamsBrian Woods2021-09-102-0/+43
* Add baremetal Linux supportBrian Woods2021-09-101-108/+234
* Restructure uboot-script-gen for Linux supportBrian Woods2021-09-031-273/+285
* Add FIT signing options to configBrian Woods2021-09-031-3/+11
* Add support for setting LOAD_CMD in the configBrian Woods2021-09-031-8/+18
* Add support for EFI in configBrian Woods2021-09-031-2/+7
* Change fit behavior for uboot-script-genBrian Woods2021-09-031-47/+53
* Copy DT_OVERLAY to boot partitionVíctor Mayoral Vilches2021-09-031-1/+18
* Add support for DOM0_RAMDISKVíctor Mayoral Vilches2021-09-031-0/+9
* Allow to generate non-Xen imagesVíctor Mayoral Vilches2021-09-031-5/+17
* Disable DomUs in disk_image if DOMU_NOBOOT is not setVictor Mayoral Vilches2021-09-031-25/+28
* Add support for including files in first partitionVictor Mayoral Vilches2021-09-031-0/+26
* Fix error in uboot-script-gen help messageBrian Woods2021-09-031-2/+2
* Fix delimiters for dt_setBrian Woods2021-09-031-15/+28
* Add support for EFI in U-boot via bootefiBrian Woods2021-07-191-5/+14
* Add support for device tree overlaysBrian Woods2021-07-191-1/+50
* Add FIT signature supportBrian Woods2021-07-191-32/+42