treewide: capitalize 'BIOS'
Also replace 'BIOS' by coreboot when the image is 'coreboot.rom'. Change-Id: I8303b7baa9671f19a036a59775026ffd63c85273 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38932 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
c7a3152273
commit
6dc9d0352e
@@ -721,7 +721,7 @@ config INTEL_GMA_HAVE_VBT
|
||||
|
||||
config INTEL_GMA_ADD_VBT
|
||||
depends on SOC_INTEL_COMMON || CPU_INTEL_COMMON
|
||||
bool "Add a Video Bios Table (VBT) binary to CBFS"
|
||||
bool "Add a Video BIOS Table (VBT) binary to CBFS"
|
||||
default y if INTEL_GMA_HAVE_VBT
|
||||
help
|
||||
Add a VBT data file to CBFS. The VBT describes the integrated
|
||||
|
@@ -170,7 +170,7 @@ void X86EMU_halt_sys(void);
|
||||
#define DEBUG_SVC_F 0x000020
|
||||
#define DEBUG_FS_F 0x000080
|
||||
#define DEBUG_PROC_F 0x000100
|
||||
#define DEBUG_SYSINT_F 0x000200 /* bios system interrupts. */
|
||||
#define DEBUG_SYSINT_F 0x000200 /* BIOS system interrupts. */
|
||||
#define DEBUG_TRACECALL_F 0x000400
|
||||
#define DEBUG_INSTRUMENT_F 0x000800
|
||||
#define DEBUG_MEM_TRACE_F 0x001000
|
||||
|
Reference in New Issue
Block a user