Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-jumpstart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -34,12 +34,12 @@ repos:
- id: black

- repo: https://github.com/ikamensh/flynt/
rev: 1.0.2
rev: 1.0.3
hooks:
- id: flynt

- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.2
hooks:
- id: pyupgrade

Expand Down
9 changes: 9 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: JumpStart
Upstream-Contact: Rivos Inc.
Source: https://github.com/rivosinc/JumpStart

# Files from Meta
Files: CODE_OF_CONDUCT.md CONTRIBUTING.md
Copyright: Meta Platforms, Inc.
License: Apache-2.0
6 changes: 6 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->

# Code of Conduct

## Our Pledge
Expand Down
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->

# Contributing to JumpStart
We want to make contributing to this project as easy and transparent as
possible.
Expand Down Expand Up @@ -28,4 +34,4 @@ outlined on that page and do not file a public issue.

## License
By contributing to JumpStart, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.
under the LICENSE file in the root directory of this source tree.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->
Expand Down
2 changes: 1 addition & 1 deletion docs/faqs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->
Expand Down
2 changes: 1 addition & 1 deletion docs/jumpstart_internals.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->
Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start_anatomy_of_a_diag.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->
Expand Down
2 changes: 1 addition & 1 deletion docs/reference_manual.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.

SPDX-License-Identifier: Apache-2.0
-->
Expand Down
2 changes: 1 addition & 1 deletion include/common/cpu_bits.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/delay.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/heap.smode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/jumpstart.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/lock.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/lock.mmode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/lock.smode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/tablewalk.smode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/time.mmode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/time.smode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/uart.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/uart.mmode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/uart.smode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/utils.mmode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/utils.smode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 Rivos Inc.
* SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion include/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
6 changes: 2 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -72,11 +72,9 @@ if get_option('run_target') == 'spike'

else
if spike_isa_string == ''
spike_isa_string = 'rv64gcvh_zba_zbb_zbs_zkr_svpbmt_smstateen_zicntr'
spike_isa_string = 'rv64gcvh_zba_zbb_zbs_zkr_svpbmt_smstateen_zicntr_zicclsm'
endif

default_spike_args += ['--misaligned']

endif

if spike_isa_string != ''
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_diag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_tools/diag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_tools/diag_factory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_tools/environment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_tools/environments.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_tools/meson.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/data_structures/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/data_structures/bitfield_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/data_structures/cstruct.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/data_structures/dict_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/data_structures/list_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_diag_sources.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/memory_management/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/memory_management/linker_script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/memory_management/memory_mapping.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/memory_management/page_size.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/memory_management/page_tables.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/public/functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/system/functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2023 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion scripts/utils/binary_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2025 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/generate_batch_test_manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: 2024 - 2025 Rivos Inc.
# SPDX-FileCopyrightText: 2024 - 2026 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
Loading
Loading