From 78067dd62a285731305b7a890da333d265ce6cad Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 18 Jan 2015 06:57:44 -0500 Subject: Documentation: fix incorrect usage of apostrophes. --- (limited to 'docs/archive_old.html') diff --git a/docs/archive_old.html b/docs/archive_old.html index 5b5a22d..4d894d2 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -91,16 +91,16 @@ Lenovo ThinkPad X60 Tablet (1024x768 and 1400x1050) with digitizer support
  • Lenovo ThinkPad T60 (Intel GPU) (there are issues; see below):
  • @@ -127,7 +127,7 @@
  • Updated GRUB (git commit 9a67e1ac8e92cd0b7521c75a734fcaf2e58523ad), the latest at the time of writing.
  • Cleaned up the documentation, removed unneeded files.
  • ec/lenovo/h8 (x60/x60s/x60t/t60): Enable wifi/bluetooth/wwan/touchpad/trackpoint by default.
  • -
  • Documentation: Updated list of T60 LCD's (Samsung LTN150XG 15" XGA listed as non-working).
  • +
  • Documentation: Updated list of T60 LCDs (Samsung LTN150XG 15" XGA listed as non-working).
  • builddeps-coreboot: Don't build libpayload (not needed. This was leftover by mistake, when trying out the TINT payload).
  • Replaced most diff files (patches) for coreboot with gerrit checkouts (cherry-pick).
  • Documentation: x60_security.html and t60_security.html: added links to info about the ethernet controller (Intel 82573).
  • @@ -186,15 +186,15 @@ Lenovo ThinkPad X60 Tablet (1024x768 and 1400x1050) with digitizer support
  • Lenovo ThinkPad T60 (Intel GPU) (there are issues; see below)
  • @@ -284,7 +284,7 @@
  • Updated getcb script and DEBLOB script.
  • Updated configuration files under resources/libreboot/config/ to accomodate new coreboot version.
  • - Removed grub_serial*.cfg and libreboot_serial*.rom, all configs/rom's are now unified (containing same configuration as serial rom's from before). + Removed grub_serial*.cfg and libreboot_serial*.rom, all configs/rom files are now unified (containing same configuration as serial rom files from before). @@ -349,11 +349,11 @@
  • Documentation: emphasized more strongly on the documentation, the need to re-build bucts and/or flashrom before flashing a ROM image.
  • 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).
  • Documentation: added gnulinux/encrypted_trisquel.html showing how to setup a fully encrypted Trisquel installation (including /boot) and boot it from the GRUB payload.
  • -
  • 'build' script: replaced grub.elf assembly instructons, it's now handled by a utility added under resources/utilities/grub-assemble
  • +
  • 'build' script: replaced grub.elf assembly instructons, it is now handled by a utility added under resources/utilities/grub-assemble
  • Moved resources/grub/keymap to resources/utilities/grub-assemble/keymap, and updated that utility to use it
  • Documentation: removed useless links to pictures of keyboard layouts and unmodified layouts.
  • Removed all unused fonts from dejavu-fonts-ttf-2.34/ directory
  • -
  • 'buildrom-withgrub' script: updated it to create 2 sets of ROM's for each machine: one with text-mode, one with coreboot framebuffer.
  • +
  • 'buildrom-withgrub' script: updated it to create 2 sets of ROMs for each machine: one with text-mode, one with coreboot framebuffer.
  • Documentation: updated index.html#rom to reflect the above
  • Deleted unused README and COPYING file from main directory
  • Removed some rm -rf .git* instructions from the get* scripts and moved them to build-release script
  • @@ -415,10 +415,10 @@
  • Documentation: added preliminary information about preventing/mitigating cold-boot attack in x60_security.html and t60_security.html
  • Documentation: added info to index.html#macbook21 warning about issues with macbook21
  • - Documentation: X60/T60: added information about checking custom ROM's using dd to see whether or not the top 64K + Documentation: X60/T60: added information about checking custom ROMs using dd to see whether or not the top 64K region is duplicated below top or not. Advise caution about this in the tutorial that deals with flashing on top of Lenovo BIOS, citing the correct dd commands necessary if it is confirmed that the ROM has not been applied with - dd yet. (in the case that the user compiled their own ROM's from libreboot, without using the build scripts, or if they forgot to use dd, etc). + 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).
  • Split resources/libreboot/patch/gitdiff into separate patch files (getcb script updated to accomodate this change). @@ -454,7 +454,7 @@
  • - Added ROM's with Qwerty (Italian) layout in GRUB (libreboot*itqwerty.rom) + Added ROMs with Qwerty (Italian) layout in GRUB (libreboot*itqwerty.rom)
  • Added resources/utilities/i945gpu/intel-regs.py for debugging issues related to LCD panel compatibility on X60 Tablet and T60. (courtesy of Michał Masłowski) @@ -469,7 +469,7 @@ 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.
  • - Documentation: added (preliminary) details about (rare) buggy CPU's on the ThinkPad T60 that were found to fail (instability, kernel panics, etc) + Documentation: added (preliminary) details about (rare) buggy CPUs on the ThinkPad T60 that were found to fail (instability, kernel panics, etc) without the microcode updates.
  • Documentation: added docs/hardware/x60_heatsink.html for showing how to change the heatsink on the Thinkpad X60
  • @@ -534,15 +534,15 @@
  • Documentation: added a copy of Mono's Parabola install guide (for macbook21 with Apple EFI firmware) and linked in in main index.
  • Documentation: added a copy of Mono's Coreboot page (for macbook21) and linked it in main index.
  • -
  • T60: Copy CD option from the grub.cfg's for T60 *serial*.rom images into the grub configs for non-serial images. (T60's have CD/DVD drive on main laptop)
  • +
  • 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)
  • macbook21: remove options in build-macbook21 for *serial*.rom (there is no dock or serial port available for macbook21)
  • 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) @@ -553,7 +553,7 @@
  • Documentation: Added info about getting LCD panel name based on EDID data.
  • @@ -583,7 +583,7 @@
  • Added 'build-x60t' script
  • Updated 'build' script to use 'build-x60t'
  • Documentation: added to #config section the section #config_x60t (libreboot configuration and dmidecode info)
  • -
  • Documentation: added x60t ROM's to the list of ROM's
  • +
  • Documentation: added x60t ROMs to the list of ROMs
  • Tidied up the 'builddeps' script (easier to read)
  • @@ -681,7 +681,7 @@
  • Documentation: In fact, document how the 'config' files in resources/libreboot/config/ were created
  • -
  • Documentation: Added information about which ThinkPad T60's are supported, and which are not.
  • +
  • Documentation: Added information about which ThinkPad T60s are supported, and which are not.
  • Documentation: added information about LCD inverters (for upgrading the LCD panel on a T60 14.1' XGA or 15.1' XGA)