diff options
-rw-r--r-- | docs/release.html | 4 | ||||
-rwxr-xr-x | getcb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/release.html b/docs/release.html index 24c68079..51f77dc6 100644 --- a/docs/release.html +++ b/docs/release.html @@ -120,6 +120,7 @@ Changes for this release (latest changes first, earliest changes last) </h2> <ul> + <li>X200: fixed uneven backlight (at low levels)</li> <li>ich9deblob: added new utility <b>ich9gen</b>: this can generate a descriptor+gbe image without a factory.rom dump present.</li> <li>Modified ich9deblob to use a struct for Gbe, documenting everything.</li> <li>Massively updated the ich9deblob utility: re-factored everything completely.</li> @@ -252,9 +253,6 @@ memtest86+ will require serial output or ehci debugging. </li> <li> - X200: at very low brightness levels, the backlight is uneven. Fix that. - </li> - <li> Fix remaining incompatible LCD panels in native graphics on T60. See <a href="future/index.html#lcd_i945_incompatibility">future/index.html#lcd_i945_incompatibility</a>. </li> @@ -67,6 +67,8 @@ git fetch http://review.coreboot.org/coreboot refs/changes/61/7561/2 && git cher # northbridge/gm45/raminit.c: enable GS45 high-perf (i.e. add X200S support to libreboot) git fetch http://review.coreboot.org/coreboot refs/changes/86/7786/1 && git cherry-pick FETCH_HEAD +# fix uneven backlight on X200 (when setting brightness low) +git fetch http://review.coreboot.org/coreboot refs/changes/79/7979/1 && git cherry-pick FETCH_HEAD # Run coreboot-libre deblob scripts # --------------------------------------------------------------------------------- |