From f204ff88659e058d70213fc7224a2c95c6a48c9d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 28 Mar 2025 09:09:27 +0100 Subject: coreboot: rename from NeKernel firmware, refactor symbols to `cb_`, update docs This patch completes a major renaming and cleanup of the firmware codebase: - Rename project from "NeKernel Firmware" to "CoreBoot" in README and comments. - Replace all `mp_`-prefixed symbols with `cb_` to reflect the new naming scheme. - Remove obsolete SPECIFICATION.TXT and replace with SPECIFICATION_FIRMWARE.md. - Update memory-mapped I/O helpers, TLB init, and platform-specific code to match `cb_*` naming. - Refactor low-level UART, panic, PCI-tree, partition map, and context setup to use unified `cb_` API. - Adjust linker scripts and boot vectors for ARM64, PPC64, and RV64 targets accordingly. - Add Doxygen documentation note to README. This change is part of an ongoing effort to rebrand and unify the firmware interface, improve naming clarity, and better align with platform-specific toolchains. Signed-off-by: Amlal El Mahrouss --- src/coreboot-string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coreboot-string.c') diff --git a/src/coreboot-string.c b/src/coreboot-string.c index 88b5efa..49210fa 100644 --- a/src/coreboot-string.c +++ b/src/coreboot-string.c @@ -6,7 +6,7 @@ /** * @file coreboot-string.c - * @author Amlal EL Mahrouss (amlal@el-mahrouss-logic.com) + * @author Amlal EL Mahrouss (amlal@nekernel.org) * @brief string library. * @version 0.1 * @date 2024-01-16 -- cgit v1.2.3