Compare commits
1 Commits
master
...
ec-version
Author | SHA1 | Date | |
---|---|---|---|
|
1d973574fe |
@ -21,6 +21,7 @@ features apply to your model and firmware version, see the
|
|||||||
- adl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
|
- adl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
|
||||||
- rpl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
|
- rpl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
|
||||||
- rpl: Fixed TCSS ACPI access
|
- rpl: Fixed TCSS ACPI access
|
||||||
|
- Changed the EC version to be distinct from the SBIOS version
|
||||||
|
|
||||||
## 2024-01-18
|
## 2024-01-18
|
||||||
|
|
||||||
|
@ -20,5 +20,5 @@ done < "$1"
|
|||||||
BUILD_DIR="build"
|
BUILD_DIR="build"
|
||||||
|
|
||||||
make -C ec BUILD="$BUILD_DIR" clean
|
make -C ec BUILD="$BUILD_DIR" clean
|
||||||
make -C ec VERSION="${VERSION}" "${EC_ARGS[@]}" BUILD="$BUILD_DIR" -j "$(nproc)"
|
make -C ec "${EC_ARGS[@]}" BUILD="$BUILD_DIR" -j "$(nproc)"
|
||||||
cp "ec/$BUILD_DIR/ec.rom" "$2"
|
cp "ec/$BUILD_DIR/ec.rom" "$2"
|
||||||
|
@ -87,8 +87,7 @@ KERNELVERSION="${VERSION}" \
|
|||||||
# Rebuild EC firmware for System76 EC models
|
# Rebuild EC firmware for System76 EC models
|
||||||
if [ ! -e "${MODEL_DIR}/ec.rom" ] && [ -e "${MODEL_DIR}/ec.config" ]
|
if [ ! -e "${MODEL_DIR}/ec.rom" ] && [ -e "${MODEL_DIR}/ec.config" ]
|
||||||
then
|
then
|
||||||
env VERSION="${VERSION}" \
|
./scripts/_build/ec.sh \
|
||||||
./scripts/_build/ec.sh \
|
|
||||||
"${MODEL_DIR}/ec.config" \
|
"${MODEL_DIR}/ec.config" \
|
||||||
"${BUILD}/ec.rom"
|
"${BUILD}/ec.rom"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user