Skip to content

Commit

Permalink
Update firmware to tag 20240115
Browse files Browse the repository at this point in the history
Align host and guest firmware tags to 20240115.

Tests done:
- Ubuntu boot
- Wi-Fi and Bluetooth functionality on ubuntu
- i915 firmware load on ubuntu

Tracked-On: OAM-116870
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
JeevakaPrabu committed Mar 25, 2024
1 parent 7719563 commit 88e6467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_scripts/setup_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ function ubu_enable_host_sriov(){
}

function ubu_update_fw(){
FW_REL="linux-firmware-20230919"
FW_REL="linux-firmware-20240115"

[ ! -f $CIV_WORK_DIR/$FW_REL.tar.xz ] && wget "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20230919.tar.gz" -P $CIV_WORK_DIR
[ ! -f $CIV_WORK_DIR/$FW_REL.tar.xz ] && wget "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20240115.tar.gz" -P $CIV_WORK_DIR

[ -d $CIV_WORK_DIR/$FW_REL ] && rm -rf $CIV_WORK_DIR/$FW_REL
tar -xf $CIV_WORK_DIR/$FW_REL.tar.gz
Expand Down

0 comments on commit 88e6467

Please sign in to comment.