No description
Find a file
Hector Martin 5175c7a31b Chainloading, ADT support, misc fixes
Signed-off-by: Hector Martin <marcan@marcan.st>
2021-01-15 04:04:12 +09:00
artwork@35626c31f5 Initial commit 2021-01-15 04:03:35 +09:00
data Initial commit 2021-01-15 04:03:35 +09:00
src Chainloading, ADT support, misc fixes 2021-01-15 04:04:12 +09:00
.clang-format Initial commit 2021-01-15 04:03:35 +09:00
.editorconfig .editorconfig: trim trailing whitespace 2021-01-15 04:04:12 +09:00
.gitignore Initial commit 2021-01-15 04:03:35 +09:00
.gitmodules Initial commit 2021-01-15 04:03:35 +09:00
LICENSE Initial commit 2021-01-15 04:03:35 +09:00
m1n1.ld Reduce alignment to 16k, size optimization 2021-01-15 04:04:12 +09:00
Makefile Chainloading, ADT support, misc fixes 2021-01-15 04:04:12 +09:00
README.md Chainloading, ADT support, misc fixes 2021-01-15 04:04:12 +09:00

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.