index
:
0xFFFF
legacy
maemo
master
flashing utility
Pali Rohár
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-02
fiasco: Add support for unpacking multiple parts of one image
Pali Rohár
4
-68
/
+169
2021-05-02
fiasco: Implement subsection checksum verification during parsing fiasco image
Pali Rohár
1
-15
/
+23
2021-05-02
fiasco: Write correct subsection checksum when generating fiasco image
Pali Rohár
1
-1
/
+21
2021-05-02
fiasco: Update comments about unknown bytes and parsing of fiasco images
Pali Rohár
1
-13
/
+40
2021-05-02
mkii: Update comments about unknown bytes in flashing protocol
Pali Rohár
1
-6
/
+10
2021-05-02
nolo: Update comments about unknown bytes in flashing protocol
Pali Rohár
1
-6
/
+10
2021-05-02
main: Fix renaming of dumped images
Pali Rohár
1
-7
/
+31
2021-05-01
local: Fix reading kernel size when dumping image
Pali Rohár
1
-1
/
+2
2021-05-01
local: Respect -s (simulate) flag for dump -e operation
Pali Rohár
1
-8
/
+20
2021-05-01
disk: Respect -s (simulate) flag for dump -e operation
Pali Rohár
1
-14
/
+22
2021-05-01
main: Retry load and flash operations only on -EAGAIN error
Pali Rohár
1
-3
/
+3
2021-05-01
local: Implement local flashing via nandwrite
Pali Rohár
1
-8
/
+162
2021-05-01
disk: Implement flashing mmc images
Pali Rohár
2
-15
/
+75
2021-05-01
local: Rename nanddump structures to just nand
Pali Rohár
1
-22
/
+22
2021-05-01
local: Parse real kernel size from NOLO!img header when dumping kernel image
Pali Rohár
1
-36
/
+64
2021-05-01
local: Fix calling nanddump
Pali Rohár
1
-2
/
+2
2021-01-05
usb-device: Specify alternate id for cold flashing
Pali Rohár
1
-1
/
+1
2021-01-05
usb-device: Add N900 U-Boot mode (TTY via USB) to device list
Pali Rohár
1
-1
/
+2
2021-01-05
usb-device: Check that usb device provides required interface/alternate settings
Pali Rohár
1
-0
/
+12
2021-01-05
usb-device: Remove dead usb_set_configuration() code
Pali Rohár
2
-25
/
+14
2021-01-05
usb-device: Remove 0x0421/0x3f00 from list
Pali Rohár
1
-1
/
+0
2021-01-05
usb-device: Fix interface id for Nokia N9 Sync mode and disable it as it use ...
Pali Rohár
1
-1
/
+1
2021-01-05
usb-device: Fix iterating over supported list of devices
Pali Rohár
1
-2
/
+2
2021-01-05
disk: Fix detecting Nokia N9 device
Pali Rohár
1
-2
/
+2
2020-12-26
usb-device: Add device ids for Nokia N950 and Nokia N9
Pali Rohár
1
-3
/
+10
2020-11-29
usb-device: Fix range or printable characters
Pali Rohár
1
-1
/
+1
2020-11-29
usb-device: Fix error message for usb_set_altinterface
Pali Rohár
1
-1
/
+1
2020-04-25
all: Fix delays for all operations
Pali Rohár
5
-10
/
+15
2020-01-15
local: Do not show error message about missing dump files which were skipped
Pali Rohár
1
-1
/
+3
2019-09-30
disk: Check if reading from block device failed
Pali Rohár
1
-0
/
+5
2018-04-19
usb-device: restore N800 support
Aaro Koskinen
1
-1
/
+1
2018-02-08
disk: Fix detection of busnum
Pali Rohár
1
-1
/
+9
2018-02-08
disk: Remove remaining ENOMEDIUM
Pali Rohár
1
-1
/
+1
2018-02-08
disk: Fix swapping maj1:min1 and maj2:min2
Pali Rohár
1
-1
/
+1
2018-02-08
main: Print message after dumping finish
Pali Rohár
1
-0
/
+2
2018-02-08
disk: Fix compile warning: comparison between signed and unsigned integer exp...
Pali Rohár
1
-1
/
+1
2018-02-08
disk: Open whole block device with O_NONBLOCK
Pali Rohár
1
-6
/
+4
2018-02-08
disk: Ensure that maj1:min1 is first device and maj2:min2 is second device
Pali Rohár
1
-0
/
+11
2017-07-09
disk: After opening blkdev, check that it is really block device
Pali Rohár
1
-0
/
+4
2017-07-09
disk: Close device file handle when freeing structures
Pali Rohár
3
-1
/
+12
2017-07-09
disk: Fix detection of correct device in disk_open_dev()
Pali Rohár
1
-20
/
+38
2017-07-06
disk: Choose correct partition in disk_open_dev()
Pali Rohár
1
-2
/
+8
2017-06-17
main: Use image_alloc_from_fd() to fix race condition between calling stat an...
Pali Rohár
1
-7
/
+15
2017-06-17
image: Add new function image_alloc_from_fd()
Pali Rohár
2
-11
/
+23
2017-06-17
image: Call image_free() when image_append() is failing
Pali Rohár
1
-2
/
+4
2017-06-17
main: Fix race condition between calling stat and rename
Pali Rohár
1
-5
/
+11
2017-01-09
disk: Remove check which is always false
Pali Rohár
1
-5
/
+0
2017-01-08
cal: Fix race condition between calling stat and opening file
Pali Rohár
1
-3
/
+3
2017-01-08
Makefile: Fix setting compiler
Pali Rohár
1
-3
/
+3
2016-12-24
all: Add basic support for Nokia N9
Aaro Koskinen
3
-2
/
+7
[next]