From c4686419176ccfb1bf4bcb94fb25c040e05714fd Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Thu, 22 Sep 2022 19:06:42 -0600 Subject: Docs/architecture: Fix filename for coreboot architecture diagram A spelling mistake in the markdown reference to the coreboot vs EDK II bootflow diagram was previously fixed, but the actual filename was not changed resulting in a broken reference. Change-Id: I512646e9af312ba2e1db8f597f6fffa8d54a3515 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/67782 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- .../getting_started/comparision_coreboot_uefi.dia | Bin 3405 -> 0 bytes .../getting_started/comparision_coreboot_uefi.svg | 176 --------------------- .../getting_started/comparison_coreboot_uefi.dia | Bin 0 -> 3405 bytes .../getting_started/comparison_coreboot_uefi.svg | 176 +++++++++++++++++++++ 4 files changed, 176 insertions(+), 176 deletions(-) delete mode 100644 Documentation/getting_started/comparision_coreboot_uefi.dia delete mode 100644 Documentation/getting_started/comparision_coreboot_uefi.svg create mode 100644 Documentation/getting_started/comparison_coreboot_uefi.dia create mode 100644 Documentation/getting_started/comparison_coreboot_uefi.svg (limited to 'Documentation/getting_started') diff --git a/Documentation/getting_started/comparision_coreboot_uefi.dia b/Documentation/getting_started/comparision_coreboot_uefi.dia deleted file mode 100644 index 19c491fa7e66..000000000000 Binary files a/Documentation/getting_started/comparision_coreboot_uefi.dia and /dev/null differ diff --git a/Documentation/getting_started/comparision_coreboot_uefi.svg b/Documentation/getting_started/comparision_coreboot_uefi.svg deleted file mode 100644 index 3ea2fa69300d..000000000000 --- a/Documentation/getting_started/comparision_coreboot_uefi.svg +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - Platform Initialization Firmware Phases - - - EDK II - stages - - - time - - - coreboot - stages - - - - - - Security - (SEC) - - - - - - - Pre-EFI - Initialization Environment - (PEI) - - - - - - - Driver Execution - Environment - (DXE) - - - - - - - Boot Device Selection - (BDS) - - - - - - - bootblock - - - - - - - romstage - - - - - - - verstage - (optional) - - - - - - - postcar - (x86 only) - - - - - - - ramstage - - - - - - - SMM - (x86 only) - - - - - - - payload - - - - - - - Assembly - - - - - - - Cache-As-RAM - - - - - - - DRAM - - - - - - - - - - - C - - - - - - - ADA SPARK (x86 only) - - - - coreboot - source languages - - - code/heap - memory location - - - - - - - - BL31 - (ARM only) - - - - Power on - - - - - - - diff --git a/Documentation/getting_started/comparison_coreboot_uefi.dia b/Documentation/getting_started/comparison_coreboot_uefi.dia new file mode 100644 index 000000000000..19c491fa7e66 Binary files /dev/null and b/Documentation/getting_started/comparison_coreboot_uefi.dia differ diff --git a/Documentation/getting_started/comparison_coreboot_uefi.svg b/Documentation/getting_started/comparison_coreboot_uefi.svg new file mode 100644 index 000000000000..3ea2fa69300d --- /dev/null +++ b/Documentation/getting_started/comparison_coreboot_uefi.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + Platform Initialization Firmware Phases + + + EDK II - stages + + + time + + + coreboot - stages + + + + + + Security + (SEC) + + + + + + + Pre-EFI + Initialization Environment + (PEI) + + + + + + + Driver Execution + Environment + (DXE) + + + + + + + Boot Device Selection + (BDS) + + + + + + + bootblock + + + + + + + romstage + + + + + + + verstage + (optional) + + + + + + + postcar + (x86 only) + + + + + + + ramstage + + + + + + + SMM + (x86 only) + + + + + + + payload + + + + + + + Assembly + + + + + + + Cache-As-RAM + + + + + + + DRAM + + + + + + + + + + + C + + + + + + + ADA SPARK (x86 only) + + + + coreboot + source languages + + + code/heap + memory location + + + + + + + + BL31 + (ARM only) + + + + Power on + + + + + + + -- cgit v1.2.3