User Tools

Site Tools


devices:lenovo_t500

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:lenovo_t500 [2019/06/01 02:20] – [Finalize] Sean Rhonedevices:lenovo_t500 [2019/07/06 09:33] (current) Sean Rhone
Line 82: Line 82:
 ===== Settings ===== ===== Settings =====
  
-  * Last updated: 2019/05/22+  * Last updated: 2019/07/06
  
   * Mainboard vendor: Lenovo   * Mainboard vendor: Lenovo
Line 108: Line 108:
   * [ ] Serial port on SuperIO   * [ ] Serial port on SuperIO
   * [ ] Support Intel PCI-e WiFi adapters   * [ ] Support Intel PCI-e WiFi adapters
 +
 +  * [*] Always clear all DRAM on regular boot
  
   * [ ] Send console output to a CBMEM buffer   * [ ] Send console output to a CBMEM buffer
Line 123: Line 125:
   * Presents config options that are changed from defaults   * Presents config options that are changed from defaults
   * [[https://coreboot.org/status/kconfig-options.html|Reference]]   * [[https://coreboot.org/status/kconfig-options.html|Reference]]
-  * Last updated: 2019/05/22+  * Last updated: 2019/07/06
  
-  cd ~/'Projects/coreboot/src' && make 'savedefconfig' && gio open ~/'Projects/coreboot/src/defconfig'+  cd ~/'Projects/coreboot/src' && make 'savedefconfig' && nano ~/'Projects/coreboot/src/defconfig'
  
 <code> <code>
Line 149: Line 151:
 CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
 # CONFIG_DRIVERS_INTEL_WIFI is not set # CONFIG_DRIVERS_INTEL_WIFI is not set
 +CONFIG_SECURITY_CLEAR_DRAM_ON_REGULAR_BOOT=y
 CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
 CONFIG_NO_POST=y CONFIG_NO_POST=y
Line 174: Line 177:
  
   mkdir -p ~/'coreboot-bin' && mv ~/'Projects/coreboot/src/build/coreboot.rom' ~/'coreboot-bin/T500-coreboot-'$(date +%Y-%m-%d)'.rom' && sync   mkdir -p ~/'coreboot-bin' && mv ~/'Projects/coreboot/src/build/coreboot.rom' ~/'coreboot-bin/T500-coreboot-'$(date +%Y-%m-%d)'.rom' && sync
 +
 +==== Virtual Machine ====
 +
 +  * :!: Change ''X'' to the VM instance's IP address
 +
 +  scp 192.168.122.X:~/coreboot-bin/*.rom ~/Downloads
  
 ===== Flash ===== ===== Flash =====
/var/www/wiki/data/attic/devices/lenovo_t500.1559370056.txt.gz · Last modified: 2019/06/01 02:20 by Sean Rhone