archive_old.html 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('css/main.css');
  8. </style>
  9. <title>Libreboot release information (old)</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">Libreboot release information (old)</h1>
  14. <p>
  15. Current release information can be found at <a href="release.html">release.html</a>.
  16. </p>
  17. <div class="important">
  18. <p>
  19. <b>This page is *obsolete*, provided for historical purposes.</b>
  20. </p>
  21. </div>
  22. </div>
  23. <div class="section">
  24. <h2 id="rebootkey">GnuPG public key (signing key)</h2>
  25. <p>
  26. pub&nbsp; 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) &lt;releases@libreboot.org&gt;<br/>
  27. Fingerprint=C923 4BA3 200C F688 9CC0&nbsp; 764D 6E97 D575 656F 212E
  28. </p>
  29. <p>
  30. <b>Download the key</b>: <a href="libreboot.asc">libreboot.asc</a>.
  31. </p>
  32. <p>
  33. You should also be able to find it on a key server. Note: the above key is not for email. It is only for verifying the release archives.
  34. </p>
  35. </div>
  36. <div class="section">
  37. <h2>Releases</h2>
  38. <ul>
  39. <li><a href="#release20150124">r20150124 (2015 January 24th), r20150126 (2015 January 26th)</a></li>
  40. <li><a href="#release20141015">r20141015 (2014 October 15th)</a></li>
  41. <li><a href="#release6">6th release</a> (2014 September 11th <b>pre-release, 7th beta</b>)</li>
  42. <li><a href="#release5">5th release</a> (2014 March 7th, revised 2014 June 22nd)</li>
  43. <li><a href="#release4">4th release</a> (2014 February 21st)</li>
  44. <li><a href="#release3">3rd release</a> (2013 December 14th)</li>
  45. <li><a href="#release2">2nd release</a> (2013 December 13th)</li>
  46. <li><a href="#release1">1st release</a> (2013 December 12th)</li>
  47. </ul>
  48. <p>
  49. <b><i>&quot;Release&quot;</i></b> means that a new coreboot git revision with substantially different code has been adapted for libreboot.
  50. </p>
  51. <p>
  52. <b><i>&quot;Revision&quot;</i></b> means a modification to an existing release, where the result is insubstantially different from what preceded it.
  53. </p>
  54. <p>
  55. The 1st, 2nd, 3rd and 4th releases were really just older revisions of the 5th release.
  56. For historical reasons (and to avoid confusion), these are still called 'releases' instead of correcting the mistake.
  57. </p>
  58. </div>
  59. <div class="section">
  60. <h1 id="release20150124">Release 20150124 and 20150126</h1>
  61. <p>
  62. Release date: January 26th, 2015.
  63. </p>
  64. <h2>Binaries (right-click save as, or use wget)</h2>
  65. <ul>
  66. <li><a href="http://libreboot.org/release/20150126/libreboot_bin.tar.xz">http://libreboot.org/release/20150126/libreboot_bin.tar.xz</a></li>
  67. <li><a href="http://libreboot.org/release/20150126/libreboot_bin.tar.xz.sig">http://libreboot.org/release/20150126/libreboot_bin.tar.xz.sig</a></li>
  68. </ul>
  69. <h2>Source code (right-click save as, or use wget)</h2>
  70. <ul>
  71. <li><a href="http://libreboot.org/release/20150126/libreboot_src.tar.xz">http://libreboot.org/release/20150126/libreboot_src.tar.xz</a></li>
  72. <li><a href="http://libreboot.org/release/20150126/libreboot_src.tar.xz.sig">http://libreboot.org/release/20150126/libreboot_src.tar.xz.sig</a></li>
  73. </ul>
  74. <p>
  75. Release date: January 24th, 2015.
  76. </p>
  77. <h2>Binaries (right-click save as, or use wget)</h2>
  78. <ul>
  79. <li><a href="http://libreboot.org/release/20150124/libreboot_bin.tar.xz">http://libreboot.org/release/20150124/libreboot_bin.tar.xz</a></li>
  80. <li><a href="http://libreboot.org/release/20150124/libreboot_bin.tar.xz.sig">http://libreboot.org/release/20150124/libreboot_bin.tar.xz.sig</a></li>
  81. </ul>
  82. <h2>Source code (right-click save as, or use wget)</h2>
  83. <ul>
  84. <li><a href="http://libreboot.org/release/20150124/libreboot_src.tar.xz">http://libreboot.org/release/20150124/libreboot_src.tar.xz</a></li>
  85. <li><a href="http://libreboot.org/release/20150124/libreboot_src.tar.xz.sig">http://libreboot.org/release/20150124/libreboot_src.tar.xz.sig</a></li>
  86. </ul>
  87. <p>
  88. Installation instructions can be found at <a href="install/index.html#flashrom">install/index.html#flashrom</a>.
  89. Building instructions (for source code) can be found at <a href="git/index.html#build">git/index.html#build</a>.
  90. </p>
  91. <h2>Machines supported in this release:</h2>
  92. <ul>
  93. <li>
  94. <b>Lenovo ThinkPad X60/X60s</b>
  95. <ul>
  96. <li>
  97. You can also remove the motherboard from an X61/X61s and replace it with an X60/X60s motherboard.
  98. An X60 Tablet motherboard will also fit inside an X60/X60s.
  99. </li>
  100. </ul>
  101. </li>
  102. <li>
  103. <b>Lenovo ThinkPad X60 Tablet</b> (1024x768 and 1400x1050) with digitizer support
  104. <ul>
  105. <li>See <a href="hcl/index.html#supported_x60t_list">hcl/index.html#supported_x60t_list</a> for list of supported LCD panels</li>
  106. <li>It is unknown whether an X61 Tablet can have it's mainboard replaced with an X60 Tablet motherboard.</li>
  107. </ul>
  108. </li>
  109. <li>
  110. <b>Lenovo ThinkPad T60</b> (Intel GPU) (there are issuesinstall/x200_external.html; see below):
  111. <ul>
  112. <li>See notes below for exceptions, and <a href="hcl/index.html#supported_t60_list">hcl/index.html#supported_t60_list</a> for known working LCD panels.</li>
  113. <li>It is unknown whether a T61 can have it's mainboard replaced with a T60 motherboard.</li>
  114. <li>See <a href="future/index.html#t60_cpu_microcode">future/index.html#t60_cpu_microcode</a>.</li>
  115. <li>T60P (and T60 laptops with ATI GPU) will likely never be supported: <a href="hcl/index.html#t60_ati_intel">hcl/index.html#t60_ati_intel</a></li>
  116. </ul>
  117. </li>
  118. <li>
  119. <b>Lenovo ThinkPad X200</b>
  120. <ul>
  121. <li>X200S and X200 Tablet are also supported, conditionally; see <a href="hcl/x200.html">hcl/x200.html#x200s</a></li>
  122. <li><b>ME/AMT</b>: libreboot removes this, permanently. <a href="hcl/x200_remove_me.html">hcl/x200_remove_me.html</a></li>
  123. </ul>
  124. </li>
  125. <li>
  126. <b>Apple MacBook1,1</b> (MA255LL/A, MA254LL/A, MA472LL/A)
  127. <ul>
  128. <li>See <a href="hcl/index.html#macbook11">hcl/index.html#macbook11</a>.</li>
  129. </ul>
  130. </li>
  131. <li>
  132. <b>Apple MacBook2,1</b> (MA699LL/A, MA701LL/A, MB061LL/A, MA700LL/A, MB063LL/A, MB062LL/A)
  133. <ul>
  134. <li>See <a href="hcl/index.html#macbook21">hcl/index.html#macbook21</a>.</li>
  135. </ul>
  136. </li>
  137. </ul>
  138. <h2>
  139. Revisions for r20150126 (relative to r20150124)
  140. </h2>
  141. <p>
  142. This is a bug fix release based on r20150124. It contains a few small changes:
  143. </p>
  144. <ul>
  145. <li>grub.cfg: hardcode the list of partitions to search (speeds up booting considerably. GRUB regexp isn't very well optimized)</li>
  146. <li>Docs (x200.html hcl): Remove incorrect information</li>
  147. <li>Documentation (bbb_setup.html): Fix typos</li>
  148. <li>
  149. build-release: delete ich9fdgbe_{4m,8m}.bin files from ich9gen
  150. <ul>
  151. <li>
  152. These were accidentically included in the r20150124 release. They
  153. are generated from ich9gen so it's ok, but they don't need to be
  154. in the archive.
  155. </li>
  156. </ul>
  157. </li>
  158. <li>Documentation (grub_cbfs.html): Looping in libreboot_grub.cfg (Add notes about it if the user copied from grub.cfg in CBFS.)</li>
  159. <li>Documentation: refer to Guix as GNU Guix System Distribution or GNU GSD per advice from the Guix project.</li>
  160. </ul>
  161. <h2>
  162. Changes for this release (latest changes first, earliest changes last)
  163. </h2>
  164. <ul>
  165. <li>Documentation: added information about how to boot Guix GNU/Linux.</li>
  166. <li>grub.cfg: Added (usb0) and (usb0,*) to the list of devices in the <i>Search for GRUB</i> menuentry (this is needed for Guix GNU/Linux)</li>
  167. <li>grub.cfg: Added (ahci1) to list of devices for ISOLINUX parser (CD/DVD) (this is needed for the X200 docking station).</li>
  168. <li>grub.cfg: ISOLINUX parsing is now done on all USB partitions.</li>
  169. <li>grub.cfg: Automatically switched to /boot/grub/libreboot_grub.cfg on a partition, if it exists.</li>
  170. <li>libreboot_bin: added static ARM binaries for flashrom, cbfstool, ich9gen and
  171. ich9deblob (tested on beaglebone black).</li>
  172. <li>Flashrom: removed redundant Macronix flashchip definitions (for X200 owners).</li>
  173. <li>Flashrom: added whitelist for ThinkPad X200.</li>
  174. <li>X200: fixed uneven backlight (at low levels)</li>
  175. <li>ich9macchange (new script, uses ich9gen): for changing the default MAC address on X200 ROM images.</li>
  176. <li>ich9gen: added capability to change the default MAC address (and update the checksum)</li>
  177. <li>ich9deblob: added new utility ich9gen: this can generate a descriptor+gbe image without a factory.rom dump present.</li>
  178. <li>Modified ich9deblob to use a struct for Gbe, documenting everything.</li>
  179. <li>Massively updated the ich9deblob utility: re-factored everything completely.</li>
  180. <li>Enabled cstates 1 and 2 on macbook21. This reduces idle heat / power consumption.</li>
  181. <li>buildrom-withgrub: disabled creation of *txtmode*.rom for X200 (only framebuffer graphics work)</li>
  182. <li>Updated SeaBIOS (again)</li>
  183. <li>docs/install/index.html#flashrom_x200: improve instructions</li>
  184. <li>Updated flashrom (again) - patches updated</li>
  185. <li>Updated GRUB (again)</li>
  186. <li>Updated coreboot (again)</li>
  187. <li>build-release: not all files were copied to libreboot_src. fix that.</li>
  188. <li>build-release: include cbmem (statically compiled) in libreboot_bin</li>
  189. <li>Documentation (X200): added software-based flashing instructions</li>
  190. <li>Documentation: remove all references to the bus pirate (replaced with BBB flashing tutorials)</li>
  191. <li><b>New board:</b> ThinkPad X200S and X200 Tablet support added to libreboot</li>
  192. <li>build: automatically find board names (configs) to build for</li>
  193. <li><b>New board:</b> ThinkPad X200 support added to libreboot</li>
  194. <li>coreboot-libre config (all boards): enable USB dongle log output (for BeagleBone Black)</li>
  195. <li>cleandeps: actually clean grubinvaders</li>
  196. <li>.gitignore: add powertop directory</li>
  197. <li>cleandeps: clean i945-pwm utility</li>
  198. <li>scripts (all): fix typos</li>
  199. <li>Documentation: general cleanup.</li>
  200. <li>builddeps-flashrom: reduce build commands to a single for loop</li>
  201. <li>scripts (all): replace unnecessary rm -rf with rm -f</li>
  202. <li>powertop.trisquel7: remove sudo (script already checks if the user is root)</li>
  203. <li>docs/release.html: add lenovo g505s to the list of candidates</li>
  204. <li>.gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xz</li>
  205. <li>
  206. libreboot_bin.tar.xz: Include utils as statically linked binaries
  207. <ul>
  208. <li>This means that the user does not have to install build dependency
  209. or build from source anymore.</li>
  210. </ul>
  211. </li>
  212. <li>deps-trisquel: Add binutils-source</li>
  213. <li>powertop.trisquel7 (new): Setup powertop on trisquel 7</li>
  214. <li>deps-trisquel,flash,lenovobios_firstflash,lenovobios_secondflash,macbook21_firstflash
  215. x60flashfrom5,powertop.trisquel6: check if user is root</li>
  216. <li>deps-trisquel: Make GRUB build on in Trisquel 7 x86_64. (cross compile dependencies. fixes build error in GRUB)</li>
  217. <li>deps-parabola (removed) Remove Parabola dependencies script. Will re-add later (properly tested)</li>
  218. <li>grub.cfg: Add more path checks to isolinux parser (more ISOs should work now)</li>
  219. <li>Update SeaBIOS</li>
  220. <li>x60flashfrom5 (new), for X60 users upgrading from 5th/early release</li>
  221. <li>Update flashrom</li>
  222. <li>Update GRUB</li>
  223. <li>
  224. Updated coreboot-libre
  225. <ul>
  226. <li>i945: permanently set tft_brightness to 0xff (fixes bug on X60 where
  227. turning up brightness at max would make it loop back to low brightness)</li>
  228. </ul>
  229. </li>
  230. <li>
  231. getcb: Revert X60/T60 to legacy backlight controls
  232. <ul>
  233. <li>The ACPI brightness patches were abandoned and obsolete.</li>
  234. </ul>
  235. </li>
  236. <li>grub.cfg: Only load initrd.img if it exists. Add rw to linux line (for ProteanOS)</li>
  237. <li>build: Only generate the GRUB configurations once (re-use on all images)</li>
  238. <li>Only build 2 GRUB payload executables, re-use on all boards.</li>
  239. <li>
  240. resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASH<br/>
  241. resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
  242. </li>
  243. <li>scripts (error handling): Replace exit with exit 1 (make debugging easier)</li>
  244. <li>
  245. Move most files in CBFS to GRUB memdisk, except grub.cfg and grubtest.cfg
  246. <ul>
  247. This reduces the space used in CBFS because coreboot compresses
  248. its payloads with LZMA by default. grub.cfg is all that most users
  249. will want to modify, which remains in CBFS.
  250. </ul>
  251. </li>
  252. <li>docs/release.html Add DMP vortex86ex to list of candidates.</li>
  253. <li>docs/release.html Add ThinkPad X201 to list of candidates.</li>
  254. <li>New links added to docs/security/x60_security and docs/security/t60_security</li>
  255. <li>lenovobios_secondflash: Warn if BUCTS is not present. (not a dealbreaker. Can just pull out nvram battery/coin).</li>
  256. <li>lenovobios_firstflash: Fail if BUCTS fails. (anti-bricking precaution)</li>
  257. <li>Removed obnoxious warnings from flashing scripts, improved documentation instead.</li>
  258. <li>scripts (all): add proper error checking (fail fast, fail early. Do not continue if there are errors)</li>
  259. <li>buildrom-withgrub: rename image to boardname_layout_romtype.rom</li>
  260. <li>buildrom-withgrub: don't move cbfstool, execute directly</li>
  261. <li>resources/utilities/grub-assemble: add French Dvorak (BEPO) keyboard layout.</li>
  262. <li>Documentation: add docs/hardware/x60_keyboard.html (show how to replace keyboard on X60/X60T)</li>
  263. <li>Documentation: major cleanup (better structure, easier to find things)</li>
  264. <li>
  265. docs/release.html: Remove Acer CB5 from list of future candidates.
  266. <ul>
  267. <li>
  268. Too many issues. Chromebooks are crippled (soldered RAM/storage/wifi)
  269. and have too many usability issues for the libreboot project.
  270. </li>
  271. </ul>
  272. </li>
  273. <li>docs/gnulinux/grub_cbfs.html Major cleanup. Usability improvements.</li>
  274. <li>hocs/gnulinux/encrypted_trisquel.html: Fixed mistakes/typos. General improvements</li>
  275. <li>
  276. flash (flashrom script): remove boardmismatch=force
  277. <ul>
  278. <li>
  279. This was put there before for users upgrading from libreboot r5
  280. to r6, but also allows the user to flash the wrong image. For
  281. example, the user could flash a T60 image on an X60, thus
  282. bricking the machine. It's almost certain that most people
  283. have upgraded by now, so remove this potentially dangerous
  284. option.
  285. </li>
  286. </ul>
  287. </li>
  288. <li>Documentation: update compatibility list for X60T LCD panels.</li>
  289. <li>docs/release.html: add note about X60 Tablet board in X60/X60s</li>
  290. <li>docs/howtos/grub_boot_installer.html: small corrections</li>
  291. <li>docs/howtos/grub_boot_installer.html: improved readability, fixed html errors</li>
  292. <li>Documentation (macbook21 related): clean up</li>
  293. </ul>
  294. </div>
  295. <div class="section">
  296. <h1 id="release20141015">Release 20141015</h1>
  297. <h2>Binaries (right-click save as, or use wget)</h2>
  298. <ul>
  299. <li><a href="http://libreboot.org/release/20141015/libreboot_bin.tar.xz">http://libreboot.org/release/20141015/libreboot_bin.tar.xz</a></li>
  300. <li><a href="http://libreboot.org/release/20141015/libreboot_bin.tar.xz.sig">http://libreboot.org/release/20141015/libreboot_bin.tar.xz.sig</a></li>
  301. </ul>
  302. <h2>Source code (right-click save as, or use wget)</h2>
  303. <ul>
  304. <li><a href="http://libreboot.org/release/20141015/libreboot_src.tar.xz">http://libreboot.org/release/20141015/libreboot_src.tar.xz</a></li>
  305. <li><a href="http://libreboot.org/release/20141015/libreboot_src.tar.xz.sig">http://libreboot.org/release/20141015/libreboot_src.tar.xz.sig</a></li>
  306. </ul>
  307. <p>
  308. Installation instructions can be found at <a href="install/index.html#flashrom">install/index.html#flashrom</a>.
  309. Building instructions (for source code) can be found at <a href="git/index.html#build">git/index.html#build</a>.
  310. </p>
  311. <h2>Machines supported in this release:</h2>
  312. <ul>
  313. <li>
  314. <b>Lenovo ThinkPad X60/X60s</b>
  315. <ul>
  316. <li>
  317. You can also remove the motherboard from an X61/X61s and replace it with an X60/X60s motherboard.
  318. An X60 Tablet motherboard will also fit inside an X60/X60s.
  319. </li>
  320. </ul>
  321. </li>
  322. <li>
  323. <b>Lenovo ThinkPad X60 Tablet</b> (1024x768 and 1400x1050) with digitizer support
  324. <ul>
  325. <li>See <a href="hcl/index.html#supported_x60t_list">hcl/index.html#supported_x60t_list</a> for list of supported LCD panels</li>
  326. <li>It is unknown whether an X61 Tablet can have its mainboard replaced with an X60 Tablet motherboard.</li>
  327. </ul>
  328. </li>
  329. <li>
  330. <b>Lenovo ThinkPad T60</b> (Intel GPU) (there are issues; see below):
  331. <ul>
  332. <li>See notes below for exceptions, and <a href="hcl/index.html#supported_t60_list">hcl/index.html#supported_t60_list</a> for known working LCD panels.</li>
  333. <li>It is unknown whether a T61 can have its mainboard replaced with a T60 motherboard.</li>
  334. <li>See <a href="future/index.html#t60_cpu_microcode">future/index.html#t60_cpu_microcode</a>.</li>
  335. <li>T60P (and T60s with ATI GPU) will likely never be supported: <a href="hcl/index.html#t60_ati_intel">hcl/index.html#t60_ati_intel</a></li>
  336. </ul>
  337. </li>
  338. <li>
  339. <b>Apple MacBook1,1</b> (MA255LL/A, MA254LL/A, MA472LL/A)
  340. <ul>
  341. <li>See <a href="hcl/index.html#macbook11">hcl/index.html#macbook11</a>.</li>
  342. </ul>
  343. </li>
  344. <li>
  345. <b>Apple MacBook2,1</b> (MA699LL/A, MA701LL/A, MB061LL/A, MA700LL/A, MB063LL/A, MB062LL/A)
  346. <ul>
  347. <li>See <a href="hcl/index.html#macbook21">hcl/index.html#macbook21</a>.</li>
  348. </ul>
  349. </li>
  350. </ul>
  351. <h2>
  352. Changes for this release (latest changes first, earliest changes last)
  353. </h2>
  354. <ul>
  355. <li>Updated coreboot (git commit 8ffc085e1affaabbe3dca8ac6a89346b71dfc02e), the latest at the time of writing.</li>
  356. <li>Updated SeaBIOS (git commit 67d1fbef0f630e1e823f137d1bae7fa5790bcf4e), the latest at the time of writing.</li>
  357. <li>Updated Flashrom (svn revision 1850), the latest at the time of writing.</li>
  358. <li>Updated GRUB (git commit 9a67e1ac8e92cd0b7521c75a734fcaf2e58523ad), the latest at the time of writing.</li>
  359. <li>Cleaned up the documentation, removed unneeded files.</li>
  360. <li>ec/lenovo/h8 (x60/x60s/x60t/t60): Enable wifi/bluetooth/wwan/touchpad/trackpoint by default.</li>
  361. <li>Documentation: Updated list of T60 LCDs (Samsung LTN150XG 15&quot; XGA listed as non-working).</li>
  362. <li>builddeps-coreboot: Don't build libpayload (not needed. This was leftover by mistake, when trying out the TINT payload).</li>
  363. <li>Replaced most diff files (patches) for coreboot with gerrit checkouts (cherry-pick).</li>
  364. <li>Documentation: x60_security.html and t60_security.html: added links to info about the ethernet controller (Intel 82573).</li>
  365. <li>Documentation: x60_security.html and t60_security.html: added notes about DMA and the docking station.</li>
  366. <li>
  367. Documentation: configuring_parabola.html: basic post-install steps for Parabola GNU/Linux
  368. (helpful, since libreboot development is being moved to Parabola at the time of writing).
  369. </li>
  370. <li>builddeps-coreboot: use 'make crossgcc-i386' instead of 'make crossgcc'. Libreboot only targets x86 at the time of writing.</li>
  371. <li>ROM images no longer include SeaBIOS. Instead, the user adds it afterwards. Documentation and scripts updated.</li>
  372. <li>docs/images/encrypted_parabola.html: Notes about linux-libre-grsec</li>
  373. <li>Documentation: encrypted_parabola.html: add tutorial for encrypted Parabola GNU/Linux installation.</li>
  374. <li>Documentation: added more info about wifi chipsets</li>
  375. </ul>
  376. <p><a href="#pagetop">Back to top of page.</a></p>
  377. </div>
  378. <div class="section">
  379. <h1 id="release6">6th release (pre-release, 7th beta)</h1>
  380. <ul>
  381. <li>Released 2014 July 11th (pre-release) 1st beta</li>
  382. <li>Revised (pre-release, 2nd beta) 2014 July 16th</li>
  383. <li>Revised (pre-release, 3rd beta) 2014 July 20th</li>
  384. <li>Revised (pre-release, 4th beta) 2014 July 29th</li>
  385. <li>Revised (pre-release, 5th beta) 2014 August 11th (corrected 2014 August 11th)</li>
  386. <li>Revised (pre-release, 6th beta) 2014 September 3rd</li>
  387. <li>Revised (pre-release, 7th beta) 2014 September 11th</li>
  388. </ul>
  389. <h2>Binaries (for flashing) (right-click save as, or use wget)</h2>
  390. <ul>
  391. <li><a href="http://libreboot.org/release/5/prerelease_beta7/libreboot_bin.tar.xz">http://libreboot.org/release/5/prerelease_beta7/libreboot_bin.tar.xz</a></li>
  392. <li><a href="http://libreboot.org/release/5/prerelease_beta7/libreboot_bin.tar.xz.sig">http://libreboot.org/release/5/prerelease_beta7/libreboot_bin.tar.xz.sig</a></li>
  393. </ul>
  394. <h2>Source code (for hacking) (right-click save as, or use wget)</h2>
  395. <ul>
  396. <li><a href="http://libreboot.org/release/5/prerelease_beta7/libreboot_src.tar.xz">http://libreboot.org/release/5/prerelease_beta7/libreboot_src.tar.xz</a></li>
  397. <li><a href="http://libreboot.org/release/5/prerelease_beta7/libreboot_src.tar.xz.sig">http://libreboot.org/release/5/prerelease_beta7/libreboot_src.tar.xz.sig</a></li>
  398. </ul>
  399. <h2>Machines still supported (compared to previous release):</h2>
  400. <ul>
  401. <li>
  402. <b>Lenovo ThinkPad X60/X60s</b>
  403. <ul>
  404. <li>
  405. You can also remove the motherboard from an X61/X61s and replace it with an X60/X60s motherboard.
  406. </li>
  407. </ul>
  408. </li>
  409. </ul>
  410. <h2>New machines supported in this release:</h2>
  411. <ul>
  412. <li>
  413. <b>Lenovo ThinkPad X60 Tablet</b> (1024x768 and 1400x1050) with digitizer support
  414. <ul>
  415. <li>See <a href="hcl/index.html#supported_x60t_list">hcl/index.html#supported_x60t_list</a> for list of supported LCD panels</li>
  416. <li>It is unknown whether an X61 Tablet can have its mainboard replaced with an X60 Tablet motherboard.</li>
  417. </ul>
  418. </li>
  419. <li>
  420. <b>Lenovo ThinkPad T60</b> (Intel GPU) (there are issues; see below)
  421. <ul>
  422. <li>See notes below for exceptions, and <a href="hcl/index.html#supported_t60_list">hcl/index.html#supported_t60_list</a> for known working LCD panels.</li>
  423. <li>It is unknown whether a T61 can have its mainboard replaced with a T60 motherboard.</li>
  424. <li>T60P (and T60s with ATI GPU) will likely never be supported: <a href="hcl/index.html#t60_ati_intel">hcl/index.html#t60_ati_intel</a></li>
  425. </ul>
  426. </li>
  427. <li>
  428. <b>Apple MacBook1,1</b> (MA255LL/A, MA254LL/A, MA472LL/A)
  429. <ul>
  430. <li>See <a href="hcl/index.html#macbook11">hcl/index.html#macbook11</a>.</li>
  431. </ul>
  432. </li>
  433. <li>
  434. <b>Apple MacBook2,1</b> (MA699LL/A, MA701LL/A, MB061LL/A, MA700LL/A, MB063LL/A, MB062LL/A)
  435. <ul>
  436. <li>See <a href="hcl/index.html#macbook21">hcl/index.html#macbook21</a>.</li>
  437. </ul>
  438. </li>
  439. </ul>
  440. <h2>Machines no longer supported (compared to previous release):</h2>
  441. <ul>
  442. <li><b>All previous machines still supported!</b></li>
  443. </ul>
  444. <h2>
  445. Revisions for 7th beta (2014 September 11th)
  446. </h2>
  447. <ul>
  448. <li>The changes below were made in a git repository, unlike in previous releases. Descriptions below are copied from 'git log'.</li>
  449. <li>Update .gitignore for new dependencies.</li>
  450. <li>Use a submodule for i945-pwm.</li>
  451. <li>Don't clean packages that fail or don't need cleaning.</li>
  452. <li>Don't clean i945-pwm, it's not needed.</li>
  453. <li>Regression fix: Parabola live ISO boot issues</li>
  454. <li>Re-enable background images in ISOLINUX/SYSLINUX GRUB parser menus</li>
  455. <li>Regression fix: Re-add CD-ROM (ata0) in GRUB</li>
  456. <li>Documentation: add notes about performance penalty when using ecryptfs.</li>
  457. <li>Documentation: Fixed spelling and grammatical errors.</li>
  458. <li>Documentation: macbook21: add new machine as tested</li>
  459. <li>Documentation: macbook21: add info about improving touchpad sensitivity</li>
  460. <li>Documentation: X60 Tablet: add more information about finger input</li>
  461. <li>Documentation: release.html: Add information about recently merged commit in coreboot</li>
  462. </ul>
  463. <h2>
  464. Revisions for 6th beta (2014 September 3rd)
  465. </h2>
  466. <ul>
  467. <li>Added modified builddeb* scripts for Parabola GNU/Linux-libre: buildpac, buildpac-flashrom, buildpac-bucts (courtesy of Noah Vesely)</li>
  468. <li>Documentation: updated all relevant areas to mention use of buildpac* scripts for Parabola users.</li>
  469. <li>Documentation: added information showing how to enable or disable bluetooth on the X60</li>
  470. <li>MacBook1,1 tested! See <a href="hcl/index.html#macbook11">hcl/index.html#macbook11</a></li>
  471. <li>Documentation: fixed typo in index.html#get_edid_panelname (get-edit changed to get-edid)</li>
  472. <li>Documentation: added images/x60_lcd_change/ (pics only for now)</li>
  473. <li>Added gcry_serpent and gcry_whirlpool to the GRUB module list in the 'build' script (for luks users)</li>
  474. <li>
  475. <b>Libreboot is now based on a new coreboot version from August 23rd, 2014:<br/>
  476. Merged commits (relates to boards that were already supported in libreboot):</b>
  477. <ul>
  478. <li><a href="http://review.coreboot.org/#/c/6697/">http://review.coreboot.org/#/c/6697/</a></li>
  479. <li><a href="http://review.coreboot.org/#/c/6698/">http://review.coreboot.org/#/c/6698/</a> (merged already)</li>
  480. <li><a href="http://review.coreboot.org/#/c/6699/">http://review.coreboot.org/#/c/6699/</a> (merged already)</li>
  481. <li><a href="http://review.coreboot.org/#/c/6696/">http://review.coreboot.org/#/c/6696/</a> (merged already)</li>
  482. <li><a href="http://review.coreboot.org/#/c/6695/">http://review.coreboot.org/#/c/6695/</a> (merged already)</li>
  483. <li><b><a href="http://review.coreboot.org/#/c/5927/">http://review.coreboot.org/#/c/5927/</a> (merged already)</b></li>
  484. <li><a href="http://review.coreboot.org/#/c/6717/">http://review.coreboot.org/#/c/6717/</a> (merged already)</li>
  485. <li><a href="http://review.coreboot.org/#/c/6718/">http://review.coreboot.org/#/c/6718/</a> (merged already)</li>
  486. <li>
  487. <a href="http://review.coreboot.org/#/c/6723/">http://review.coreboot.org/#/c/6723/</a> (merged already)
  488. (text-mode patch, might enable memtest. macbook21)
  489. </li>
  490. <li>
  491. <a href="http://review.coreboot.org/#/c/6732/">http://review.coreboot.org/#/c/6732/</a> (MERGED)
  492. (remove useless ps/2 keyboard delay from macbook21. already merged)
  493. </li>
  494. </ul>
  495. </li>
  496. <li>
  497. These were also merged in coreboot (relates to boards that libreboot already supported):
  498. <ul>
  499. <li><a href="http://review.coreboot.org/#/c/5320/">http://review.coreboot.org/#/c/5320/</a> (merged)</li>
  500. <li><a href="http://review.coreboot.org/#/c/5321/">http://review.coreboot.org/#/c/5321/</a> (merged)</li>
  501. <li><a href="http://review.coreboot.org/#/c/5323/">http://review.coreboot.org/#/c/5323/</a> (merged)</li>
  502. <li><a href="http://review.coreboot.org/#/c/6693/">http://review.coreboot.org/#/c/6693/</a> (merged)</li>
  503. <li><a href="http://review.coreboot.org/#/c/6694/">http://review.coreboot.org/#/c/6694/</a> (merged)</li>
  504. <li><a href="http://review.coreboot.org/#/c/5324/">http://review.coreboot.org/#/c/5324/</a> (merged)</li>
  505. </ul>
  506. </li>
  507. <li>Documentation: removed the section about tft_brightness on X60 (new code makes it obsolete)</li>
  508. <li>Removed all patches from resources/libreboot/patch/ and added new patch: 0000_t60_textmode.git.diff</li>
  509. <li>Updated getcb script and DEBLOB script.</li>
  510. <li>Updated configuration files under resources/libreboot/config/ to accomodate new coreboot version.</li>
  511. <li>
  512. Removed grub_serial*.cfg and libreboot_serial*.rom, all configs/rom files are now unified (containing same configuration as serial rom files from before).
  513. <ul>
  514. <li>Documentation: updated index.html#rom to reflect the above.</li>
  515. </ul>
  516. </li>
  517. <li>Updated GRUB to new version from August 14th, 2014.</li>
  518. <li>Unified all grub configurations for all machines to a single grub.cfg under resources/grub/config/</li>
  519. <li>Updated flashrom to new version from August 20th, 2014</li>
  520. <li>
  521. Added getseabios and builddeps-seabios (builddeps and getall were also updated)
  522. <ul>
  523. <li>
  524. Added instructions to 'buildrom-withgrub' to include bios.bin.elf and vgaroms/vgabios.bin from SeaBIOS inside the ROM.
  525. </li>
  526. </ul>
  527. </li>
  528. <li>Added seabios (and sgavgabios) to grub as payload option in menu</li>
  529. <li>
  530. Disabled serial output in Memtest86+ (no longer needed) to speed up tests.
  531. <ul>
  532. <li>MemTest86+ now works properly, it can output on the laptop screen (no serial port needed anymore).</li>
  533. </ul>
  534. </li>
  535. <li>
  536. Added getgrubinvaders, builddeps-grubinvaders scripts. Added these to getall and builddeps.
  537. <ul>
  538. <li>
  539. Added <a href="http://www.coreboot.org/GRUB_invaders">GRUB Invaders</a> menu entry in resources/grub/config/grub.cfg
  540. </li>
  541. </ul>
  542. </li>
  543. <li>Added rules to builddeps-coreboot to build libpayload with TinyCurses. (added appropriate instructions to cleandeps script).</li>
  544. <li>Commented out lines in resources/grub/config/grub.cfg for loading font/background (not useful anymore, now that GRUB is in text-mode).</li>
  545. <li>Commented out lines in buildrom-withgrub that included backgrounds/fonts (not useful anymore, now that GRUB is in text-mode).</li>
  546. <li>
  547. Added resources/utilities/i945-pwm/ (from git://git.mtjm.eu/i945-pwm), for debugging acpi brightness on i945 machines.
  548. <ul>
  549. <li>Added instructions for it in builddeps, builddeps-i945pwm, builddeb and cleandeps</li>
  550. </ul>
  551. </li>
  552. <li>'build' script: removed the parts that generated sha512sum manifests (not needed, since release tarballs are GPG-signed)</li>
  553. <li>
  554. 'build' script: removed the parts that generated libreboot_meta directory (not needed anymore, since _meta will be hosted in git)
  555. <ul>
  556. <li>Updated index.html#build_meta (and other parts of documentation) to accomodate this change.</li>
  557. </ul>
  558. </li>
  559. <li>Documentation: simplified (refactored) the notes in index.html#rom</li>
  560. <li>
  561. 'build' script: removed the parts that generated libreboot_bin and added them to a new script: 'build-release'
  562. <ul>
  563. <li>Documentation: index.html#build updated to reflect the above.</li>
  564. </ul>
  565. </li>
  566. <li>Removed 'sudo' from builddeb, builddeb-flashrom, powertop.trisquel6 and builddeb-bucts scripts (assuming that the user has it is a really bad idea).</li>
  567. <li><s>Added all gcry_* modules to grub (luks/cryptomount): gcry_arcfour gcry_camellia gcry_crc gcry_dsa gcry_md4 gcry_rfc2268 gcry_rmd160 gcry_seed gcry_sha1 gcry_sha512 gcry_twofish gcry_blowfish gcry_cast5 gcry_des gcry_idea gcry_md5 gcry_rijndael gcry_rsa gcry_serpent gcry_sha256 gcry_tiger gcry_whirlpool</s></li>
  568. <li>Added GNUtoo's list of GRUB modules (includes all of the gcry_* modules above), cryptomount should be working now.</li>
  569. <li>Removed builddeb-bucts and builddeb-flashrom, merged them with builddeb (index.html updated accordingly)</li>
  570. <li>Removed buildpac-bucts and buildpac-flashrom, merged them with buildpac (index.html updated accordingly)</li>
  571. <li>Renamed builddeb to deps-trisquel (index.html updated accordingly)</li>
  572. <li>Renamed buildpac to deps-parabola (index.html updated accordingly)</li>
  573. <li>Documentation: removed all parts talking about build dependencies, replaced them with links to index.html#build_dependencies</li>
  574. <li>Documentation: emphasized more strongly on the documentation, the need to re-build bucts and/or flashrom before flashing a ROM image.</li>
  575. <li>build-release: flashrom, nvramtool, cbfstool and bucts are no longer provided pre-compiled in binary archives, and are now in source form only. (to maximize distro compatibility).</li>
  576. <li>Documentation: added gnulinux/encrypted_trisquel.html showing how to setup a fully encrypted Trisquel installation (including /boot) and boot it from the GRUB payload.</li>
  577. <li>'build' script: replaced grub.elf assembly instructons, it is now handled by a utility added under resources/utilities/grub-assemble</li>
  578. <li>Moved resources/grub/keymap to resources/utilities/grub-assemble/keymap, and updated that utility to use it</li>
  579. <li>Documentation: removed useless links to pictures of keyboard layouts and unmodified layouts.</li>
  580. <li>Removed all unused fonts from dejavu-fonts-ttf-2.34/ directory</li>
  581. <li>'buildrom-withgrub' script: updated it to create 2 sets of ROMs for each machine: one with text-mode, one with coreboot framebuffer.</li>
  582. <li>Documentation: updated index.html#rom to reflect the above</li>
  583. <li>Deleted unused README and COPYING file from main directory</li>
  584. <li>Removed some rm -rf .git* instructions from the get* scripts and moved them to build-release script</li>
  585. <li>
  586. Split up default grub.cfg into 6 parts: extra/{common.cfg,txtmode.cfg,vesafb.cfg} and menuentries/{common.cfg,txtmode.cfg,vesafb.cfg}
  587. <ul>
  588. <li>buildrom-withgrub script uses these to generate the correct grub.cfg for each type of configuration.</li>
  589. </ul>
  590. </li>
  591. <li>grub_memdisk.cfg (used inside grub.elf) now only loads grub.cfg from cbfs. It no longer enables serial output or sets prefix. (menuentries/common.cfg does instead)</li>
  592. <li>
  593. resources/grub/config/extra/common.cfg, added:
  594. <ul>
  595. <li>insmod instructions to load those modules: nativedisk, ehci, ohci, uhci, usb, usbserial_pl2303, usbserial_ftdi, usbserial_usbdebug</li>
  596. <li>set prefix=(memdisk)/boot/grub</li>
  597. <li>
  598. For native graphics (recommended by coreboot wiki):<br/>
  599. gfxpayload=keep<br/>
  600. terminal_output --append gfxterm
  601. </li>
  602. <li>
  603. Play a beep on startup:<br/>
  604. play 480 440 1
  605. </li>
  606. </ul>
  607. </li>
  608. <li>
  609. Documentation: added note about 'fb=false' workaround for text-mode debian-installer (Trisquel net install) to
  610. gnulinux/grub_boot_installer.html
  611. </li>
  612. <li>
  613. Documentation: updated gnulinux/grub_cbfs.html to make it safer (and easier) to follow.
  614. </li>
  615. </ul>
  616. <h2>
  617. Corrections to 5th beta (2014 August 2014)
  618. </h2>
  619. <ul>
  620. <li>Fixed typo where revision list for 5th beta was listed as March 11th 2014, when in fact it was August 11th 2014</li>
  621. <li>Fixed incorrect grub.cfg that was actually placed in resources/grub/config/x60/grub_usqwerty.cfg which broke the default GRUB menu entry on X60</li>
  622. </ul>
  623. <h2>
  624. Revisions for 5th beta (2014 August 11th)
  625. </h2>
  626. <ul>
  627. <li>build: added 'luks', 'lvm', 'cmosdump' and 'cmostest' to the list of modules for grub.elf</li>
  628. <li>Documentation: added pics showing T60 unbricking (still need to write a tutorial)</li>
  629. <li>build: include cmos.layout (coreboot/src/mainboard/manufacturer/model/cmos.layout) files in libreboot_bin</li>
  630. <li>Documentation: added <a href="install/x60tablet_unbrick.html">install/x60tablet_unbrick.html</a></li>
  631. <li>Documentation: added <a href="install/t60_unbrick.html">install/t60_unbrick.html</a></li>
  632. <li>Documentation: added <a href="hardware/t60_lcd_15.html">install/t60_lcd_15.html</a></li>
  633. <li>Documentation: added <a href="security/t60_security.html">install/t60_security.html</a></li>
  634. <li>Documentation: added <a href="hardware/t60_heatsink.html">install/t60_heatsink.html</a></li>
  635. <li>Documentation: Renamed RELEASE.html to release.html</li>
  636. <li>Documentation: removed pcmcia reference in x60_security.html (it's cardbus)</li>
  637. <li>Documentation: added preliminary information about randomized seal (for physical intrusion detection) in x60_security.html and t60_security.html</li>
  638. <li>Documentation: added preliminary information about preventing/mitigating cold-boot attack in x60_security.html and t60_security.html</li>
  639. <li>Documentation: added info to index.html#macbook21 warning about issues with macbook21</li>
  640. <li>
  641. Documentation: X60/T60: added information about checking custom ROMs using dd to see whether or not the top 64K
  642. region is duplicated below top or not. Advise caution about this in the tutorial that deals with flashing on top
  643. of Lenovo BIOS, citing the correct dd commands necessary if it is confirmed that the ROM has not been applied with
  644. dd yet. (in the case that the user compiled their own ROMs from libreboot, without using the build scripts, or if they forgot to use dd, etc).
  645. </li>
  646. <li>
  647. Split resources/libreboot/patch/gitdiff into separate patch files (getcb script updated to accomodate this change).
  648. </li>
  649. <li>Re-added .git files to bucts</li>
  650. <li>Fixed the oversight where macbook21_firstflash wasn't included in binary archives</li>
  651. <li>Release archives are now compressed using .tar.xz for better compression</li>
  652. </ul>
  653. <h2>
  654. Revisions for 4th beta (2014 July 29th)
  655. </h2>
  656. <ul>
  657. <li>Documentation: improved (more explanations, background info) in docs/security/x60_security.html (courtesy of Denis Carikli)</li>
  658. <li>MacBook2,1 tested (confirmed)</li>
  659. <li>macbook21: Added script 'macbook21_firstflash' for flashing libreboot while Apple EFI firmware is running.</li>
  660. <li>Documentation: macbook21: added software-based flashing instructions for flashing libreboot while Apple EFI firmware is running.</li>
  661. <li>
  662. Reduced size of libreboot_src.tar.gz:
  663. <ul>
  664. <li>
  665. Removed .git and .gitignore from grub directory (libreboot_src); not needed.
  666. Removing them reduces the size of the archive (by a lot). GRUB development should be upstream.
  667. </li>
  668. <li>
  669. Removed .git and .gitignore from bucts directory (libreboot_src); not needed.
  670. Removing them reduces the size of the archive. bucts development should be upstream.
  671. </li>
  672. <li>
  673. Removed .svn from flashrom directory (libreboot_src); not needed.
  674. Removing it reduces the size of the archive. flashrom development should be upstream.
  675. </li>
  676. </ul>
  677. </li>
  678. <li>
  679. Added ROMs with Qwerty (Italian) layout in GRUB (libreboot*itqwerty.rom)
  680. </li>
  681. <li>
  682. Added resources/utilities/i945gpu/intel-regs.py for debugging issues related to LCD panel compatibility on X60 Tablet and T60. (courtesy of <a href="http://mtjm.eu">Michał Masłowski</a>)
  683. </li>
  684. </ul>
  685. <h2>
  686. Revisions for 3rd beta (2014 July 20th)
  687. </h2>
  688. <ul>
  689. <li>
  690. Fixed typo that existed in 2nd beta where the release date of the 2nd beta was listed as being in year 2016, when in actual fact it was 2014.
  691. </li>
  692. <li>
  693. Documentation: added (preliminary) details about (rare) buggy CPUs on the ThinkPad T60 that were found to fail (instability, kernel panics, etc)
  694. without the microcode updates.
  695. </li>
  696. <li>Documentation: added docs/hardware/x60_heatsink.html for showing how to change the heatsink on the Thinkpad X60</li>
  697. <li>Added ROM images for Azerty (French) keyboard layout in GRUB (courtesy of Olivier Mondoloni)</li>
  698. <li>
  699. Tidied up some scripts:
  700. <ul>
  701. <li><s>Re-factored those scripts (made easier to read/maintain): build-x60, build-x60t, build-t60, build-macbook21</s></li>
  702. <li><s>Reduced the number of grub configs to 2 (or 1, for macbook21), the build scripts now generate the other configs at build time.</s></li>
  703. <li>Deleted build-x60, build-x60t, build-t60, build-macbook21 and replaced with intelligent (generic) buildrom-withgrub script</li>
  704. <li>Updated build to use buildrom-withgrub script for building the ROM images.</li>
  705. <li>coreboot.rom and coreboot_serial.rom renamed to coreboot_usqwerty.rom and coreboot_serial_usqwerty.rom</li>
  706. <li>coreboot_dvorak and coreboot_serial_dvorak.rom renamed to coreboot_usdvorak.rom and coreboot_serial_usdvorak.rom</li>
  707. <li>Renamed coreboot*rom to libreboot*rom</li>
  708. <li>Made flash, lenovobios_firstflash and lenovobios_secondflash scripts fail if the specified file does not exist.</li>
  709. <li>Updated all relevant parts of the documentation to reflect the above.</li>
  710. </ul>
  711. </li>
  712. <li>Replaced background.png with background.jpg. added gnulove.jpg. (resources/grub/background/)</li>
  713. <li>Updated buildrom-withgrub to use background.jpg instead of background.png</li>
  714. <li>Updated buildrom-withgrub to use gnulove.jpg aswell</li>
  715. <li>Updated resources/grub/config/macbook21/grub*cfg to use gnulove.jpg background.</li>
  716. <li>Updated resources/grub/config/{x60,t60,x60t}/grub*cfg to use background.jpg background.</li>
  717. <li>Documentation: updated docs/index.html#grub_custom_keyboard to be more generally useful.</li>
  718. <li>
  719. nvramtool:
  720. <ul>
  721. <li>Updated builddeps-coreboot script to build it</li>
  722. <li>Updated build script to include it in libreboot_bin</li>
  723. </ul>
  724. </li>
  725. <li>
  726. Documentation: added docs/security/x60_security.html (security hardening for X60)
  727. </li>
  728. </ul>
  729. <h2>
  730. Revisions for 2nd beta (2014 July 16th)
  731. </h2>
  732. <ul>
  733. <li>
  734. Deleted all git-related files from the coreboot directory. This was necessary because
  735. with those it is possible to run 'git diff' which shows the changes made in the form
  736. of a patch (diff format); this includes the blobs that were deleted during deblobbing.
  737. </li>
  738. </ul>
  739. <h2>
  740. Revisions for 1st beta (2014 July 11th)
  741. </h2>
  742. <ul>
  743. <li>Initial release (new coreboot base, dated June 1st 2014. See 'getcb' script for reference)</li>
  744. <li>DEBLOBBED coreboot</li>
  745. <li>Removed the part from memtest86+ 'make' where it tried to connect to some scp server while compiling. (commented out line 24 in the Makefile)</li>
  746. <li>X60 now uses a single .config (for coreboot)</li>
  747. <li>X60 now uses a single grub.cfg (for grub memdisk)</li>
  748. <li>X60 now uses a single grub.elf (payload)</li>
  749. <li>Added new native graphics code for X60 (replaces the old 'replay' code) from Vladimir Serbinenko: 5320/9 from review.coreboot.org</li>
  750. <li>T60 is now supported, with native graphics. (5345/4 from review.coreboot.org, cherry-picked on top of 5320/9 checkout)</li>
  751. <li>
  752. Added macbook2,1 support (from Mono Moosbart and Vladimir Serbinenko) from review.coreboot.org (see 'getcb' script to know how that was done)
  753. <ul>
  754. <li>Documentation: added information linking to correct page and talking about which models are supported.</li>
  755. <li>Added resources/libreboot/config/macbook21config</li>
  756. <li>macbook21: Added 'build-macbook21' script and linked to it in 'build' (ROMs included under bin/macbook21/)</li>
  757. <li>macbook21: Removed dd instructions from build-macbook21 script (macbook21 does not need bucts when flashing libreboot while Apple EFI firmware is running)</li>
  758. <li>Documentation: Added macbook21 ROMs to the list of ROMs in docs/index.html#rom</li>
  759. <li>Documentation: Write documentation linking to Mono Moosbart's macbook21 and parabola page (and include a copy)</li>
  760. </ul>
  761. </li>
  762. <li>Documentation: added a copy of Mono's Parabola install guide (for macbook21 with Apple EFI firmware) and linked in in main index.</li>
  763. <li>Documentation: added a copy of Mono's Coreboot page (for macbook21) and linked it in main index.</li>
  764. <li>T60: Copy CD option from the grub.cfg files for T60 *serial*.rom images into the grub configs for non-serial images. (T60s have CD/DVD drive on main laptop)</li>
  765. <li>macbook21: remove options in build-macbook21 for *serial*.rom (there is no dock or serial port available for macbook21)</li>
  766. <li>
  767. Added patches for backlight controls on X60 and T60 with help from Denis Carikli (see ./resources/libreboot/patch/gitdiff and ./getcb and docs/i945_backlight.html)
  768. <ul>
  769. <li>Documentation: added docs/i945_backlight.html showing how backlight controls were made to work on X60/T60</li>
  770. </ul>
  771. </li>
  772. <li>
  773. Documentation: Added info about getting LCD panel name based on EDID data.
  774. <ul>
  775. <li>Documentation: Added a link to this from the list of supported T60s and LCD panels for T60 (so that the user can check what LCD panel they have).</li>
  776. </ul>
  777. </li>
  778. <li>
  779. X60/T60: Merged patches for 3D fix (from Paul Menzel) when using kernel 3.12 or higher (see ./resources/libreboot/patch/gitdiff and ./getcb)
  780. <ul>
  781. <li>based on 5927/11 and 5932/5 from review.coreboot.org</li>
  782. </ul>
  783. </li>
  784. <li>
  785. Improved thinkpad_acpi support (from coreboot ): xsensors shows more information.
  786. <ul>
  787. <li>From 4650/29 in review.coreboot.org (merged in coreboot 'master' on June 1st 2014)</li>
  788. </ul>
  789. </li>
  790. <li>
  791. Merged changes for digitizer (X60 Tablet) and IR (X60 and T60) based on 5243/17, 5242/17 and 5239/19 from review.coreboot.org
  792. <ul>
  793. <li>(see ./resources/libreboot/patch/gitdiff and ./getcb)</li>
  794. </ul>
  795. </li>
  796. <li>Documentation: added information about building flashrom using 'builddeps-flashrom' script.</li>
  797. <li>Re-created resources/libreboot/config/x60config</li>
  798. <li>Re-created resources/libreboot/config/t60config</li>
  799. <li>
  800. Added 'x60tconfig' in resources/libreboot/config (because X60 Tablet has different information about serial/model/version in 'dmidecode')
  801. <ul>
  802. <li>Added 'build-x60t' script</li>
  803. <li>Updated 'build' script to use 'build-x60t'</li>
  804. <li>Documentation: added to #config section the section #config_x60t (libreboot configuration and dmidecode info)</li>
  805. <li>Documentation: added x60t ROMs to the list of ROMs</li>
  806. </ul>
  807. </li>
  808. <li>Tidied up the 'builddeps' script (easier to read)</li>
  809. <li>Tidied up the 'cleandeps' script (easier to read)</li>
  810. <li>Annotated the 'buildall' script</li>
  811. <li>Added 'getcb' script for getting coreboot revision used from git, and patching it.</li>
  812. <li>Added 'getgrub' script for getting the GRUB revision used from git, and patching it.</li>
  813. <li>Added 'getmt86' script for getting the memtest86+ version used, and patching it.</li>
  814. <li>Added 'getbucts' script for getting the bucts version used.</li>
  815. <li>Added 'getflashrom' script for getting the flashrom version used, and patching it</li>
  816. <li>Added 'getall' script which runs all of the other 'get' scripts.</li>
  817. <li>
  818. Add instructions to the 'build' script to prepare libreboot_meta.tar.gz
  819. <ul>
  820. <li>New archive: libreboot_meta.tar.gz - minimal archive, using the 'get' scripts to download all the dependencies (coreboot, memtest, grub and so on).</li>
  821. </ul>
  822. </li>
  823. <li>Documentation: added information about where 'build' script prepares the libreboot_meta.tar.gz archive.</li>
  824. <li>
  825. Documentation: added information about how to use the 'get' scripts in libreboot_meta.tar.gz (to generate libreboot_src.tar.gz)
  826. <ul>
  827. <li>Documentation: mention that meta doesn't create libreboot_src/ directory, but that libreboot_meta itself becomes the same.</li>
  828. <li>Documentation: advise to rename libreboot_meta to libreboot_src after running 'getall'.</li>
  829. </ul>
  830. </li>
  831. <li>Annotated the 'builddeb' script, to say what each set of dependencies are for.</li>
  832. <li>Separated bucts/flashrom builddeb sections into separate scripts: builddeb-flashrom, builddeb-bucts.</li>
  833. <li>Documentation: Updated relevant parts based on the above.</li>
  834. <li>Added instructions to 'build' script for including builddeb-bucts and builddeb-flashrom in libreboot_bin</li>
  835. <li>
  836. Updated flashrom checkout (r1822 2014-06-16) from SVN (http://flashrom.org/Downloads).
  837. <ul>
  838. <li>Updated flashing instructions in docs/index.html for new commands needed (Macronix chip on X60/T60)</li>
  839. <li>For X60/T60 (flashrom): Patched flashchips.c_lenovobios_macronix and flashchips.c_lenovobios_sst executables for SST/macronix (included in resources/flashrom/patch)</li>
  840. <li>Updated builddeps to build flashrom_lenovobios_sst and flashrom_lenovobios_macronix, for X60/T60 users with Lenovo BIOS</li>
  841. <li>moved the flashrom build instructions from 'builddeps' and put them in 'builddeps-flashrom', excecuting that from 'builddeps'.</li>
  842. <li>Added builddeps-flashrom to libreboot_bin.tar.gz</li>
  843. </ul>
  844. </li>
  845. <li>
  846. flashrom: added patched flashchips.c to resources/flashrom/patch (automatically use correct macronix chip on libreboot, without using '-c' switch)
  847. <ul>
  848. <li>removed 'MX25L1605' and 'MX25L1605A/MX25L1606E' entries in flashchips.c for the patched version of flashchips.c</li>
  849. <li>added instructions to 'builddeps-flashrom' to automatically use this modified flashchips.c in the default build</li>
  850. </ul>
  851. </li>
  852. <li>Added builddeb to libreboot_bin.tar.gz</li>
  853. <li>
  854. Moved 'bucts' build instructions from builddeps to builddeps-bucts
  855. <ul>
  856. <li>builddeps now runs 'builddeps-bucts' instead</li>
  857. <li>Added 'builddeps-bucts' to libreboot_bin.tar.gz</li>
  858. <li>Documentation: Added information about using 'builddep-bucts' to build the BUC.TS utility.</li>
  859. </ul>
  860. </li>
  861. <li>
  862. Added 'lenovobios_firstflash' and 'lenovobios_secondflash' scripts
  863. <ul>
  864. <li>Added instructions to 'build' script for including those files in libreboot_bin</li>
  865. <li>Documentation: Add tutorial for flashing while Lenovo BIOS is running (on X60/T60)</li>
  866. </ul>
  867. </li>
  868. <li>
  869. Added 'flash' script (make sure to run builddeps-flashrom first) which (while libreboot is already running) can use flashrom to flash a ROM
  870. <ul>
  871. <li>eg: &quot;sudo ./flash bin/x60/coreboot_serial_ukdvorak.rom&quot; equivalent to &quot;sudo ./flashrom/flashrom -p internal -w bin/x60/coreboot_uk_dvorak.rom&quot;</li>
  872. <li>updated 'build' script to include the 'flash' script in libreboot_bin.tar.gz</li>
  873. </ul>
  874. </li>
  875. <li>Documentation: replaced default flashrom tutorial to recommend the 'flash' script instead.</li>
  876. <li>
  877. Re-add cbfstool source code back into libreboot_bin.tar.gz, as cbfstool_standalone
  878. <ul>
  879. <li>Patched that version to work (able to be built and used) without requiring the entire coreboot source code.</li>
  880. <li>
  881. Created patched version of the relevant source files and added it into resources/cbfstool/patch
  882. <ul>
  883. <li>see coreboot/util/cbfstool/rmodule.c and then the patched version in resources/cbfstool/patch/rmodule.c</li>
  884. <li>see coreboot/src/include/rmodule-defs.h and the rule in 'build' for including this in ../libreboot_bin/cbfstool_standalone</li>
  885. </ul>
  886. </li>
  887. <li>Added instructions to 'build' script for applying this patch to the cbfstool_standalone source in libreboot_bin</li>
  888. <li>Added instructions to 'build' script for then re-compiling cbfstool_standalone in libreboot_bin after applying the patch</li>
  889. <li>Added a 'builddeps-cbfstool' script (in src, but only used in bin and put in bin by 'build') that compiles cbfstool_standalone in libreboot_bin (make), moves the cbfstool and rmodtool binaries into libreboot_bin/ and then does 'make clean' in libreboot_bin/cbfstool_standalone</li>
  890. <li>Updated the 'build' script to put 'builddeps-cbfstool' in libreboot_bin</li>
  891. <li>Updated the 'build' script in the cbfstool (standalone) part to accomodate the above.</li>
  892. <li>Documentation: added notes about cbfstool (standalone) in libreboot_bin</li>
  893. </ul>
  894. </li>
  895. <li>Documentation: made docs/gnulinux/grub_cbfs.html slightly easier to follow.</li>
  896. <li>Annotate the 'build*' scripts with 'echo' commands, to help the user understand what it actually happening during the build process.</li>
  897. <li>
  898. Documentation: added information about how 'dmidecode' data was put in the coreboot configs
  899. <ul>
  900. <li>Documentation: In fact, document how the 'config' files in resources/libreboot/config/ were created</li>
  901. </ul>
  902. </li>
  903. <li>Documentation: Added information about which ThinkPad T60s are supported, and which are not.</li>
  904. <li>
  905. Documentation: added information about LCD inverters (for upgrading the LCD panel on a T60 14.1' XGA or 15.1' XGA)
  906. <ul>
  907. <li>it's FRU P/N 41W1478 (on T60 14.1&quot;) so this was added to the docs.</li>
  908. <li>it's P/N 42T0078 FRU 42T0079 or P/N 41W1338 (on T60 15.1&quot;) so this was added to the docs.</li>
  909. </ul>
  910. </li>
  911. <li>Documentation: added information about names of LCD panels for T60 to the relevant parts of the documentation.</li>
  912. <li>Documentation: added information (with pictures) about the differences between T60 with Intel GPU and T60 with ATI GPU.</li>
  913. <li>Documentation: added pictures of keyboard layouts (US/UK Qwerty/Dvorak) to the ROM list, to let the user compare with their own keyboard.</li>
  914. <li>
  915. Move the coreboot build instructions in 'builddeps' into 'builddeps-coreboot' and link it in 'builddeps'
  916. <ul>
  917. <li>Link to 'builddeps-coreboot' in final stage of 'getcb'</li>
  918. </ul>
  919. </li>
  920. <li>
  921. Move GRUB build instructions from 'builddeps' into 'builddeps-grub', link from 'builddeps'
  922. <ul>
  923. <li>Link to 'builddeps-grub' in final stage of 'getgrub'</li>
  924. </ul>
  925. </li>
  926. <li>
  927. Move MemTest86+ build instructions from 'builddeps' into 'builddeps-memtest86', link from 'builddeps'
  928. <ul>
  929. <li>Link to 'builddeps-memtest86' in final stage of 'getmt86'</li>
  930. </ul>
  931. </li>
  932. <li>made 'build' script put resources/ directory in libreboot_bin, to make builddeps-flashrom work in libreboot_bin</li>
  933. <li>Removed instructions for building source code in the 'get' script (they don't really belong there)</li>
  934. <li>Added libfuse-dev and liblzma-dev to the list of GRUB dependencies in 'builddeb' script.</li>
  935. <li>Converted the 'RELEASE' file to 'docs/RELEASE.html'</li>
  936. <li>Added those dependencies to builddeb script (for GRUB part): gawk libdevmapper-dev libtool libfreetype6-dev</li>
  937. <li>Added to build script the instruction at the end to create a sha512sum.txt with a file manifest plus checksums.</li>
  938. <li>Deleted the RELEASE and BACKPORT files (no longer needed)</li>
  939. <li>
  940. Documentation: added information about X60/T60 dock (ultrabase x6 and advanced mini dock) to relevant sections.
  941. <ul>
  942. <li>Added to docs/index.html#serial</li>
  943. </ul>
  944. </li>
  945. </ul>
  946. <p><a href="#pagetop">Back to top of page.</a></p>
  947. </div>
  948. <div class="section">
  949. <h1 id="release5">5th release</h1>
  950. <ul>
  951. <li>2014 March 7th</li>
  952. <li>revised 2014 June 22nd</li>
  953. </ul>
  954. <h2>Officially supported</h2>
  955. <ul>
  956. <li>ThinkPad X60</li>
  957. <li>ThinkPad X60s</li>
  958. </ul>
  959. <h2>Binaries (for flashing)</h2>
  960. <ul>
  961. <li><a href="http://libreboot.org/release/4/libreboot_bin.tar.gz">http://libreboot.org/release/4/libreboot_bin.tar.gz</a></li>
  962. <li>sha512: 75aace225cb3f897cf4a64980c5b746727f9a64646a640692f475e7c37989c836f0fc071ec31c6e9a746133feda35b60b3df700a6331d600ecd65fe70646a124</li>
  963. </ul>
  964. <h2>Source code (for hacking)</h2>
  965. <ul>
  966. <li><a href="http://libreboot.org/release/4/libreboot_src.tar.gz">http://libreboot.org/release/4/libreboot_src.tar.gz</a></li>
  967. <li>sha512: a773462fd60b529f20e14a82281f962985579bd523c3e6c9ab8639f7a12da8f1ccb44a56c648b19de914a15d4490366222d0bbc80552e91419f2afecbddc10ae</li>
  968. </ul>
  969. <p>
  970. (gluglug.org.uk/X60/release/4/X60_source.tar.gz and gluglug.org.uk/X60/release/4/X60_binary.tar.gz were the old links,
  971. but they no longer exist)
  972. </p>
  973. <h2>Development notes</h2>
  974. <ul>
  975. <li>
  976. Binary archive now have 2 images:
  977. <ul>
  978. <li>With serial output enabled and memtest86+ included (debug level 8 in coreboot)</li>
  979. <li>With serial output disabled and memtest86+ excluded (faster boot speeds) (debugging disabled)</li>
  980. </ul>
  981. </li>
  982. <li>
  983. Reduced impact on battery life:
  984. <ul>
  985. <li>'processor.max_cstate=2' instead of 'idle=halt' for booting default kernel</li>
  986. </ul>
  987. </li>
  988. <li>
  989. coreboot.rom (faster boot speeds, debugging disabled):
  990. <ul>
  991. <li>Disabled coreboot serial output (Console-> in &quot;make menuconfig&quot;)</li>
  992. <li>Set coreboot debug level to 0 instead of 8 (Console-> in &quot;make menuconfig&quot;)</li>
  993. <li>Changed GRUB timeout to 1 second instead of 2 (in grub.cfg</li>
  994. <li>Removed background image in GRUB.</li>
  995. <li>Removed memtest86+ payload (since it relies on serial output)
  996. </ul>
  997. </li>
  998. <li>
  999. coreboot_serial.rom (slower boot speeds, debugging enabled):
  1000. <ul>
  1001. <li>Boot time still reduced, but only by ~2 seconds</li>
  1002. <li>has the memtest86+ payload included in the ROM</li>
  1003. <li>has serial port enabled. How this is achieved (from X60_source): Turn on debugging level to 8, and enable serial output</li>
  1004. </ul>
  1005. </li>
  1006. <li>(in Console-> in coreboot &quot;make menuconfig&quot;)</li>
  1007. <li>(and build with grub_serial.cfg and grub_memdisk_serial.cfg)</li>
  1008. </ul>
  1009. <h2>Revision notes (2014 March 9th):</h2>
  1010. <ul>
  1011. <li>recreated coreboot config from scratch</li>
  1012. <li>GRUB loads even faster now (less than 2 seconds).</li>
  1013. <li>Total boot time reduced by further ~5 seconds.</li>
  1014. <li>Added crypto and cryptodisk modules to GRUB</li>
  1015. <li>cbfstool now included in the binary archives</li>
  1016. </ul>
  1017. <h2>Revision notes (2014 June 5th):</h2>
  1018. <ul>
  1019. <li>added backlight support (Fn+Home and Fn+End) on X60</li>
  1020. <li>fixed broken/unstable 3D when using kernel 3.12 or higher</li>
  1021. <li>(see 'BACKPORT' file)</li>
  1022. </ul>
  1023. <h2>Revision notes (2014 June 11th):</h2>
  1024. <ul>
  1025. <li>removed 'CD' boot option from coreboot.rom (not needed)</li>
  1026. <li>removed 'processor.max_cstate=2' and 'idle=halt' options (see README.powertop file)</li>
  1027. </ul>
  1028. <h2>Revision notes (2014 June 22nd)</h2>
  1029. <ul>
  1030. <li>updated GRUB (git 4b8b9135f1676924a8458da528d264bbc7bbb301, April 20th 2014)</li>
  1031. <li>Made &quot;DeJavu Sans Mono&quot; the default font in GRUB (fixes border corruption).</li>
  1032. <li>re-added background image in GRUB (meditating GNU)</li>
  1033. <li>
  1034. added 6 more images:
  1035. <ul>
  1036. <li>coreboot_ukqwerty.rom (UK Qwerty keyboard layout in GRUB)</li>
  1037. <li>coreboot_serial_ukqwerty.rom (UK Qwerty keyboard layout in GRUB)</li>
  1038. <li>coreboot_dvorak.rom (US Dvorak keyboard layout in GRUB)</li>
  1039. <li>coreboot_serial_dvorak.rom (US Dvorak keyboard layout in GRUB)</li>
  1040. <li>coreboot_ukdvorak.rom (UK Dvorak keyboard layout in GRUB)</li>
  1041. <li>coreboot_serial_ukdvorak.rom (UK Dvorak keyboard layout in GRUB)</li>
  1042. <li>(coreboot.rom and coreboot_serial.rom have US Qwerty keyboard layout in GRUB, as usual)</li>
  1043. </ul>
  1044. </li>
  1045. <li>
  1046. improved the documentation:
  1047. <ul>
  1048. <li>removed FLASH_INSTRUCTION and README.powertop and merged them with README</li>
  1049. <li>removed obsolete info from README and tidied it up</li>
  1050. <li>deleted README (replaced with docs/index.html)</li>
  1051. </ul>
  1052. </li>
  1053. <li>tidied up the menu entries in GRUB</li>
  1054. <li>tidied up the root directory of X60_source/, sorted more files into subdirectories</li>
  1055. <li>added 'pkg-config' to the list of dependencies for building powertop on Trisquel</li>
  1056. <li>wrote a script (powertop.trisquel6) to automatically setup Powertop to run at boot time (for Trisquel 6 users)</li>
  1057. <li>improved the commenting inside the 'build' script (should make modifying it easier)</li>
  1058. <li>Renamed X60_binary.tar.gz and X60_source.tar.gz to libreboot_bin.tar.gz and libreboot_src.tar.gz, respectively.</li>
  1059. <li>Replaced &quot;GNU GRUB version&quot; with &quot;FREE AS IN FREEDOM&quot; on GNU GRUB start screen.</li>
  1060. <li>Added sha512.txt files in libreboot_src and libreboot_bin. (inside the archives)</li>
  1061. <li>Added libreboot_bin.tar.gz.sha512.txt and libreboot_src.tar.gz.sha512.txt files (outside of the archives)</li>
  1062. </ul>
  1063. <h2>Revision (2014 June 22nd - extra)</h2>
  1064. <ul>
  1065. <li>Documentation: Improved the instructions for using flashrom</li>
  1066. <li>Documentation: Improved the instructions for using cbfstool (to change the default GRUB menu)</li>
  1067. <li>Documentation: Numerous small fixes.</li>
  1068. </ul>
  1069. <h2>Revision (2014 June 22nd - extra)</h2>
  1070. <ul>
  1071. <li>Documentation: added X60 Unbricking tutorial</li>
  1072. <li>Documentation: added info about enabling or disabling wifi</li>
  1073. <li>Documentation: added info about enabling or disabling trackpoint</li>
  1074. </ul>
  1075. <p><a href="#pagetop">Back to top of page.</a></p>
  1076. </div>
  1077. <div class="section">
  1078. <h1 id="release4">4th release</h1>
  1079. <ul>
  1080. <li>2014 February 21st</li>
  1081. </ul>
  1082. <h2>Officially supported</h2>
  1083. <ul>
  1084. <li>ThinkPad X60</li>
  1085. <li>ThinkPad X60s</li>
  1086. </ul>
  1087. <h2>Binaries (for flashing)</h2>
  1088. <ul>
  1089. <li><a href="http://libreboot.org/release/ancient/3/X60_binary.tar.gz">http://libreboot.org/release/ancient/3/X60_binary.tar.gz</a></li>
  1090. </ul>
  1091. <h2>Source code (for hacking)</h2>
  1092. <ul>
  1093. <li><a href="http://libreboot.org/release/ancient/3/X60_source.tar.gz">http://libreboot.org/release/ancient/3/X60_source.tar.gz</a></li>
  1094. </ul>
  1095. <h2>Development notes</h2>
  1096. <ul>
  1097. <li>Removed SeaBIOS (redundant)</li>
  1098. <li>
  1099. New GRUB version (2.02~beta2)
  1100. <ul>
  1101. <li>Fixes some USB issues</li>
  1102. <li>Includes ISOLINUX/SYSLINUX parser</li>
  1103. </ul>
  1104. </li>
  1105. <li>New grub.cfg</li>
  1106. <li>
  1107. Removed useless options:
  1108. <ul>
  1109. <li>options for booting sda 2/3/4</li>
  1110. <li>seabios boot option</li>
  1111. </ul>
  1112. </li>
  1113. <li>
  1114. Added new menu entries:
  1115. <ul>
  1116. <li>Parse ISOLINUX config (USB)</li>
  1117. <li>Parse ISOLINUX config (CD)</li>
  1118. <li>Added 'cat' module for use on GRUB command line.</li>
  1119. </ul>
  1120. </li>
  1121. <li>&quot;set pager=1&quot; is set in grub.cfg, for less-like functionality</li>
  1122. </ul>
  1123. <p>
  1124. The "Parse" options read ./isolinux/isolinux.cfg on a CD or USB,
  1125. and automatically converts it to a grub config and switches to the boot menu of that distro.
  1126. This makes booting ISOs *much* easier than before.
  1127. </p>
  1128. <p><a href="#pagetop">Back to top of page.</a></p>
  1129. </div>
  1130. <div class="section">
  1131. <h1 id="release3">3rd release</h1>
  1132. <ul>
  1133. <li>2013 December 14th</li>
  1134. </ul>
  1135. <h2>Supported:</h2>
  1136. <ul>
  1137. <li>ThinkPad X60</li>
  1138. <li>ThinkPad X60s</li>
  1139. </ul>
  1140. <h2>Binaries (for flashing)</h2>
  1141. <ul>
  1142. <li><a href="http://libreboot.org/release/ancient/2/X60_binary.tar.gz">http://libreboot.org/release/ancient/2/X60_binary.tar.gz</a></li>
  1143. </ul>
  1144. <h2>Source code (for hacking)</h2>
  1145. <ul>
  1146. <li><a href="http://libreboot.org/release/ancient/2/X60_source.tar.gz">http://libreboot.org/release/ancient/2/X60_source.tar.gz</a></li>
  1147. </ul>
  1148. <h2>Development notes</h2>
  1149. <ul>
  1150. <li>Added SeaBIOS payload to GRUB2 (for booting USB drives)</li>
  1151. <li>new grub.cfg</li>
  1152. </ul>
  1153. <p><a href="#pagetop">Back to top of page.</a></p>
  1154. </div>
  1155. <div class="section">
  1156. <h1 id="release2">2nd release</h1>
  1157. <ul>
  1158. <li>2013 December 13th</li>
  1159. </ul>
  1160. <h2>Supported:</h2>
  1161. <ul>
  1162. <li>ThinkPad X60</li>
  1163. <li>ThinkPad X60s</li>
  1164. </ul>
  1165. <h2>Binaries (for flashing)</h2>
  1166. <ul>
  1167. <li><a href="http://libreboot.org/release/ancient/1/X60_binary.tar.gz">http://libreboot.org/release/ancient/1/X60_binary.tar.gz</a></li>
  1168. </ul>
  1169. <h2>Source code (for hacking)</h2>
  1170. <ul>
  1171. <li><a href="http://libreboot.org/release/ancient/1/X60_source.tar.gz">http://libreboot.org/release/ancient/1/X60_source.tar.gz</a></li>
  1172. </ul>
  1173. <h2>Development notes</h2>
  1174. <ul>
  1175. <li>added background image to GRUB2</li>
  1176. <li>added memtest86+ payload to grub2</li>
  1177. <li>improvements to the documentation</li>
  1178. <li>new grub.cfg</li>
  1179. </ul>
  1180. <p><a href="#pagetop">Back to top of page.</a></p>
  1181. </div>
  1182. <div class="section">
  1183. <h1 id="release1">1st release</h1>
  1184. <ul>
  1185. <li>2013 December 12th</li>
  1186. </ul>
  1187. <h2>Supported:</h2>
  1188. <ul>
  1189. <li>ThinkPad X60</li>
  1190. <li>ThinkPad X60s</li>
  1191. </ul>
  1192. <h2>Binaries (for flashing)</h2>
  1193. <ul>
  1194. <li><a href="http://libreboot.org/release/ancient/0/X60_binary.tar.gz">http://libreboot.org/release/ancient/0/X60_binary.tar.gz</a></li>
  1195. </ul>
  1196. <h2>Source code (for hacking)</h2>
  1197. <ul>
  1198. <li><a href="http://libreboot.org/release/ancient/0/X60_source.tar.gz">http://libreboot.org/release/ancient/0/X60_source.tar.gz</a></li>
  1199. </ul>
  1200. <h2>Development notes</h2>
  1201. <ul>
  1202. <li>initial release</li>
  1203. <li>source code deblobbed</li>
  1204. </ul>
  1205. <p><a href="#pagetop">Back to top of page.</a></p>
  1206. </div>
  1207. <div class="section">
  1208. <p>
  1209. Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  1210. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  1211. A copy of the license can be found at <a href="license.txt">license.txt</a>.
  1212. </p>
  1213. <p>
  1214. This document is distributed in the hope that it will be useful,
  1215. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1216. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="license.txt">license.txt</a> for more information.
  1217. </p>
  1218. </div>
  1219. </body>
  1220. </html>