diff --git a/README.md b/README.md index 3f11987..c08e92d 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ sudo apt-get install \ gnat \ mtools \ nasm \ - uuid-dev + uuid-dev \ + zlib1g-dev ``` -### Install rust nightly +### Install rust ``` -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \ + | sh -s -- -y --default-toolchain "$(cat rust-toolchain)" ``` ### Load cargo environment (or optionally reboot) @@ -44,9 +46,9 @@ cargo install cargo-xbuild - [apps](./apps) - Applications - [coreboot](https://github.com/system76/coreboot.git) - coreboot README -- [edk2](https://github.com/system76/edk2.git) - EDK II Project +- [edk2](https://github.com/system76/edk2.git) - EDK II Project - [edk2-non-osi](https://github.com/tianocore/edk2-non-osi.git) -- [edk2-platforms](https://github.com/system76/edk2-platforms.git) - **EDK II Minimum Platform Firmware for Intel(R) Platforms** +- [edk2-platforms](https://github.com/system76/edk2-platforms.git) - This branch holds all platforms actively maintained against the - [FSP](https://github.com/IntelFsp/FSP.git) - IntelĀ® Firmware Support Package (IntelĀ® FSP) Binaries - [libs](./libs) - Libraries - [models](./models) - Models diff --git a/README.md.in b/README.md.in index 6559d43..91ee88b 100644 --- a/README.md.in +++ b/README.md.in @@ -15,12 +15,14 @@ sudo apt-get install \ gnat \ mtools \ nasm \ - uuid-dev + uuid-dev \ + zlib1g-dev ``` -### Install rust nightly +### Install rust ``` -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \ + | sh -s -- -y --default-toolchain "$(cat rust-toolchain)" ``` ### Load cargo environment (or optionally reboot) diff --git a/models/galp3-b/README.md b/models/galp3-b/README.md index 81fd903..6d18f7c 100644 --- a/models/galp3-b/README.md +++ b/models/galp3-b/README.md @@ -7,7 +7,7 @@ https://system76.com/guides/galp3 - [EC](./ec.rom) - Size: 128 KB - Model: N140WU - - Version: 1.07.03 + - Version: 1.05.02 - [FD](./fd.rom) - Size: 4 KB - HAP: true diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..7abca8e --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly-2019-03-11