Introduce memory_map.h

This commit is contained in:
TuxSH
2018-02-24 17:13:42 +01:00
parent ed5850ebbf
commit cc4f6f7f84
11 changed files with 329 additions and 106 deletions

View File

@@ -5,7 +5,7 @@
#include <stdint.h>
#include "bootconfig.h"
#include "mmu.h"
#include "memory_map.h"
/* Physaddr 0x40002EF8 */
#define MAILBOX_NX_BOOTLOADER_BASE (mmio_get_device_address(MMIO_DEVID_NXBOOTLOADER_MAILBOX))
@@ -75,4 +75,4 @@ typedef struct {
void load_package2(void);
#endif
#endif