From 8e378ee4c058e89f70d4858405ae370ea2f36aa2 Mon Sep 17 00:00:00 2001 From: Leah Rowe <leah@libreboot.org> Date: Mon, 8 May 2023 20:04:55 +0100 Subject: [PATCH] dell/e6400nvidia: switch to "normal" config vgarom configs no longer execute vga roms from seabios, and coreboot is set to not do so either. therefore, this config should now be named normal. new path: resources/coreboot/e6400nvidia_4mb/config/normal old path: resources/coreboot/e6400nvidia_4mb/config/vgarom_txtmode In "normal" configs, text mode is assumed, and hardcoded in lbmk. It is assumed that a VGA ROM would be provided, that handles everything (meaning, not SeaVGABIOS). Also, this commit fixes VGA init on E6400 Nvidia, in case it's not clear. The last few patches broke it, for reasons explained above. --- .../coreboot/e6400nvidia_4mb/config/{vgarom_txtmode => normal} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/coreboot/e6400nvidia_4mb/config/{vgarom_txtmode => normal} (100%) diff --git a/resources/coreboot/e6400nvidia_4mb/config/vgarom_txtmode b/resources/coreboot/e6400nvidia_4mb/config/normal similarity index 100% rename from resources/coreboot/e6400nvidia_4mb/config/vgarom_txtmode rename to resources/coreboot/e6400nvidia_4mb/config/normal -- GitLab