Compare commits
2 Commits
master
...
sg2042-v1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a53bd85c5 | ||
|
|
9485e06926 |
26
.github/workflows/repo-lockdown.yml
vendored
26
.github/workflows/repo-lockdown.yml
vendored
@@ -1,26 +0,0 @@
|
||||
name: 'Repo Lockdown'
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: opened
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/repo-lockdown@v4
|
||||
with:
|
||||
pr-comment: |
|
||||
We have mailing list based patch review so it would be great if you can send these patchs to OpenSBI mailing list.
|
||||
|
||||
You need to join OpenSBI mailing list using following link
|
||||
http://lists.infradead.org/mailman/listinfo/opensbi
|
||||
|
||||
Make sure you use "git send-email" to send the patches.
|
||||
|
||||
Thanks for your contribution to OpenSBI project.
|
||||
lock-pr: true
|
||||
close-pr: true
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#define SOPHGO_SG2042_TIMER_BASE 0x70ac000000ULL
|
||||
#define SOPHGO_SG2042_TIMER_SIZE 0x10000UL
|
||||
#define SOPHGO_SG2042_TIMER_NUM 16
|
||||
#define SOPHGO_SG2042_TIMER_NUM 32
|
||||
|
||||
static int sophgo_sg2042_early_init(bool cold_boot)
|
||||
{
|
||||
@@ -32,7 +32,7 @@ static int sophgo_sg2042_early_init(bool cold_boot)
|
||||
thead_register_tlb_flush_trap_handler();
|
||||
|
||||
/*
|
||||
* Sophgo sg2042 soc use separate 16 timers while initiating,
|
||||
* Sophgo sg2042 soc use separate 16/32 timers while initiating,
|
||||
* merge them as a single domain to avoid wasting.
|
||||
*/
|
||||
if (cold_boot)
|
||||
|
||||
Reference in New Issue
Block a user