Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submodule update #1105

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Submodule update #1105

merged 1 commit into from
Jun 25, 2024

Conversation

agkaminski
Copy link
Member

  • phoenix-rtos-devices b8885c5...cc28524 (1):

    zynq7000-uart: fix race condition

  • phoenix-rtos-kernel d50d1c3...47ac14e (6):

    riscv64: sync cores only if SMP is enabled
    riscv64: shootdown TLB through SBI
    hal/cpu: add hal_cpuSmpSync function
    riscv64: add SMP support
    proc: add PGHD_READ attribute where necessary
    riscv64/interrupts: enable FPU on compressed FP instructions

  • plo 8e760cc...5bf3ca4 (2):

    cmds/kernel: fix condition for saving kernel's beginning address
    hal/riscv64: adapt to multicore

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

* phoenix-rtos-devices b8885c5...cc28524 (1):
  > zynq7000-uart: fix race condition

* phoenix-rtos-kernel d50d1c3...47ac14e (6):
  > riscv64: sync cores only if SMP is enabled
  > riscv64: shootdown TLB through SBI
  > hal/cpu: add hal_cpuSmpSync function
  > riscv64: add SMP support
  > proc: add PGHD_READ attribute where necessary
  > riscv64/interrupts: enable FPU on compressed FP instructions

* plo 8e760cc...5bf3ca4 (2):
  > cmds/kernel: fix condition for saving kernel's beginning address
  > hal/riscv64: adapt to multicore
@agkaminski agkaminski requested a review from a team June 25, 2024 14:24
Copy link

github-actions bot commented Jun 25, 2024

Unit Test Results

7 460 tests  ±0   6 745 ✅ ±0   37m 39s ⏱️ -5s
  420 suites ±0     715 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 5220afa. ± Comparison against base commit 92de94d.

♻️ This comment has been updated with latest results.

@gerard5 gerard5 merged commit 8d7aec5 into master Jun 25, 2024
30 checks passed
@gerard5 gerard5 deleted the agkaminski/supdate branch June 25, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants