mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
arm: socfpga: Add misc support for Arria 10
Add misc support for Arria 10. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
caf36e1edb
commit
35b9800ff2
3 changed files with 266 additions and 0 deletions
|
@ -22,4 +22,10 @@ void socfpga_fpga_add(void);
|
|||
static inline void socfpga_fpga_add(void) {}
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_TARGET_SOCFPGA_ARRIA10)
|
||||
unsigned int dedicated_uart_com_port(const void *blob);
|
||||
unsigned int shared_uart_com_port(const void *blob);
|
||||
unsigned int uart_com_port(const void *blob);
|
||||
#endif
|
||||
|
||||
#endif /* _MISC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue