2021-01-12 18:22:11 +00:00
|
|
|
# m1n1: an experimentation playground for Apple Silicon
|
|
|
|
|
|
|
|
(And perhaps some day a Linux bootloader)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
m1n1 is licensed under the MIT license, as included in the [LICENSE](LICENSE) file.
|
|
|
|
|
2021-01-14 19:05:45 +00:00
|
|
|
* Copyright (C) 2021 The Asahi Linux contributors
|
|
|
|
|
2021-01-12 18:22:11 +00:00
|
|
|
Please see the Git history for authorship information.
|
|
|
|
|
|
|
|
Portions of m1n1 are based on mini:
|
2021-01-14 18:55:20 +00:00
|
|
|
|
2021-01-14 19:05:45 +00:00
|
|
|
* Copyright (C) 2008-2010 Hector Martin "marcan" <marcan@marcan.st>
|
2021-01-15 04:04:01 +00:00
|
|
|
* Copyright (C) 2008-2010 Sven Peter <sven@svenpeter.dev>
|
2021-01-14 19:05:45 +00:00
|
|
|
* Copyright (C) 2008-2010 Andre Heider <a.heider@gmail.com>
|
2021-01-14 18:55:20 +00:00
|
|
|
|
2021-01-23 13:25:34 +00:00
|
|
|
m1n1 embeds libfdt, which is dual [BSD](3rdparty_licenses/LICENSE.BSD-2.libfdt) and
|
|
|
|
[GPL-2](3rdparty_licenses/LICENSE.GPL-2) licensed and copyright:
|
2021-01-14 18:55:20 +00:00
|
|
|
|
2021-01-14 19:05:45 +00:00
|
|
|
* Copyright (C) 2006 David Gibson, IBM Corporation.
|
2021-01-14 18:55:20 +00:00
|
|
|
|
|
|
|
The ADT code in mini is also based on libfdt and subject to the same license.
|
2021-01-14 19:05:45 +00:00
|
|
|
|
2021-01-23 13:25:34 +00:00
|
|
|
m1n1 embeds [minlzma](https://github.com/ionescu007/minlzma), which is
|
|
|
|
[MIT](3rdparty_licenses/LICENSE.minlzma) licensed and copyright:
|
|
|
|
|
|
|
|
* Copyright (c) 2020 Alex Ionescu
|
|
|
|
|
|
|
|
m1n1 embeds a slightly modified version of [tinf](https://github.com/jibsen/tinf), which is
|
|
|
|
[ZLIB](3rdparty_licenses/LICENSE.tinf) licensed and copyright:
|
|
|
|
|
|
|
|
* Copyright (c) 2003-2019 Joergen Ibsen
|