m1n1/README.md
Hector Martin 5175c7a31b Chainloading, ADT support, misc fixes
Signed-off-by: Hector Martin <marcan@marcan.st>
2021-01-15 04:04:12 +09:00

722 B

m1n1: an experimentation playground for Apple Silicon

(And perhaps some day a Linux bootloader)

License

Copyright (c) 2021 The Asahi Linux contributors

m1n1 is licensed under the MIT license, as included in the LICENSE file.

Please see the Git history for authorship information.

Portions of m1n1 are based on mini:

Copyright (c) 2008-2010 Hector Martin "marcan" marcan@marcan.st Copyright (c) 2008-2010 Sven Peter sven@svenpeter.dev Copyright (c) 2008-2010 Andre Heider a.heider@gmail.com

m1n1 embeds libfdt, which is dual BSD and GPL-2 licensed and copyright:

Copyright (C) 2006 David Gibson, IBM Corporation.

The ADT code in mini is also based on libfdt and subject to the same license.