summaryrefslogtreecommitdiff
path: root/distrib/arm64
AgeCommit message (Expand)Author
2023-04-24Change variables 'MRFSDISKTYPE' to 'MRDISKTYPE' like every other arch.Kenneth R Westerback
2023-04-17Remove unused variables FSDISKTYPE that point at non-existantKenneth R Westerback
2023-04-14check if there is actually anything to extract from the firmware tarballRobert Nagy
2023-04-04Enable guided disk encryption support on arm64Klemens Nanni
2023-04-04Make root on softraid installations boot out of the box on Raspberry PisKlemens Nanni
2023-04-03Stop writing pine64 firmware to diskKlemens Nanni
2023-03-29Add missing semicolon to properly end switch caseKlemens Nanni
2023-03-29Use character not block devices with dd(1) like the restKlemens Nanni
2023-03-29Unify variable usage in arm64 and armv7 md_installboot() with the restKlemens Nanni
2023-03-26Simplify apple firmware copyingKlemens Nanni
2023-03-25pine64: Silence dd(1) properlyKlemens Nanni
2023-02-10Use "echo '/ *' | disklabel -wAT-" to put all free space into theKenneth R Westerback
2023-02-06Add space after comma in MD "No * partition in *,try again." repliesKlemens Nanni
2023-01-28install sbin/kbd on arm64's ramdisk, so a user can set a keyboard layout ifPeter Hessler
2022-09-26Hide error messages while extracting Apple firmware. Depending on theMark Kettenis
2022-09-03Keep _fw2 in local md_consoleinfo() scopeKlemens Nanni
2022-09-03Copy Apple touchpad firmware on machines that need it.Mark Kettenis
2022-08-07Modern EFI systems tend to want larger EFI Sys partitions, they playTheo de Raadt
2022-03-31on-ramdisk firmware extraction can overflow the install-media directoryTheo de Raadt
2022-03-28Running getty(8) on /dev/console when using a glass console interferes withMark Kettenis
2022-03-22Polish the bits that copy the firmware in place on Apple systems a bit more.Mark Kettenis
2022-03-13Now that fdisk(8) retains the EFI System Partition on Apple systems, skipMark Kettenis
2022-03-06Simple move firmware subdirectory in place as suggested by deraadt@Mark Kettenis
2022-03-06Fetch bwfm(4) firmware from the EFI System Partition on Apple SiliconMark Kettenis
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-04Now that installboot(8) creates the startup.nsh file, remove the shellMark Kettenis
2021-12-14Don't overwrite the Raspberry Pi config.txt if it already exists.Mark Kettenis
2021-10-04Add firmwares for rsu(4), rtwn(4), and urtwn(4) drivers.Kevin Lo
2021-09-26'-g' no longer needs '-i'.Kenneth R Westerback
2021-08-29new installboot will sometimes reuse the existing msdos boot partition insteadTheo de Raadt
2021-07-26Pass make flags to kernel and lib buildskn
2021-07-20Use installboot -p such that the right partition will be newfs'ed.Mark Kettenis
2021-07-18Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"Theo de Raadt
2021-07-16Replace dhclient with dhcpleased/resolvd on the ramdisk.Florian Obser
2021-06-25Allow (w)hole disk allocation for GPT disks. Use fdisk -A when Apple APFS ISCKenneth R Westerback
2021-06-07Changing the default from (W)hole disk to (E)dit MBR wasn't enough to preventMark Kettenis
2021-06-06Use installboot(8) on arm64 ramdisks like we do for amd64.Mark Kettenis
2021-06-03Use machdep.compatible to determine Pine64 and Raspberry Pi "platforms".Mark Kettenis
2021-05-30Add initial support for installing on a disk with a GPT. Mostly taken fromMark Kettenis
2021-04-17Embiggen arm64 ramdisk kernel and miniroot/install img files. ProvideStuart Henderson
2021-04-13handle iso dirTheo de Raadt
2021-04-10build arm64 install*.imgTheo de Raadt
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-06-07eliminate differences between all the list files as much asTheo de Raadt