summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Machine.hs
AgeCommit message (Collapse)Author
2018-04-12I tested the banana pi earlier, forgot to move it to the tested sectionJoey Hess
2017-11-19Merge branch 'joeyconfig'Joey Hess
2017-11-19typo in exampleJoey Hess
2017-11-19fix haddockJoey Hess
2017-11-19partition table in InfoJoey Hess
Diskimage.imageBuiltFor: New property to build a disk image for a Host, using partition table information configured via the new properties hasPartitionTableType, hasPartition and adjustPartition. This lets Machine properties include eg /boot partitions that are known to be needed by the bootloader, and the user can adjust those partitions and add others. This commit was sponsored by Brock Spratlen on Patreon.
2017-11-17tested banana piJoey Hess
This commit was sponsored by André Pereira on Patreon.
2017-11-17tested 2 more arm boards and added a bunch moreJoey Hess
All the ones that https://wiki.debian.org/InstallingDebianOn/Allwinner says have been tested will probably work. This commit was sponsored by Francois Marier on Patreon.
2017-11-17propellor spinJoey Hess
2017-11-17fix error msgJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17add sheevaplugJoey Hess
There are two variants. It only runs on armel, not armhf. Made the properties for machines check the architecture will work. This commit was sponsored by Trenton Cronholm on Patreon.
2017-11-16policy on non-free firmwareJoey Hess
2017-11-16Uboot: New module.Joey Hess
Installing u-boot to the boot sector is not needed by some boards (my CubieTruck boots without it), but may be by others. Tricky part was making u-boot be written to a disk image when building one. This commit was sponsored by Jake Vosloo on Patreon.
2017-11-16propellor spinJoey Hess
2017-11-16minorJoey Hess
2017-11-16Machine: New moduleJoey Hess
Machine-specific properties for ARM boards are being collected here See http://linux-sunxi.org/Mainline_Debian_HowTo and https://wiki.debian.org/InstallingDebianOn/Allwinner and https://wiki.debian.org/DebianKernel/ARMMP Currently has 2 arm boards that I use. This commit was sponsored by Anthony DeRobertis on Patreon.