mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-04 06:00:12 +00:00
Notice that another year has gone past and update the copyright headers
This commit is contained in:
parent
dfbd7e8127
commit
eb2ba3eb0b
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Infrastructure to manage patching thinkpad EC firmware
|
||||
#
|
||||
# Copyright (C) 2016-2017 Hamish Coleman
|
||||
# Copyright (C) 2016-2018 Hamish Coleman
|
||||
#
|
||||
|
||||
all: list_laptops
|
||||
|
@ -2,6 +2,8 @@
|
||||
use warnings;
|
||||
use strict;
|
||||
#
|
||||
# Copyright (C) 2017-2018 Hamish Coleman
|
||||
#
|
||||
# Given an FL2 file from the Lenovo BIOS update, try to recognise which
|
||||
# packing system was used and allow the EC firmware image inside it to
|
||||
# be extracted or reinserted
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2017-2018 Hamish Coleman
|
||||
#
|
||||
# Deal with copying the FL2 file from and to the ISO image
|
||||
#
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2017-2018 Hamish Coleman
|
||||
#
|
||||
# Look up the given filename in the description file and confirm that
|
||||
# the checksum matches
|
||||
#
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2017-2018 Hamish Coleman
|
||||
#
|
||||
# Look up the given filename in the description file and output the
|
||||
# text description
|
||||
#
|
||||
|
@ -2,6 +2,8 @@
|
||||
use warnings;
|
||||
use strict;
|
||||
#
|
||||
# Copyright (C) 2017-2018 Hamish Coleman
|
||||
#
|
||||
# The Lenovo BIOS update ISO images contain an embedded hard drive image,
|
||||
# complete with a partition table.
|
||||
#
|
||||
|
@ -2,6 +2,8 @@
|
||||
use warnings;
|
||||
use strict;
|
||||
#
|
||||
# Copyright (C) 2017-2018 Hamish Coleman
|
||||
#
|
||||
# Read through a descriptions file on input and auto generate a list of rules
|
||||
# for building the various files on output
|
||||
#
|
||||
|
@ -4,7 +4,7 @@ use strict;
|
||||
#
|
||||
# Apply a diff of two hexdumps as a binary patch
|
||||
#
|
||||
# Copyright (C) 2016 Hamish Coleman
|
||||
# Copyright (C) 2016-2018 Hamish Coleman
|
||||
|
||||
use IO::File;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Quick and dirty encryptor
|
||||
# Copyright (C) 2016 Hamish Coleman
|
||||
# Copyright (C) 2016-2018 Hamish Coleman
|
||||
#
|
||||
# TODO:
|
||||
# - a tool that is portable to Windows
|
||||
|
Loading…
Reference in New Issue
Block a user