mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 11:17:07 +00:00
eb49df38bd
This code is gated behind the CHAINLOADING define. To build a release-style m1n1 with chainloading for use with the installer or kmutil, use: make CHAINLOADING=1 RELEASE=1 To tell m1n1 to chainload another binary, use this var payload: chainload=<ESP partition UUID>;<file path> e.g. chainload=a17b7e46-e950-bb4f-bc82-8ab1047a058e;m1n1/m1n1.bin Closes: #154 Co-authored-by: Finn Behrens <me@kloenk.dev> Co-authored-by: Joey Gouly <joey.gouly@arm.com> Signed-off-by: Hector Martin <marcan@marcan.st>
56 lines
697 B
TOML
56 lines
697 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
|
|
[[package]]
|
|
name = "cstr_core"
|
|
version = "0.2.5"
|
|
dependencies = [
|
|
"cty",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cty"
|
|
version = "0.2.2"
|
|
|
|
[[package]]
|
|
name = "fatfs"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.14"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.4.1"
|
|
|
|
[[package]]
|
|
name = "rust"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cstr_core",
|
|
"cty",
|
|
"fatfs",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "1.0.0-alpha.1"
|