RELEASE 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. GNU Libreboot 20160818
  2. This is a brand GNU release. Libreboot joined the GNU project on 14 May 2016.
  3. This 18 August 2016 release is the first GNU release of libreboot.
  4. NEW BOARDS ADDED:
  5. * ASUS Chromebook C201 (ARM laptop) (thanks to Paul Kocialkowski)
  6. * Gigabyte GA-G41M-ES2L motherboard (desktop) (thanks to Damien Zammit)
  7. * Intel D510MO motherboard (desktop) (thanks to Damien Zammit)
  8. * ASUS KCMA-D8 motherboard (desktop) (thanks to Timothy Pearson)
  9. * ASUS KFSN4-DRE motherboard (server) (thanks to Timothy Pearson)
  10. * ASUS KGPE-D16 motherboard (server) (thanks to Timothy Pearson)
  11. For boards previously supported, many fixes from upstream have been merged.
  12. Other changes (compared to libreboot 20150518):
  13. (this is a summary. For more detailed change list, refer to the git log)
  14. 256MiB VRAM allocated on GM45 (X200, T400, T500, R400) instead of 32MiB.
  15. This is an improvement over both Lenovo BIOS and Libreboot 20150518, allowing
  16. video decoding at 1080p to be smoother. (thanks Arthur Heymans)
  17. To clarify, GM45 video performance in libreboot 20160818 is better than on
  18. the original BIOS and the previous libreboot release.
  19. 64MiB VRAM on i945 (X60, T60, MacBook2,1) now supported in coreboot-libre, and
  20. used by default (in the previous release, it was 8MiB allocated). Thanks to
  21. Arthur Heymans.
  22. Higher battery life on GM45 (X200, T400, T500, R400) due to higher cstates now
  23. being supported (thanks Arthur Heymans). C4 power states also supported.
  24. Text mode on GM45 (X200, T400, T500, R400) now works, making it possible to
  25. use MemTest86+ comfortably. (thanks to Nick High from coreboot)
  26. Dual channel LVDS displays on GM45 (T400, T500) are now automatically
  27. detected in coreboot-libre. (thanks Vladimir Serbinenko from coreboot)
  28. Partial fix in coreboot-libre for GRUB display on GM45, for dual channel
  29. LVDS higher resolution LCD panels (T400, T500). (thanks Arthur Heymans)
  30. Massively improved GRUB configuration, making it easier to boot more
  31. encrypted systems automatically, and generally a more useful menu for booting
  32. the system (thanks go to Klemens Nanni of the autoboot project).
  33. Libreboot now uses the grub.cfg provided by the installed GNU/Linux distribution
  34. automatically, if present, switching to that configuration. This is done across
  35. many partitions, where libreboot actively searches for a configuration file
  36. (also on LVM volumes and encrypted volumes). This should make libreboot more
  37. easy to use for non-technical users, without having to modify the GRUB
  38. configuration used in libreboot.
  39. Utilities archives is now source only. You will need to compile the packages
  40. in there (build scripts included, and a script for installing build dependencies
  41. in Trisquel 7). (binary utility archives are planned again in the next
  42. release, when the new build system is merged)
  43. SeaGRUB is now the default payload on all x86 boards. (SeaBIOS configured to
  44. load a compressed GRUB payload from CBFS immediately, without providing an
  45. interface in SeaBIOS. This way, GRUB is still used but now BIOS services are
  46. available, so you get the best of both worlds). Thanks go to Timothy Pearson
  47. of coreboot for this idea.
  48. crossgcc is now downloaded and built as a separate module to coreboot-libre,
  49. with a universal revision used to build all boards.
  50. Individual boards now have their own coreboot revision and patches, independently
  51. of each other board. This makes maintenance easier.
  52. Updated all utilities, and modules (coreboot, GRUB, etc) to newer versions,
  53. with various bugfixes and improvements upstream.
  54. RTC century byte issue now fixed on GM45 in coreboot-libre, so the date
  55. should now be correctly displayed when running the latest linux kernel, instead
  56. of seeing 1970-01-01 when you boot (thanks to Alexander Couzens from coreboot)
  57. Build system now uses multiple CPU cores when building, speeding up building
  58. for some people. Manually specifying how many cores are needed is also possible,
  59. for those using the build system in a chroot environment. (thanks go to
  60. Timothy Pearson from coreboot)
  61. In the build system (git repository), https:// is now used when cloning coreboot.
  62. http:// is used as a fallback for GRUB, if git:// fails.
  63. New payload, the depthcharge bootloader (free bootloader maintained by Google)
  64. for use on the ASUS Chromebook C201. (thanks go to Paul Kocialkowski)
  65. Various fixes to the ich9gen utility (e.g. flash component density is now
  66. set correctly in the descriptor, gbe-less descriptors now supported)
  67. The official documentation included in the release in provided in texinfo
  68. format, instead of HTML; this was one of the requirements for joining GNU.
  69. (the other requirement is a new build system, to comply with GNU standards,
  70. e.g. Makefiles, and common Makefile entries present in all GNU software. As of
  71. Libreboot 20160818, this new build system is not yet merged, but will be
  72. in the release afterwards)
  73. ChangeLog and NEWS files are included in the release, to comply with GNU
  74. standards (they are dumps of the git-log output)