| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2025-03-19 | LICENSE: Update to GPL 3. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-19 | Add lib/30pin.h header. | Amlal El Mahrouss | |
| 2025-03-19 | ADD: src/coreboot-netboot.c | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-19 | Merge branch 'master' of github.com:the-dv-project/boot | Amlal El Mahrouss | |
| 2025-03-19 | netboot.h: More documentation. | Amlal El Mahrouss | |
| 2025-03-17 | Create LICENSE | Amlal El Mahrouss | |
| 2025-03-09 | FIX: partition_map.h, make it packed. | Amlal El Mahrouss | |
| 2025-02-10 | ADD: tweaks. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-01-25 | REM: LICENSE. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-01-24 | Update ReadMe.md | Amlal EL Mahrouss | |
| 2025-01-24 | Create LICENSE | Amlal EL Mahrouss | |
| 2025-01-24 | IMPL: Remove LICENSE. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-01-23 | ADD: Moved to it's own organization. | Amlal EL Mahrouss | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-01-21 | ADD: CoreBoot, also comes with my reimplementation of libfdt, which is just ↵ | Amlal | |
| a dumb rewrite. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
