Skip to content
Snippets Groups Projects
  1. May 08, 2023
    • 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
    • Nicholas Chin's avatar
      util/e6400-flash-unlock: restore README · eb32e493
      Nicholas Chin authored and Leah Rowe's avatar Leah Rowe committed
      when nicholas added this, he removed the README because it's
      going on libreboot.org instead. however, i merged a WIP version
      of his page for now because i want to get the e6400 going in
      libreboot sooner. so, temp-readding this README. will just
      link to this on codeberg or something, from the lb docs
      
      NOTE: I didn't write this README, hence author field set
      in the commit. Nicholas wrote it, but I (Leah Rowe) am just
      adding it. so, git author set to nicholas, not me
      eb32e493
    • Leah Rowe's avatar
      dell/e6400: disable grub payload · 7bc4dc32
      Leah Rowe authored
      ps/2 internal keyboard faulty in grub target
      i386-coreboot, according to nic3-14159
      
      normal i386-pc grub (bios grub) is fine,
      booted from seabios
      
      it is being investigated
      7bc4dc32
    • Leah Rowe's avatar
      Merge pull request 'Add configs for the Latitude E6400' (#16) from... · 80705c8c
      Leah Rowe authored
      Merge pull request 'Add configs for the Latitude E6400' (#16) from nic3-14159/lbmk:e6400-port into master
      
      Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/16
      80705c8c
    • Leah Rowe's avatar
      Merge pull request 'Add E6400 flash unlock utility' (#17) from... · 9b6458f0
      Leah Rowe authored
      Merge pull request 'Add E6400 flash unlock utility' (#17) from nic3-14159/lbmk:e6400-flash-unlock into master
      
      Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/17
      9b6458f0
    • Nicholas Chin's avatar
      Add E6400 flash unlock utility · a11f2d2e
      Nicholas Chin authored
      Adding it to lbmk for now as it is not yet in coreboot. If it is merged
      into coreboot we can just reference the one there. The original README
      will be incorporated into a new page on lbwww, so README.md just points
      to a placeholder URL that should match the new page.
      a11f2d2e
    • Nicholas Chin's avatar
      Add configs for the Latitude E6400 · d8222c01
      Nicholas Chin authored
      Tested the 4MiB ROMs but not the 8 or 16 MiB ones. This uses the same
      board.cfg as the GM45 ThinkPads with an IFD+GBE from ich9gen.
      
      Known issues:
      - The internal keyboard does not work properly in GRUB. It seems like
        the keyboard controller is outputing set 1 (XT) scancodes, but GRUB
        is interpreting them as set 2 (AT) scancodes. This may also have
        something to do with scancode translation. However, the keyboard works
        fine in SeaBIOS and Linux. USB keyboards also work properly.
      - The subsystem IDs in the GBE region are hardcoded for a Thinkpad in
        ich9gen, though this doesn't seem to cause issues in Linux. The vendor
        IFD and GBE region do have some differences from the generated
        binaries, though they do not appear to be critical.
      d8222c01