-
Notifications
You must be signed in to change notification settings - Fork 59
Comparing changes
Open a pull request
base repository: linuxboot/fiano
base: main
head repository: linuxboot/fiano
compare: meta
- 14 commits
- 7 files changed
- 1 contributor
Commits on Jan 17, 2022
-
feat(utk): Add CLI flag -erase-polarity
ITS: #356 Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for 490b76e - Browse repository at this point
Copy the full SHA 490b76eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8576062 - Browse repository at this point
Copy the full SHA 8576062View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de2abf9 - Browse repository at this point
Copy the full SHA de2abf9View commit details -
feat(fittool): Allow to initialize FIT by defining an offset
Previously "fittool init" required to provide pointer value, which is sometimes difficult to calculate. Providing a more handy option to pass an offset instead (so that the pointer will be calculated automatically). $ dd if=/dev/zero of=/tmp/test bs=1K count=64 64+0 records in 64+0 records out 65536 bytes (66 kB, 64 KiB) copied, 0.000296419 s, 221 MB/s $ go run ./ init -f /tmp/test --pointer-from-offset $(( 63 * 1024 )) $ hexdump -C /tmp/test 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 0000fc00 5f 46 49 54 5f 20 20 20 01 00 00 00 00 01 80 80 |_FIT_ ........| 0000fc10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 0000ffc0 00 fc ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 0000ffd0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00010000 Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>Configuration menu - View commit details
-
Copy full SHA for b9d6a13 - Browse repository at this point
Copy the full SHA b9d6a13View commit details -
refact(utk): Re-use auto-detection of integer format from strconv
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for bd4db7b - Browse repository at this point
Copy the full SHA bd4db7bView commit details -
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for 4a49435 - Browse repository at this point
Copy the full SHA 4a49435View commit details -
refact(utk): Do pad file insertion as part of generic "insert"
* Introduce a generic "insert" CLI verb. * Declare other "insert_*" verbs obsolete. * Implement pad file insertion as part of the generic "insert" * Remove back "insert_pad_*" verbs. Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for eb73a69 - Browse repository at this point
Copy the full SHA eb73a69View commit details -
refact(utk): Rename Inserter back to Insert
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for f46dbed - Browse repository at this point
Copy the full SHA f46dbedView commit details -
test(utk): An unit-tests for the generic inserter
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for bb896ac - Browse repository at this point
Copy the full SHA bb896acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b21a0 - Browse repository at this point
Copy the full SHA 49b21a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2682082 - Browse repository at this point
Copy the full SHA 2682082View commit details
Commits on Jan 19, 2022
-
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for 9f9c1eb - Browse repository at this point
Copy the full SHA 9f9c1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e30d620 - Browse repository at this point
Copy the full SHA e30d620View commit details -
feat(fit) Add method SizeM4.SetSize
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
Configuration menu - View commit details
-
Copy full SHA for 2f62e2f - Browse repository at this point
Copy the full SHA 2f62e2fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...meta