[OpenBIOS] [PATCHv2 08/20] video: Create tcx.fs and vga.fs to simulate Fcode video initialisation code.

Stefan Reinauer stefan.reinauer at coreboot.org
Fri Jun 21 20:10:30 CEST 2013


* Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk> [130526 15:02]:
> diff --git a/openbios-devel/forth/device/display.fs b/openbios-devel/forth/device/display.fs
> index bbd2b13..0df7165 100644
> --- a/openbios-devel/forth/device/display.fs
> +++ b/openbios-devel/forth/device/display.fs
> @@ -44,6 +44,10 @@ hex
>  0 value foreground-color
>  0 value background-color
>  
> +\ internal values read from QEMU firmware interface
> +0 value qemu-video-addr
> +0 value qemu-video-height
> +0 value qemu-video-width

Not that it matters much, but maybe qemu related code could go into
another file, not the generic display driver?

Stefan



More information about the OpenBIOS mailing list