summaryrefslogtreecommitdiff
path: root/distrib/arm64/ramdisk/Makefile
AgeCommit message (Expand)Author
2023-10-26the dependency should have been moved downTheo de Raadt
2023-10-26delete incorrect dependencyTheo de Raadt
2023-10-26construct EFI bootable cdXX.iso and instalXX.iso filesTheo de Raadt
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-24Change variables 'MRFSDISKTYPE' to 'MRDISKTYPE' like every other arch.Kenneth R Westerback
2023-04-03Stop writing pine64 firmware to diskKlemens Nanni
2023-02-10Use "echo '/ *' | disklabel -wAT-" to put all free space into theKenneth R Westerback
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2021-07-26Pass make flags to kernel and lib buildskn
2021-04-17Embiggen arm64 ramdisk kernel and miniroot/install img files. ProvideStuart Henderson
2021-02-15distrib: arm64: avoid customization in mr.fs targetSebastien Marie
2020-05-18Make ffs2 the default for newfs; change all calls to create e.g. floppyOtto Moerbeek
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2019-11-17Use disable-bt overlay with raspberry pi so the pl011 will be used asJonathan Gray
2019-10-31When writing to a raw vnd device with dd if the input file size is not aJonathan Gray
2019-10-03remove device_tree_address from rpi config.txtJonathan Gray
2019-06-23Create space for the bootloader/firmware for Rockchip SoCs by leavingMark Kettenis
2019-05-03Further removal of differences (using install instead of cp, sortingTheo de Raadt
2019-04-30repair more trivial differencesTheo de Raadt
2019-04-30rm is in /bin, no need to specifyTheo de Raadt
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-29TOPDIR and TOP are not neccessary.Theo de Raadt
2019-04-29remove the abstraction REV on top of abstraction OSrev which is alwaysTheo de Raadt
2019-04-28Cull BSDRD variables which are always bsd.rdTheo de Raadt
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanTheo de Raadt
2019-04-28the BSD_RD variable is pointlessTheo de Raadt
2019-04-05Use new rdsetroot.Theo de Raadt
2019-01-24kernels in compile dirs are readonly, and the bsd.rd we created hasChristian Weisgerber
2017-08-22Include Pine64 support in the install media now we can do so without boot0.Jonathan Gray
2017-02-18Add miniroot and ramdisk hooks for the Raspberry Pi 3.Jonathan Gray
2017-01-23Add support for creating RAMDISK kernels for arm64. Based onPatrick Wildt