diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-24 23:15:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-24 23:15:23 +0000 |
commit | 714e2a1ac1c41f2150231766fcdb216633fab8c9 (patch) | |
tree | 78e3b511bbe1315b7a485e86e7b023b514cbf6f9 /src/northbridge/via/cn700/vgachip.h | |
parent | 0704058327e5a8fa00ea32bbe10be748d7824fc1 (diff) |
drop all duplicate copies of vgabios.c in favor
of devices/oprom/x86.c.
We have some tests on hardware. Moving RAMBASE to
1MB needs to wait a bit until C7 cache_as_ram.inc
has been adapted to cache that area or things will
become incredibly slow (1.5s boot time instead of 0.5)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5488 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/cn700/vgachip.h')
-rw-r--r-- | src/northbridge/via/cn700/vgachip.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/northbridge/via/cn700/vgachip.h b/src/northbridge/via/cn700/vgachip.h deleted file mode 100644 index 038ffec3ec..0000000000 --- a/src/northbridge/via/cn700/vgachip.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2007 Corey Osgood <corey.osgood@gmail.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#ifndef _PC80_VGABIOS -#define _PC80_VGABIOS - -extern struct chip_control pc80_vgabios_control; - -struct pc80_vgabios_config { - int nothing; -}; - -void vga_enable_console(void); -void do_vgabios(void); -void setup_realmode_idt(void); -void write_protect_vgabios(void); - -#endif /* _PC80_VGABIOS */ |