Logo
Explore Help
Register Sign In
leandrof/u-boot
1
0
Fork 1
You've already forked u-boot
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
d44ef7ffbfef26f71d5811006f00fc82e941fe98
u-boot/include/pci_msc01.h

18 lines
496 B
C
Raw Normal View History

malta: support for coreFPGA6 boards This patch adds support for running on Malta boards using coreFPGA6 core cards, including support for the msc01 system controller used with them. The system controller is detected at runtime allowing one U-boot binary to run on a Malta with either. Due to the PCI I/O base differing between Maltas using gt64120 & msc01 system controllers, the UART setup is modified slightly. A second UART is added so that there is one pointing at the correct address for each system controller. The Malta board then defines its own default_serial_console function to select the correct one at runtime. The incorrect UART will simply not function. Tested on: - A coreFPGA6 Malta running interAptiv and proAptiv bitstreams, both with and without an L2 cache. - QEMU. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
2013-11-08 11:18:50 +00:00
/*
* Copyright (C) 2013 Imagination Technologies
* Author: Paul Burton <paul.burton@imgtec.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __PCI_MSC01_H__
#define __PCI_MSC01_H__
extern void msc01_pci_init(void *base, unsigned long sys_bus,
unsigned long sys_phys, unsigned long sys_size,
unsigned long mem_bus, unsigned long mem_phys,
unsigned long mem_size, unsigned long io_bus,
unsigned long io_phys, unsigned long io_size);
#endif /* __PCI_MSC01_H__ */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 122ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API