diff --git a/LICENSE b/LICENSE index f0b911b..c3d2fcf 100644 --- a/LICENSE +++ b/LICENSE @@ -64,4 +64,32 @@ License: custom ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH - DAMAGE. + DAMAGE. + +License: uIP + Copyright (c) 2006, Swedish Institute of Computer Science. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the Institute nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. diff --git a/firmware/beta/pieeprom-2022-02-04.bin b/firmware/beta/pieeprom-2022-02-04.bin new file mode 100755 index 0000000..0816cc2 Binary files /dev/null and b/firmware/beta/pieeprom-2022-02-04.bin differ diff --git a/firmware/release-notes.md b/firmware/release-notes.md index b8a40b1..3cd1667 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -1,5 +1,8 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2022-02-04 - Network Install - BETA + * New network install feature for the bootloader + ## 2022-01-25 - Promote pieeprom-2022-01-25 to the DEFAULT release Interesting changes since the last default release * Support and bug fixes for all Compute Module variants. diff --git a/imager/make-release b/imager/make-release index 556d780..e01fe70 100755 --- a/imager/make-release +++ b/imager/make-release @@ -38,7 +38,7 @@ gen_release() { "${script_dir}/../rpi-eeprom-config" \ --config "${config}" --out pieeprom.bin \ "${firmware_dir}/pieeprom-${pieeprom_version}.bin" || die "Failed to create updated EEPROM config with \"${config}\"" - sha256sum pieeprom.bin | awk '{print $1}' > pieeprom.sig + ${script_dir}/../rpi-eeprom-digest -i pieeprom.bin -o pieeprom.sig echo "Creating ${out}" zip "${out}" * cleanup