bsp/riscv: Add and use riscv_fdt_get_address()

Update #3433.
This commit is contained in:
Sebastian Huber
2018-07-19 14:38:44 +02:00
parent 791d9ac5c3
commit 3a263a9b02
5 changed files with 81 additions and 25 deletions

View File

@@ -144,7 +144,8 @@ typedef enum {
RISCV_FATAL_NO_NS16550_REG_IN_DEVICE_TREE,
RISCV_FATAL_NO_NS16550_CLOCK_FREQUENCY_IN_DEVICE_TREE,
RISCV_FATAL_UNEXPECTED_INTERRUPT_EXCEPTION,
RISCV_FATAL_CLOCK_IRQ_INSTALL
RISCV_FATAL_CLOCK_IRQ_INSTALL,
RISCV_FATAL_NO_CLINT_REG_IN_DEVICE_TREE
} bsp_fatal_code;
RTEMS_NO_RETURN static inline void