User:GNUtoo/X60 GPU init: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Native GPU init === With the native (intel) GPU initialisation, coreboot itself initialises the GPU. {| class="wikitable" border="1" ! Initialisation method ! Free softwa...") |
No edit summary |
||
Line 36: | Line 36: | ||
|- | |- | ||
|} | |} | ||
=== Related historic git trees === | |||
* http://git.stuge.se/?p=gnutoo-chromiumos-coreboot.git;a=summary : it's an historic tree, containing code that is based on the replay of the option rom, before the native GPU init worked(so it doesn't work). | |||
* http://git.stuge.se/?p=gnutoo-i915tool-x60.git;a=summary : contains an historic version of the i915tool |
Revision as of 22:31, 17 January 2015
Native GPU init
With the native (intel) GPU initialisation, coreboot itself initialises the GPU.
Initialisation method | Free software, based on | Advantages | Drawbacks |
---|---|---|---|
non-free VGA option rom | No, extracted from the BIOS. |
|
|
Linux kernel i915 driver | Yes, in the linux kernel |
|
|
Native GPU initialisation (by coreboot) | Yes, based on a replay of the kernel initialisation |
|
|
Related historic git trees
- http://git.stuge.se/?p=gnutoo-chromiumos-coreboot.git;a=summary : it's an historic tree, containing code that is based on the replay of the option rom, before the native GPU init worked(so it doesn't work).
- http://git.stuge.se/?p=gnutoo-i915tool-x60.git;a=summary : contains an historic version of the i915tool