🌐 AI搜索 & 代理 主页
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxboot/fiano
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: linuxboot/fiano
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: meta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 17, 2022

  1. feat(utk): Add CLI flag -erase-polarity

    ITS: #356
    
    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    490b76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8576062 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    de2abf9 View commit details
    Browse the repository at this point in the history
  2. 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>
    xaionaro committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    b9d6a13 View commit details
    Browse the repository at this point in the history
  3. refact(utk): Re-use auto-detection of integer format from strconv

    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    bd4db7b View commit details
    Browse the repository at this point in the history
  4. feat(utk): Insert a pad file

    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4a49435 View commit details
    Browse the repository at this point in the history
  5. 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>
    xaionaro committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    eb73a69 View commit details
    Browse the repository at this point in the history
  6. refact(utk): Rename Inserter back to Insert

    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f46dbed View commit details
    Browse the repository at this point in the history
  7. test(utk): An unit-tests for the generic inserter

    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    bb896ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49b21a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2682082 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. feat(fit): Add SACM writer

    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9f9c1eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30d620 View commit details
    Browse the repository at this point in the history
  3. feat(fit) Add method SizeM4.SetSize

    Signed-off-by: Dmitrii Okunev <xaionaro@fb.com>
    xaionaro committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2f62e2f View commit details
    Browse the repository at this point in the history
Loading