Skip to content

Commit 43abfe7

Browse files
committed
docs: small cleanup.
1 parent f3e63d8 commit 43abfe7

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs/PQ.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ These two hash-based PQ signature options are supported:
107107
- LMS: uses wolfcrypt implementation from `wc_lms.c`, and `wc_lms_impl.c`.
108108
- XMSS: uses wolfcrypt implementation from `wc_xmss.c`, and `wc_xmss_impl.c`.
109109

110-
The wolfcrypt implementations are more performant and are recommended.
111-
The external integrations are experimental and for testing interoperability.
112-
113110
### LMS/HSS Config
114111

115112
A new LMS sim example has been added here:

docs/Targets.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,13 +1106,13 @@ This should output 3 binary files, `wolfboot.bin`, `image_v1_signed.bin` and `fa
11061106

11071107
### Hardware Setup LS1028ARDB
11081108

1109-
DIP Switch Configuraiton for XSPI_NOR_BOOT:
1109+
DIP Switch Configuration for XSPI_NOR_BOOT:
11101110
```
11111111
SW2 : 0xF8 = 11111000 SW3 : 0x70 = 01110000 SW5 : 0x20 = 00100000
11121112
Where '1' = UP/ON
11131113
```
11141114

1115-
UART Configuraiton:
1115+
UART Configuration:
11161116
```
11171117
Baud Rate: 115200
11181118
Data Bits: 8
@@ -1155,15 +1155,15 @@ the RCW is `0x0` and the address offset for wolboot is `0x1000`.
11551155

11561156
#### Other Tools
11571157

1158-
1. Make sure the memory addresses are alinged with the `.config` file.
1159-
2. Note the important NOR flash addresses in the defualt config are as follows.
1158+
1. Make sure the memory addresses are aligned with the `.config` file.
1159+
2. Note the important NOR flash addresses in the default config are as follows.
11601160
3. RCW location is offset `0x0` or `0x20000000` memory mapped.
11611161
4. Wolfboot location is offset `0x1000` or `0x20001000` where wolfboot starts.
11621162
5. Application location is offset `0x20000` or `0x20020000` where application code goes.
11631163
6. Update location is offset `0x40000` or `0x20040000` where the new or updated applciaiton goes.
11641164
7. Load Location is `0x18020100` which is OCRAM or where the applciaiton code is loaded if using RAM loading from
11651165
8. DTS Location is
1166-
9. Update memory locations as neeeded.
1166+
9. Update memory locations as needed.
11671167

11681168

11691169
## Cortex-A53 / Raspberry PI 3 (experimental)
@@ -1251,7 +1251,7 @@ cp wolfboot_linux_raspi.bin /media/foo/boot/kernel8.img
12511251

12521252
* Troubleshooting
12531253

1254-
o Turn on UART for debugging to know what boot-process is going on. Chaning DEBUG_UART property in .config to 1.
1254+
o Turn on UART for debugging to know what boot-process is going on. Changing DEBUG_UART property in .config to 1.
12551255
```
12561256
DEBUG_UART?=1
12571257
```

0 commit comments

Comments
 (0)