No description
Find a file
Hector Martin 009f04775e utils: add __assert_fail function to make assert() work
Signed-off-by: Hector Martin <marcan@marcan.st>
2021-01-23 22:42:25 +09:00
3rdparty_licenses proxy: add XZ and GZ decompression functions and code 2021-01-23 22:42:23 +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
proxyclient proxy: introduce reboot() as distinct from vector() 2021-01-23 22:42:25 +09:00
src utils: add __assert_fail function to make assert() work 2021-01-23 22:42:25 +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 proxyclient: initial files 2021-01-15 04:04:12 +09:00
.gitmodules Initial commit 2021-01-15 04:03:35 +09:00
LICENSE LICENSE: fix typo 2021-01-15 12:55:21 +09:00
m1n1.ld m1n1.ld: clang compat, define _base symbol inside SECTIONS for relative symbol resolution 2021-01-23 22:09:22 +09:00
Makefile proxy: add XZ and GZ decompression functions and code 2021-01-23 22:42:23 +09:00
README.md proxy: add XZ and GZ decompression functions and code 2021-01-23 22:42:23 +09: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 file.

  • Copyright (C) 2021 The Asahi Linux contributors

Please see the Git history for authorship information.

Portions of m1n1 are based on mini:

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.

m1n1 embeds minlzma, which is MIT licensed and copyright:

  • Copyright (c) 2020 Alex Ionescu

m1n1 embeds a slightly modified version of tinf, which is ZLIB licensed and copyright:

  • Copyright (c) 2003-2019 Joergen Ibsen