Sam Lewis has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50988 )
Change subject: Documentation: Fix formatting in BBB doc ......................................................................
Documentation: Fix formatting in BBB doc
Fixes a few formatting errors in the Beaglebone Black documentation page, so that it renders as intended.
Change-Id: Iea5a74789213170c514de4b14c69375eb4cf85e1 Signed-off-by: Sam Lewis sam.vr.lewis@gmail.com --- M Documentation/mainboard/ti/beaglebone-black.md 1 file changed, 14 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/50988/1
diff --git a/Documentation/mainboard/ti/beaglebone-black.md b/Documentation/mainboard/ti/beaglebone-black.md index db37e28..fdd327e 100644 --- a/Documentation/mainboard/ti/beaglebone-black.md +++ b/Documentation/mainboard/ti/beaglebone-black.md @@ -56,17 +56,17 @@
The pin mapping is shown below for J1.
- ```eval_rst - +----------------------------+------------+ - | Pin number | Function | - +============================+============+ - | 1 (Closest to barrel jack) | GND | - +----------------------------+------------+ - | 4 | RX | - +----------------------------+------------+ - | 5 | TX | - +----------------------------+------------+ - ``` +```eval_rst ++----------------------------+------------+ +| Pin number | Function | ++============================+============+ +| 1 (Closest to barrel jack) | GND | ++----------------------------+------------+ +| 4 | RX | ++----------------------------+------------+ +| 5 | TX | ++----------------------------+------------+ + ```
## Boot Process The AM335x contains ROM code to allow booting in a number of different @@ -114,7 +114,7 @@ coreboot to run at a different MPU frequency than the 500 MHz set by the boot ROM.
-# Todo +## Todo - Allow coreboot to run from the Beaglebone Black's internal eMMC. This would require updating the `mmc.c` driver to support running from both SD and eMMC. - Support the boot ROMs *FAT mode* so that the coreboot binary can be placed on @@ -127,5 +127,5 @@ hang on a bad SD card or when the SD card is removed during boot.
-[Beaglebone Black]: https://beagleboard.org/black [U-Boot Falcon mode]: -https://elixir.bootlin.com/u-boot/v2020.07/source/doc/README.falcon \ No newline at end of file +[Beaglebone Black]: https://beagleboard.org/black +[U-Boot Falcon mode]: https://elixir.bootlin.com/u-boot/v2020.07/source/doc/README.falcon \ No newline at end of file