RELEASE 5.5 KB

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