avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
20
u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.h
Normal file
20
u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef _MACH_DEBUG_UART_H
|
||||
#define _MACH_DEBUG_UART_H
|
||||
|
||||
unsigned int uniphier_sld3_debug_uart_init(void);
|
||||
unsigned int uniphier_ld4_debug_uart_init(void);
|
||||
unsigned int uniphier_pro4_debug_uart_init(void);
|
||||
unsigned int uniphier_sld8_debug_uart_init(void);
|
||||
unsigned int uniphier_pro5_debug_uart_init(void);
|
||||
unsigned int uniphier_pxs2_debug_uart_init(void);
|
||||
unsigned int uniphier_ld6b_debug_uart_init(void);
|
||||
unsigned int uniphier_ld11_debug_uart_init(void);
|
||||
unsigned int uniphier_ld20_debug_uart_init(void);
|
||||
|
||||
#endif /* _MACH_DEBUG_UART_H */
|
||||
Reference in New Issue
Block a user