aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for EFI in configBrian Woods2021-09-032-2/+12
* Change fit behavior for uboot-script-genBrian Woods2021-09-032-48/+58
* 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-032-0/+37
* 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-192-5/+16
* Add support for device tree overlaysBrian Woods2021-07-192-1/+59
* Add FIT signature supportBrian Woods2021-07-192-32/+65
* Add FIT support with scriptBrian Woods2021-07-192-16/+64
* Add support for creating a standard fit imageBrian Woods2021-07-192-6/+185
* Add support for modding device treeBrian Woods2021-07-192-36/+93
* Add a configurable SLACK parameter to set how many MB of free space are added...Víctor Mayoral Vilches2021-05-171-3/+13
* Account for rootfs compression and total sizeVíctor Mayoral Vilches2021-05-171-5/+23
* uboot-script-gen: skip DomUs with rootfs instead of exitingStefano Stabellini2021-05-172-6/+18
* Generate xl config files to create DomUs from Dom0Stefano Stabellini2021-05-172-0/+110
* Add LOAD_CMD parsing to disk_imageStefano Stabellini2021-05-172-3/+29