Skip to content
Snippets Groups Projects
  1. May 08, 2023
    • Leah Rowe's avatar
      dell/e6400nvidia: switch to "normal" config · 8e378ee4
      Leah Rowe authored
      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.
      8e378ee4
    • Leah Rowe's avatar
      Revert "Revert "coreboot/e6400nvidia: don't run vga rom"" · a9f81e44
      Leah Rowe authored
      This reverts commit 4ee5e2af.
      
      I thought maybe coreboot init would work better, but i get the same
      problem: xorg doesn't start at all, when using the nouveau driver.
      
      However, booting to tty works fine, and you can run xorg with
      the nomodeset option (in Linux) at startup.
      a9f81e44
    • Leah Rowe's avatar
      seabios: do normal config, disable oprom in vgarom · 499fa421
      Leah Rowe authored
      previously, "normal" initmode relied on the vgarom-based
      seabios config, which enables option roms, but then lbmk
      would insert pci-optionrom-exec 0 for vgarom, and 2 for normal
      
      in libreboot, coreboot roms with "vgarom" in the filename do
      pci option rom execution from coreboot, and "normal" roms
      do execution from seabios(where seabios is the only payload
      provided on normal setups)
      
      this is because payloads like grub can also be used, on vgarom
      setups, where coreboot must handle oprom execution
      499fa421
    • Leah Rowe's avatar
      Revert "coreboot/e6400nvidia: don't run vga rom" · 4ee5e2af
      Leah Rowe authored
      This reverts commit 2b2f5992.
      4ee5e2af
  2. May 07, 2023
  3. May 06, 2023
  4. May 05, 2023
  5. May 04, 2023
  6. Apr 30, 2023
  7. Apr 24, 2023
    • Leah Rowe's avatar
      don't force console mode in grub · 6588be67
      Leah Rowe authored
      the deleted patch (in this commit) was written to fix an
      issue theoretically; it hasn't been fully tested, and some
      people have reported strange issues since this patch was
      merged - there is no proof that this patch causes them, but
      removing this patch is the correct thing to do regardless
      6588be67
  8. Apr 23, 2023
  9. Apr 22, 2023
  10. Apr 21, 2023
  11. Apr 20, 2023
  12. Apr 19, 2023