forked from antmicro/renode-linux-runner-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates buildroot and hifive_unleashed kernel
Bumps kernel version 5.10.179 -> 5.10.186 Bumps buildroot version 2023.02.1 -> 2023.02.2
- Loading branch information
1 parent
3ca0266
commit e75e6bf
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 9c1057166890a91869a60851e8a8708883eb8921 Mon Sep 17 00:00:00 2001 | ||
From b9b2e6ba46b9746b39de5df647fcfab22ec80bf2 Mon Sep 17 00:00:00 2001 | ||
From: Wiktor Ogrodnik <[email protected]> | ||
Date: Fri, 10 Mar 2023 10:25:27 +0100 | ||
Subject: [PATCH 1/2] linux dts patches | ||
|
@@ -61,5 +61,5 @@ index dddabfbbc7a9..15e528335102 100644 | |
- status = "okay"; | ||
-}; | ||
-- | ||
2.30.2 | ||
2.39.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From e444834cc5b6aa4d4e85fd7a5777b91a9a05022b Mon Sep 17 00:00:00 2001 | ||
From f037f7f928d58033ff856888576f8dc1cf59268d Mon Sep 17 00:00:00 2001 | ||
From: Wiktor Ogrodnik <[email protected]> | ||
Date: Thu, 6 Apr 2023 14:30:25 +0200 | ||
Subject: [PATCH 2/2] disable multicore emulation | ||
|
@@ -103,5 +103,5 @@ index 64c06c9b41dc..58d9f0ec8f13 100644 | |
prci: clock-controller@10000000 { | ||
compatible = "sifive,fu540-c000-prci"; | ||
-- | ||
2.30.2 | ||
2.39.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
BUILDROOT_VERSION="2023.02.1" | ||
BUILDROOT_VERSION="2023.02.2" | ||
ARCH="$1" | ||
NAME="$2" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
BUILDROOT_VERSION="2023.02.1" | ||
BUILDROOT_VERSION="2023.02.2" | ||
ARCH="$1" | ||
BOARD="$2" | ||
|
||
|