summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2026-01-12fix: ppc64: NeBoot fixes for PowerPC.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2026-01-12feat: Update 30-PIN specs and implementation. Breaking API changes inAmlal El Mahrouss
NeBoot as well. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-12-28feat! firmware breaking changes on the API.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-11-24feat: add boot.h to cxx-abi.hpp header, clear cb_boot_processor_readyAmlal El Mahrouss
after starting context. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-11-18fix: start.c: fix NeBoot prefix.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-11-17feat: switch license to Apache 2.0Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-11-16meta: important document improvements.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-09-07feat: update reset function inside `cpu-api.c`, wip xcoff api.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-25feat! fixed the boot flow and validation in AArch64.Amlal El Mahrouss
note: - Was already patched in STB. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-15feat: include SNU's XeFS filesystem into known filesystems.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-12fix: Fix comment in AHCI driver.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-09feat: ran format commandAmlal
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-31feat: fix magic number of BootNet module, and fix compile_flags.txtAmlal 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-06-29fix: BSwap reivision on AArch64.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-17fix: see below.Amlal El Mahrouss
fix: - match flash base address according to qemu `virt`. - make use of correct offsets in the firmware's entrypoint. refactor: - rename flash.c to flash-driver.c Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-06fix: Fix unused variable `cb_locked_put_char` on ARM64's UART.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-25dev: refactor codebase.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-04-04fw/modules: add astdx for embdfs.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-02tweak/rv64: use __COMPILE_RISCV__ instead of guessing each compiler'sAmlal El Mahrouss
platform macro. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-02fw/rv64: fix linker error.Amlal El Mahrouss
2025-04-02add: rv64 CI, and copyright updates.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-02arm64: fix CI.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-02arm64: fix: a fully arm64 firmware + important fixes and patches.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-29xcoff: import xcoff changes from nekernel to fw.Amlal El Mahrouss
meta: alongside other important changes (such as indexing boot offset as volatile) Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-28fw: replace netboot with bootnet.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-28arm64: FIX - remove useless and problematic code.Amlal
Rather than trying to fix it, let's just avoid calling cb_put_string instead. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
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-03-24coreboot-partition-map.c: use HeFS, instead of the old name HPFS.Amlal El Mahrouss
2025-03-19Add lib/30pin.h header.Amlal El Mahrouss
2025-03-19ADD: src/coreboot-netboot.cAmlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2025-02-10ADD: tweaks.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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>