~cyphermox/fwts:master

Last commit made on 2018-06-11
Get this branch:
git clone -b master https://git.launchpad.net/~cyphermox/fwts
Only Mathieu Trudel-Lapierre can upload to this branch. If you are Mathieu Trudel-Lapierre please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~cyphermox/fwts

Recent commits

9cb1ecd... by Mathieu Trudel-Lapierre

Fix typos in uefi driver

4ce557d... by Colin Ian King

ACPICA: Update to version 20180531

changes in this release of ACPICA are detailed at the following
link on the ACPICA developer mailing list:

https://lists.acpica.org/pipermail/devel/2018-May/001808.html

Signed-off-by: Colin Ian King <email address hidden>
Acked-by: Alex Hung <email address hidden>
Acked-by: Ivan Hu <email address hidden>

1f5f1e9... by Ivan Hu

acpi: hpet: fix getting invalid vendor ID and clock period

Some platforms get the report again,
Invalid Vendor ID: ffff - this should be configured.
Invalid clock period 4294967295, must be non-zero and less than 10^8.
after the commit#7cfe1a41956294bd8062b7680e1778ed9ee147b2 applied.

some platforms can be fixed by commit#
ee769ccf294cff2c63769482e84866a979d42f44, but still got fail on
some Intel platforms with latest Bios.

The root cause is commit#7cfe1a41956294bd8062b7680e1778ed9ee147b2
adds safe memory read checking, so do two memory reads immediately, HW might
 not able to get ready for registers to be read and get the false values.

Adding delay between two reads could solve this issue, and also change to 64
bits safe memory read check.

Signed-off-by: Ivan Hu <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Alex Hung <email address hidden>

754d5cc... by Colin Ian King

snapcraft.yaml: add in missing stage packages

This allows us to build with releases that have libftdi1

Signed-off-by: Jonathan Cave <email address hidden>
Signed-off-by: Colin Ian King <email address hidden>
Acked-by: Ivan Hu <email address hidden>
Acked-by: Alex Hung <email address hidden>

1f145b9... by Colin Ian King

update_version.sh: also update version in snapcraft.yaml

We need to keep the snapcraft version in-sync too, so use sed
to edit this and keep it up to date.

Signed-off-by: Colin Ian King <email address hidden>
Acked-by: Ivan Hu <email address hidden>
Acked-by: Alex Hung <email address hidden>

b0ec7aa... by Alex Hung

lib: fwts_version.h - update to V18.05.00

Signed-off-by: Alex Hung <email address hidden>

92ea497... by Alex Hung

debian: update changelog

Signed-off-by: Alex Hung <email address hidden>

cdf7706... by Alex Hung

auto-packager: mkpackage.sh: add cosmic

Signed-off-by: Alex Hung <email address hidden>
Acked-by: Ivan Hu <email address hidden>
Acked-by: Colin Ian King <email address hidden>

79b8b6c... by Colin Ian King

ACPICA: Update to version 20180508

changes in this release of ACPICA are detailed at the following
link on the ACPICA developer mailing list:

https://lists.acpica.org/pipermail/devel/2018-May/001795.html

Fortunately the delta is relatively small for this release.

Signed-off-by: Colin Ian King <email address hidden>
Acked-by: Alex Hung <email address hidden>
Acked-by: Ivan Hu <email address hidden>

3821636... by Alex Hung

fwts-frontend-text: add an option for ARM SBBR

Signed-off-by: Alex Hung <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Ivan Hu <email address hidden>