Skip to content

Commit b138900

Browse files
authored
N.B -> NOTE: and Warning: -> WARNING:
Properly generate call out blocks.
1 parent f3e55fa commit b138900

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Default: `0`
286286

287287
`NETCONSOLE` duplicates debug messages to the network interface. The IP addresses and ports are defined by the `NETCONSOLE` string.
288288

289-
N.B. NETCONSOLE blocks until the ethernet link is established or a timeout occurs. The timeout value is `DHCP_TIMEOUT` although DHCP is not attempted unless network boot is requested.
289+
NOTE: NETCONSOLE blocks until the ethernet link is established or a timeout occurs. The timeout value is `DHCP_TIMEOUT` although DHCP is not attempted unless network boot is requested.
290290

291291
===== Format
292292

@@ -445,7 +445,7 @@ Configures the EEPROM `Write Status Register`. This can be set to either mark th
445445

446446
This option must be used in conjunction with the EEPROM `/WP` pin which controls updates to the EEPROM `Write Status Register`. Pulling `/WP` low (CM4 `EEPROM_nEP` or Pi4B `TP5`) does NOT write-protect the EEPROM unless the `Write Status Register` has also been configured.
447447

448-
See: https://www.winbond.com/resource-files/w25x40cl_f%2020140325.pdf[Winbond W25x40cl datasheet]
448+
See the https://www.winbond.com/resource-files/w25x40cl_f%2020140325.pdf[Winbond W25x40cl datasheet] for further details.
449449

450450
`eeprom_write_protect` settings in `config.txt` for `recovery.bin`.
451451

@@ -462,7 +462,7 @@ See: https://www.winbond.com/resource-files/w25x40cl_f%2020140325.pdf[Winbond W2
462462
| Do nothing.
463463
|===
464464

465-
N.B `flashrom` does not support clearing of the write-protect regions and will fail to update the EEPROM if write-protect regions are defined.
465+
NOTE: `flashrom` does not support clearing of the write-protect regions and will fail to update the EEPROM if write-protect regions are defined.
466466

467467
Default: `-1`
468468

@@ -478,4 +478,4 @@ Default: `1`
478478

479479
After reading `config.txt` the GPU firmware `start4.elf` reads the bootloader EEPROM config and checks for a section called `[config.txt]`. If the `[config.txt]` section exists then the contents from the start of this section to the end of the file is appended in memory, to the contents of the `config.txt` file read from the boot partition. This can be used to automatically apply settings to every operating system, for example, dtoverlays.
480480

481-
Warning: If an invalid configuration which causes boot to fail is specified then the bootloader EEPROM will have to be re-flashed.
481+
WARNING: If an invalid configuration which causes boot to fail is specified then the bootloader EEPROM will have to be re-flashed.

0 commit comments

Comments
 (0)