diff options
author | Alexandre Ghiti <alexghiti@rivosinc.com> | 2023-08-17 15:07:33 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-08-18 11:04:05 -0600 |
commit | e79be4bea58f1b87921a7625013a6be4087f8ce2 (patch) | |
tree | 12844e2411b96cd9d97571d0e714c3e856c64596 /Documentation/riscv/boot-image-header.rst | |
parent | b4ba5e5eafad45305630f36b6a6b313b7309df67 (diff) |
Documentation: riscv: Add early boot document
This document describes the constraints and requirements of the early
boot process in a RISC-V kernel.
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Reviewed-by: Björn Töpel <bjorn@rivosinc.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Song Shuai <songshuaishuai@tinylab.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230817130734.10387-2-alexghiti@rivosinc.com
Diffstat (limited to 'Documentation/riscv/boot-image-header.rst')
-rw-r--r-- | Documentation/riscv/boot-image-header.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/riscv/boot-image-header.rst b/Documentation/riscv/boot-image-header.rst index d7752533865f..a4a45310c4c4 100644 --- a/Documentation/riscv/boot-image-header.rst +++ b/Documentation/riscv/boot-image-header.rst @@ -7,9 +7,6 @@ Boot image header in RISC-V Linux This document only describes the boot image header details for RISC-V Linux. -TODO: - Write a complete booting guide. - The following 64-byte header is present in decompressed Linux kernel image:: u32 code0; /* Executable code */ |