aboutsummaryrefslogtreecommitdiff
path: root/src/gpt.c
AgeCommit message (Collapse)Author
2016-02-03Better information messagesPaul Kocialkowski
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2016-02-02Lowercase generator polynomial for better consistencyPaul Kocialkowski
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2016-01-27Use fixed-size stdint types and sys typesPaul Kocialkowski
Generic C types only guarantee a minimum size, not a fixed size, so it is necessary to use stdint types for fixed-size variables. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2016-01-27lg-downloader: Tool for flashing LG devices' internal storage from download modePaul Kocialkowski
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>