| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-27 | feat: netboot: Fix BootNet header structure layoutv0.0.1e1-release | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-25 | feat! 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-16 | fix: lib/boot.h: use portable types for gcc/clang.v0.0.1-release | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-15 | feat: include SNU's XeFS filesystem into known filesystems. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-13 | fix: tex: update document titles. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-13 | fix: tex: use 'today' markup in documents. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-12 | fix: Fix comment in AHCI driver. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-09 | feat: ran format command | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-09 | feat: be more explicit about the EPM firmware concept. | Amlal El Mahrouss | |
| 2025-07-31 | feat: add CODEOWNERS and update readme. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-31 | feat! refactor NeBoot for NeKernel.org v1.0.0 | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-31 | feat: fix magic number of BootNet module, and fix compile_flags.txt | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-18 | feat: add 'obj' dir for structural purposes. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-16 | fix: Update ReadMe.md | Amlal El Mahrouss | |
| 2025-07-15 | Update ReadMe.md | Amlal El Mahrouss | |
| 2025-07-15 | fix: Fix ReadMe.md typo | Amlal El Mahrouss | |
| 2025-07-15 | meta: Update ReadMe.md | Amlal El Mahrouss | |
| 2025-07-15 | fix: Update ReadMe.md instructions. | Amlal El Mahrouss | |
| 2025-07-14 | wip: CoreBoot -> NeBoot refactor. | Amlal El Mahrouss | |
| 2025-07-10 | feat: Extend Explicit Partition Map specs and reference header to | Amlal El Mahrouss | |
| allocate a new ID for SNU. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-10 | feat: Generic EPM config for NeKernel.org MMAP. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-09 | fix: Fix `ReadMe.md` ssh git link. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-29 | fix: BSwap reivision on AArch64. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-06-17 | fix: 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-06 | fix: Fix unused variable `cb_locked_put_char` on ARM64's UART. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-04 | dev: add epm.tex, specification for the Explicit Partition Map. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-25 | dev: refactor codebase. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-24 | dev, lib: fix 30pin dates. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-24 | dev, lib: 30pin protocol added, fix bootnet header too. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-24 | dev, docs: Update and improve doxyfile. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-13 | meta: update astdx vendor. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-05 | meta: updated writing for a more polished specification. | Amlal El Mahrouss | |
| 2025-04-04 | fw/modules: add astdx for embdfs. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-02 | tweak/rv64: use __COMPILE_RISCV__ instead of guessing each compiler's | Amlal El Mahrouss | |
| platform macro. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-02 | fw/rv64: fix linker error. | Amlal El Mahrouss | |
| 2025-04-02 | add: rv64 CI, and copyright updates. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-02 | Rename CI according to arch. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-02 | arm64: fix CI. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-02 | arm64: fix: a fully arm64 firmware + important fixes and patches. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-29 | Update ReadMe.md | Amlal | |
| 2025-03-29 | xcoff: 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-28 | fw: replace netboot with bootnet. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-28 | arm64: 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-28 | coreboot: rename from NeKernel firmware, refactor symbols to `cb_`, update docs | Amlal 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-25 | fix: cd to correct directory now. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-25 | arm64(ci): add CI for arm64. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-24 | coreboot-partition-map.c: use HeFS, instead of the old name HPFS. | Amlal El Mahrouss | |
| 2025-03-24 | meta(proj): rename run_format to format.sh | Amlal El Mahrouss | |
| 2025-03-24 | Update MailMap | Amlal El Mahrouss | |
| 2025-03-23 | Update ReadMe.md | Amlal El Mahrouss | |
| Reworking readme. | |||
