[coreboot-gerrit] New patch to review for coreboot: tint: update from 0.03b to 0.04+nmu1 with some extra changes

Mike Banon (mikebdp2@gmail.com) gerrit at coreboot.org
Sat Nov 19 19:27:28 CET 2016


Mike Banon (mikebdp2 at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17506

-gerrit

commit f07e59320cc278b83f5c629f909db2c3d84da830
Author: Mike <read.only2015 at yandex.ru>
Date:   Sat Nov 19 21:23:35 2016 +0300

    tint: update from 0.03b to 0.04+nmu1 with some extra changes
    
    This commit includes the following changes:
    1) Update from 0.03b to 0.04+nmu1 fixes two buffer overflows
    2) Fix to show "Paused - Press any key to continue" message
    3) Make it possible to reboot PC from this payload
    4) Reduce a size of libpayload_tint.patch in half
    5) Add USB keyboard support (thanks to libpayload)
    6) Verify SHA-1 checksum of the downloaded archive
    
    More details in thread *TINT payload major update!* [1].
    
    [1] https://www.coreboot.org/pipermail/coreboot/2016-November/082426.html
    
    Change-Id: Ib5d75a90fd28f60159b2697610d3c76163637097
    Signed-off-by: Mike Banon <mikebdp2 at gmail.com>
---
 util/lint/kconfig_lint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint
index 064f3db..143d4e7 100755
--- a/util/lint/kconfig_lint
+++ b/util/lint/kconfig_lint
@@ -45,7 +45,7 @@ my $root_dir       = "src";           # Directory of the top level Kconfig file
 my $errors_found   = 0;               # count of errors
 my $warnings_found = 0;
 my $exclude_dirs_and_files =
-  '^build/\|^coreboot-builds/\|^payloads/libpayload\|^payloads/coreinfo\|^configs/\|^util/\|^\.git/'
+  '^build/\|^coreboot-builds/\|^payloads/libpayload\|^payloads/coreinfo\|^payloads/external/tint\|^configs/\|^util/\|^\.git/'
   . '\|' .                            # directories to exclude when searching for used symbols
   '\.txt$\|\.tex$\|\.tags';           #files to exclude when looking for symbols
 my $config_file = "";                 # name of config file to load symbol values from.



More information about the coreboot-gerrit mailing list