coreboot/src
Subrata Banik 25b717ad84 drivers/pc80/vga: Add NULL check for vga_line_write()
This patch ensures vga_line_write() returns if the argument 1
(aka output string) is NULL.

TEST=Able to build and boot Google/Taeko.

Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I716ce82c0afe21f7fe2f6d7bdc5229f8087242fa
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71264
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
2022-12-26 15:55:28 +00:00
..
acpi acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw 2022-12-06 17:44:20 +00:00
arch arch/riscv: Use 'enum cb_err' 2022-12-25 15:09:48 +00:00
commonlib coreboot_tables: Make existing alignment conventions more explicit 2022-12-22 15:34:28 +00:00
console lib: Hook up libhwbase in romstage 2022-12-17 20:51:38 +00:00
cpu cpu/x86: Set up a separate stack for APs 2022-12-23 14:29:01 +00:00
device device/Kconfig: bump desktop framebuffer max height/width to support 4K 2022-12-17 18:11:04 +00:00
drivers drivers/pc80/vga: Add NULL check for vga_line_write() 2022-12-26 15:55:28 +00:00
ec tree: Replace And(a,b) with ASL 2.0 syntax 2022-12-23 10:18:55 +00:00
include arch/x86: Use 'enum cb_err' 2022-12-25 15:09:16 +00:00
lib coreboot_tables: Make existing alignment conventions more explicit 2022-12-22 15:34:28 +00:00
mainboard mb/google/rex: Enable DPTF functionality for Rex 2022-12-24 23:37:56 +00:00
northbridge nb/intel/ironlake/acpi: Replace Index(a, b) with ASL 2.0 syntax 2022-12-26 08:53:07 +00:00
sbom Add SBOM (Software Bill of Materials) Generation 2022-08-22 14:48:46 +00:00
security Revert "security/tpm/: turn tis_{init,open} into tis_probe" 2022-12-23 21:31:11 +00:00
soc soc/intel/baytrail/acpi: Replace Index(a, b) with ASL 2.0 syntax 2022-12-26 08:51:39 +00:00
southbridge sb/intel/lynxpoint: Add Kconfig option to hide Intel ME 2022-12-23 14:20:39 +00:00
superio sio/acpi/pnp.asl: Replace Not(a) with ASL 2.0 syntax 2022-12-26 11:45:10 +00:00
vendorcode vc/google/chromeos: use fw_config field to return sar filename 2022-12-24 05:50:13 +00:00
Kconfig build: List all Kconfigs in CBFS config file, compress it 2022-11-18 17:19:44 +00:00