aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* domU driver domain optionHEADmasterAndrea Stevanato2022-12-092-0/+9
* Add support for 64-bit addresses/sizesMichal Orzel2022-12-091-5/+21
* Add support for lopper to generate partial dtsMichal Orzel2022-12-093-22/+100
* Refactor sanity_check_partial_dtsMichal Orzel2022-12-091-5/+6
* Do not set #xen,static-mem-{address/size}-cellsMichal Orzel2022-11-161-3/+0
* Update README.mdMichal Orzel2022-09-121-3/+3
* Add support for Xen boot-time cpupoolsMichal Orzel2022-09-072-0/+89
* scripts/common: Introduce phandle_next and get_next_phandle()Michal Orzel2022-09-071-0/+11
* Add a DOMU_ENHANCED config optionStefano Stabellini2022-07-282-1/+5
* If the "BOOT_CMD" variable is set to "none" inside the configAndrei Cherechesu2022-07-272-3/+13
* Added the parsing for APPEND_EXTRA_CMDS variable, which enables theAndrei Cherechesu2022-07-272-0/+16
* 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-282-7/+15
* uboot-script-gen: Enable direct mapping of statically allocated memoryXenia Ragiadakou2022-06-212-0/+22
* 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-172-1/+35
* uboot-script-gen: Add DOMU_STATIC_MEMXenia Ragiadakou2022-06-162-2/+65
* handle correctly symlinks in parent directoriesStefano Stabellini2022-04-191-1/+3
* Add CONTRIBUTING.mdStefano Stabellini2022-04-141-0/+11
* 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-062-16/+43
* If bootm, generate a u-boot Legacy uImage to bootStefano Stabellini2022-03-241-1/+22
* Add support for BOOT_CMDAyan Kumar Halder2022-03-182-18/+22
* Add support for uboot legacy imagesAyan Kumar Halder2022-03-181-1/+1
* Add support to load images via usbAyan Kumar Halder2022-03-142-8/+12
* Added the lopper dts file to generate imagebuilder config from system-device-...Ayan Kumar Halder2022-01-212-0/+180
* Updated README.mdAyan Kumar Halder2022-01-201-1/+6
* Specify the memory and virtual cpu count for DOM0Ayan Kumar Halder2022-01-203-1/+27
* 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-152-13/+179
* Enable setting xen,passthroughAyan Kumar Halder2021-11-102-0/+9
* 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-052-5/+11
* 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-182-2/+32
* 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-103-0/+49
* Add baremetal Linux supportBrian Woods2021-09-102-108/+243
* Restructure uboot-script-gen for Linux supportBrian Woods2021-09-031-273/+285
* Add FIT signing options to configBrian Woods2021-09-032-3/+21
* Add support for setting LOAD_CMD in the configBrian Woods2021-09-032-8/+24