Move firmware for DP501 to a separate file

This makes ast_vgatools.c much more readable.

Signed-off-by: Egbert Eich <eich@suse.de>
Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
This commit is contained in:
Egbert Eich
2014-04-22 17:08:56 +02:00
committed by Egbert Eich
parent 5bdd2cac0b
commit 364364910d
4 changed files with 3330 additions and 3303 deletions

View File

@@ -43,4 +43,5 @@ ast_drv_la_SOURCES = \
ast_tool.c \
ast_vgatool.c \
ast_vgatool.h \
ast_dp501fw.h \
compat-api.h

View File

@@ -356,4 +356,3 @@ Bool ASTMapMem(ScrnInfoPtr pScrn);
Bool ASTUnmapMem(ScrnInfoPtr pScrn);
Bool ASTMapMMIO(ScrnInfoPtr pScrn);
void ASTUnmapMMIO(ScrnInfoPtr pScrn);

3326
src/ast_dp501fw.h Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff