Add FVP Base platform

This commit is contained in:
Mykola Hohsadze
2025-05-04 20:58:02 +03:00
parent cc940333d6
commit a3660b8fb4
9 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
* Copyright (c) 2025 Mykola Hohsadze
*
* Use of this source code is governed by a MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT
*/
#pragma once
#define DEBUG_UART 0

6
target/fvp-base/rules.mk Normal file
View File

@@ -0,0 +1,6 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include
PLATFORM := fvp-base