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/07/06 09:27] – [Settings] Sean Rhonedevices:lenovo_t500 [2019/07/06 09:33] (current) Sean Rhone
Line 125: 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 151: 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 176: 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.1562419643.txt.gz · Last modified: 2019/07/06 09:27 by Sean Rhone