Logo
Explore Help
Sign In
Virtualization/openbios
1
0
Fork 0
You've already forked openbios
mirror of https://gitlab.com/qemu-project/openbios.git synced 2024-02-13 08:34:06 +08:00
Code Issues Projects Releases Wiki Activity
Files
595b99dc36b499a050721d29a5bdb671d092fc35
openbios/drivers/escc.h

10 lines
254 B
C
Raw Normal View History

Extract ESCC serial driver git-svn-id: svn://coreboot.org/openbios/openbios-devel@391 f158a5a8-5612-0410-a976-696ce0be7e32
2009-01-12 17:46:19 +00:00
#define IO_ESCC_SIZE 0x00001000
#define IO_ESCC_OFFSET 0x00013000
#define ZS_REGS 8
Don't make assumptions about device address size Prefer phys_addr_t for physical addresses. Resort to uintptr_t where a conversion to pointer occurs, since the physical address may be larger (e.g., sparc32). v2: * Use phys_addr_t. Signed-off-by: Andreas Färber <andreas.faerber@web.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@933 f158a5a8-5612-0410-a976-696ce0be7e32
2010-10-30 16:26:02 +00:00
void escc_init(const char *path, phys_addr_t addr);
void ob_zs_init(phys_addr_t base, uint64_t offset, int intr, int slave,
Extract ESCC serial driver git-svn-id: svn://coreboot.org/openbios/openbios-devel@391 f158a5a8-5612-0410-a976-696ce0be7e32
2009-01-12 17:46:19 +00:00
int keyboard);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 346ms Template: 4ms
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