Home | History | Annotate | Download | only in vgabios

Lines Matching refs:cirrus

17 all: bios cirrus-bios
22 cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
34 VGABIOS_VERS=\"-DVGABIOS_VERS=\\\"$(RELVERS)\\\"\" make bios cirrus-bios
39 cp VGABIOS-lgpl-latest.cirrus.bin ../$(RELEASE).cirrus.bin
40 cp VGABIOS-lgpl-latest.cirrus.debug.bin ../$(RELEASE).cirrus.debug.bin
63 vgabios-cirrus.bin: vgabios.c vgabios.h vgafonts.h vgatables.h clext.c
65 $(BCC) -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
66 sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus.s > _vgabios-cirrus_.s
67 $(AS86) _vgabios-cirrus_.s -b vgabios-cirrus.bin -u -w- -g -0 -j -O -l vgabios.cirrus.txt
68 rm -f _vgabios-cirrus_.s _vgabios-cirrus_.c vgabios-cirrus.s
69 mv vgabios-cirrus.bin VGABIOS-lgpl-latest.cirrus.bin
70 ./biossums VGABIOS-lgpl-latest.cirrus.bin
71 ls -l VGABIOS-lgpl-latest.cirrus.bin
73 vgabios-cirrus.debug.bin: vgabios.c vgabios.h vgafonts.h vgatables.h clext.c
74 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus-debug_.c
75 $(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
76 sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.s
77 $(AS86) _vgabios-cirrus-debug_.s -b vgabios.cirrus.debug.bin -u -w- -g -0 -j -O -l vgabios.cirrus.debug.txt
78 rm -f _vgabios-cirrus-debug_.s _vgabios-cirrus-debug_.c vgabios-cirrus-debug.s
79 mv vgabios.cirrus.debug.bin VGABIOS-lgpl-latest.cirrus.debug.bin
80 ./biossums VGABIOS-lgpl-latest.cirrus.debug.bin
81 ls -l VGABIOS-lgpl-latest.cirrus.debug.bin