Skip to content

Commit

Permalink
Update README.md: Add link to waiver app process
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-rathore authored Dec 10, 2024
1 parent b0450a6 commit 855f841
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions SystemReady-band/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
- [Grub Menu & Complaince Run](#grub-menu--complaince-run)
- [ACS configs file](#acs-configs-file)
- [Log Parser scripts](#log-parser-scripts)
- [Standard Formatted Result](#standard-formatted-result)
- [Waiver application process](#waiver-application-process)
- [Verification on Arm Neoverse N2 reference design](#verification-on-arm-neoverse-n2-reference-design)
- [Software stack and Model](#software-stack-and-model)
- [Model run command](#model-run-command)
- [Security Implication](#security-implication)
- [License](#license)
- [Feedback, contributions, and support](#feedback-contributions-and-support)
Expand Down Expand Up @@ -197,19 +201,22 @@ This image comprise of single FAT file system partition recognized by UEFI: <br
### Log Parser scripts
- The scripts will parse the results generated by various test suite tools and consolidate them into JSON files. These JSON files will adhere to a standard format, maintaining a consistent structure for all test suites
- Also for easier intrepretation, results will also be captured in HTML format.

#### Standard Formatted Result
- The JSON and HTML formatted results are present in /acs_results/**acs_summary** folder.

#### Waiver application process
- Please follow the [waiver application guide](https://github.com/ARM-software/arm-systemready/blob/main/common/docs/waiver_guide.md) on details of waiver application to acs results
- Template of waiver.json can be found [here](https://github.com/ARM-software/arm-systemready/blob/main/common/docs/example_waiver.json)

## Verification on Arm Neoverse N2 reference design

Note: UEFI EDK2 setting for "Console Preference": The default is "Graphical". When that is selected, Linux output will goes to the graphical console (HDMI monitor). To force serial console output, you may change the "Console Preference" to "Serial".

### Arm Neoverse N2 reference design (RD-N2) FVP
### Software stack and Model

Follow the steps mentioned in [RD-N2 platform software user guide](https://neoverse-reference-design.docs.arm.com/en/latest/platforms/rdn2.html) to obtain RD-N2 FVP.

### Arm Neoverse N2 reference design (RD-N2) software stack

#### Prerequisites
sudo permission is required for building RD-N2 software stack.

Expand All @@ -227,7 +234,7 @@ RD-N2 should be built with the GIC changes as mentioned below as applicable.<br
> +mGicNumInterrupts = ARM_GIC_MAX_NUM_INTERRUPT;

### Running the image
### Model run command

1. Set the environment variable 'MODEL' <br />
`export MODEL=<absolute path to the RD-N2 FVP binary/FVP_RD_N2>`
Expand Down

0 comments on commit 855f841

Please sign in to comment.