summaryrefslogtreecommitdiffhomepage
path: root/docs
AgeCommit message (Collapse)Author
2025-08-31fix: Fix forth section.v0.0.1e2-releaseAmlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-31feat: First draft of the PCI-Tree system.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-13fix: tex: update document titles.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-13fix: tex: use 'today' markup in documents.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-07-31feat! refactor NeBoot for NeKernel.org v1.0.0Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-10feat: Extend Explicit Partition Map specs and reference header toAmlal El Mahrouss
allocate a new ID for SNU. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-04dev: add epm.tex, specification for the Explicit Partition Map.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-04-24dev, lib: fix 30pin dates.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-24dev, lib: 30pin protocol added, fix bootnet header too.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-05meta: updated writing for a more polished specification.Amlal El Mahrouss
2025-04-04fw/modules: add astdx for embdfs.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-28coreboot: rename from NeKernel firmware, refactor symbols to `cb_`, update docsAmlal El Mahrouss
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 <amlal@nekernel.org>
2025-01-21ADD: CoreBoot, also comes with my reimplementation of libfdt, which is just ↵Amlal
a dumb rewrite. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>