From cc7dd25e0cfef57825ddcffa6d0786222369b6ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 10 Jul 2025 13:48:45 +0200 Subject: feat: Generic EPM config for NeKernel.org MMAP. Signed-off-by: Amlal El Mahrouss --- mmap/aarch64-epm.json | 9 --------- mmap/generic-epm.json | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 mmap/aarch64-epm.json create mode 100644 mmap/generic-epm.json diff --git a/mmap/aarch64-epm.json b/mmap/aarch64-epm.json deleted file mode 100644 index 8311a52..0000000 --- a/mmap/aarch64-epm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "machine": "EPM AARCH64", - "type": "Generic", - "vendor": "Amlal El Mahrouss", - "fb": "0x1000000", - "boot": "0x4000000", - "pci-tree": "0x8002000", - "eeprom": "0x0000000" -} \ No newline at end of file diff --git a/mmap/generic-epm.json b/mmap/generic-epm.json new file mode 100644 index 0000000..6240d24 --- /dev/null +++ b/mmap/generic-epm.json @@ -0,0 +1,9 @@ +{ + "machine": "EPM GENERIC", + "type": "Generic", + "vendor": "NeKernel.org", + "fb": "0x1000000", + "boot": "0x4000000", + "pci-tree": "0x8002000", + "eeprom": "0x0000000" +} \ No newline at end of file -- cgit v1.2.3