├── .directory ├── 0-X60-Coreboot-Intro.md ├── 2-X60-Software-Setup.md ├── 5-Coreboot-First-Flash.md ├── 6-Coreboot-Second-Flash.md ├── BIOS-Identification ├── 1-T60-Disassembly.md ├── 1-X60-Disassembly.md └── 3-Flashrom-Patching.md ├── BIOS-dumps ├── factory.bin.t60intel └── factory.bin.x60t-xga ├── General-Sources.md ├── LICENSE.md ├── Legacy ├── 4-Patch-Coreboot-ROM.md └── Verbose-Search-for-BIOS-chip.md ├── Libreboot-Mods ├── Libreboot-FSF-Linux.md ├── Libreboot-GRUB2.md └── Libreboot.md ├── New-Libreboot-Method.md ├── X60-Coreboot.md ├── booru-apps.md └── patches ├── flashchips.c.MX25L1605D.patch └── flashchips.c.SST25VF016B.patch /.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2014,7,4,13,18,11 3 | -------------------------------------------------------------------------------- /0-X60-Coreboot-Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/0-X60-Coreboot-Intro.md -------------------------------------------------------------------------------- /2-X60-Software-Setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/2-X60-Software-Setup.md -------------------------------------------------------------------------------- /5-Coreboot-First-Flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/5-Coreboot-First-Flash.md -------------------------------------------------------------------------------- /6-Coreboot-Second-Flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/6-Coreboot-Second-Flash.md -------------------------------------------------------------------------------- /BIOS-Identification/1-T60-Disassembly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/BIOS-Identification/1-T60-Disassembly.md -------------------------------------------------------------------------------- /BIOS-Identification/1-X60-Disassembly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/BIOS-Identification/1-X60-Disassembly.md -------------------------------------------------------------------------------- /BIOS-Identification/3-Flashrom-Patching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/BIOS-Identification/3-Flashrom-Patching.md -------------------------------------------------------------------------------- /BIOS-dumps/factory.bin.t60intel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/BIOS-dumps/factory.bin.t60intel -------------------------------------------------------------------------------- /BIOS-dumps/factory.bin.x60t-xga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/BIOS-dumps/factory.bin.x60t-xga -------------------------------------------------------------------------------- /General-Sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/General-Sources.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Legacy/4-Patch-Coreboot-ROM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/Legacy/4-Patch-Coreboot-ROM.md -------------------------------------------------------------------------------- /Legacy/Verbose-Search-for-BIOS-chip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/Legacy/Verbose-Search-for-BIOS-chip.md -------------------------------------------------------------------------------- /Libreboot-Mods/Libreboot-FSF-Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/Libreboot-Mods/Libreboot-FSF-Linux.md -------------------------------------------------------------------------------- /Libreboot-Mods/Libreboot-GRUB2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/Libreboot-Mods/Libreboot-GRUB2.md -------------------------------------------------------------------------------- /Libreboot-Mods/Libreboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/Libreboot-Mods/Libreboot.md -------------------------------------------------------------------------------- /New-Libreboot-Method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/New-Libreboot-Method.md -------------------------------------------------------------------------------- /X60-Coreboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/X60-Coreboot.md -------------------------------------------------------------------------------- /booru-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/booru-apps.md -------------------------------------------------------------------------------- /patches/flashchips.c.MX25L1605D.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/patches/flashchips.c.MX25L1605D.patch -------------------------------------------------------------------------------- /patches/flashchips.c.SST25VF016B.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibanon/Coreboot-ThinkPads/HEAD/patches/flashchips.c.SST25VF016B.patch --------------------------------------------------------------------------------