mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
220e6cf7b7
This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
10 lines
278 B
C
10 lines
278 B
C
extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
|
|
extern void highbank_clocks_init(void);
|
|
extern void __iomem *scu_base_addr;
|
|
#ifdef CONFIG_DEBUG_HIGHBANK_UART
|
|
extern void highbank_lluart_map_io(void);
|
|
#else
|
|
static inline void highbank_lluart_map_io(void) {}
|
|
#endif
|
|
|