# vim:set ft=make:

OBJECTS_LIBUART         += uart_pl011.o
CXXFLAGS_uart-libuart   += $(call LIBUART_UART, pl011)

RAM_PHYS_BASE           := 0x00000000


config_IMPL           += config-arm-integrator
mem_layout_IMPL       += mem_layout-arm-integrator
pic_IMPL              += pic-arm-integrator
timer_IMPL            += timer-arm-integrator
timer_tick_IMPL       += timer_tick-single-vector
reset_IMPL            += reset-arm-integrator
clock_IMPL            += clock-generic
