From c65213edab050cb7dfe15abc0f288d3a23fcc52b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 31 Aug 2025 13:33:06 +0200 Subject: feat: mmap: generic-epm.json shall be PCI-tree compliant. Signed-off-by: Amlal El Mahrouss --- mmap/generic-epm.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/mmap/generic-epm.json b/mmap/generic-epm.json index 6240d24..527d6c1 100644 --- a/mmap/generic-epm.json +++ b/mmap/generic-epm.json @@ -1,9 +1,11 @@ { - "machine": "EPM GENERIC", - "type": "Generic", - "vendor": "NeKernel.org", - "fb": "0x1000000", - "boot": "0x4000000", - "pci-tree": "0x8002000", - "eeprom": "0x0000000" -} \ No newline at end of file + "__pci-tree-meta": true, + "__pci-tree-version": 1, + "machine": "EPM GENERIC", + "type": "Generic", + "vendor": "NeKernel.org", + "fb": "0x1000000", + "boot": "0x4000000", + "pci-tree": "0x8002000", + "eeprom": "0x0000000" +} -- cgit v1.2.3