doc: Move console docs to rST

Move the console readme into the main documentation, with as few changes
as possible.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-21 19:21:04 -06:00
parent 03cc6418c1
commit 70bbe178a0
2 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,10 @@
SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2000
* Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
*/
.. SPDX-License-Identifier: GPL-2.0+
.. sectionauthor:: Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
.. (C) Copyright 2000
=======================
U-Boot console handling
========================
=======================
HOW THE CONSOLE WORKS?
----------------------
@@ -57,4 +56,4 @@ You can use the following functions to access the console:
fgetc (like getc but redirected to a file)
Remember that all FILE-related functions CANNOT be used before
U-Boot relocation (done in 'board_init_r' in arch/*/lib/board.c).
U-Boot relocation (done in 'board_init_r' in `arch/*/lib/board.c`).

View File

@@ -6,6 +6,7 @@ Use U-Boot
spl_boot
blkmap
console
dfu
environment
fdt_overlays