Commits on May 19, 2021

  1. sortbootorder.c: add support for FMAP

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    3f5df4e View commit details
    Browse the repository at this point in the history
  2. utils/flash_access.c: change flash address to unsigned type

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    45fc309 View commit details
    Browse the repository at this point in the history
  3. sortbootorder.c: fix flash address type

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    93a04b5 View commit details
    Browse the repository at this point in the history
  4. sortbootorder.c: add missign colon

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    81bc3e1 View commit details
    Browse the repository at this point in the history
  5. sortbootorder.c: fix bootorder fetching

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    9e2e7c1 View commit details
    Browse the repository at this point in the history
  6. sortbootorder.c: fix bootorder fetching

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    b61999a View commit details
    Browse the repository at this point in the history
  7. sortbootorder.c: remove debug output

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    4f5b071 View commit details
    Browse the repository at this point in the history
  8. sortbootorder.c: cut out non-legacy code when building for legacy

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    b3eb4dc View commit details
    Browse the repository at this point in the history
  9. sortbootorder.c: copy bootorder data to global variable

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 19, 2021
    Copy the full SHA
    19740cb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. sortbootorder.c: fix fetching bootorder from FMAP

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 24, 2021
    Copy the full SHA
    3086337 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from pcengines/fmap_bootorder

    Fmap bootorder
    miczyg1 committed May 24, 2021
    Copy the full SHA
    2ea89cc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. sortbootorder.c: fix the bootorder file fetching

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 25, 2021
    Copy the full SHA
    9d4f4ba View commit details
    Browse the repository at this point in the history
  2. sortbootorder.c: remove unused variables

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 25, 2021
    Copy the full SHA
    df62d75 View commit details
    Browse the repository at this point in the history
  3. sortbootorder.c: fix bootorder CBFS fallback mechanism

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 25, 2021
    Copy the full SHA
    b25b9a7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from pcengines/fmap_bootorder

    Fmap bootorder CBFS fallback
    miczyg1 committed May 25, 2021
    Copy the full SHA
    a73ebec View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. sortbootorder.c: fix boot menu uart entry

    Signed-off-by: Mateusz Kowalski <mateusz.kowalski@3mdeb.com>
    mmkow committed May 26, 2021
    Copy the full SHA
    1efc9b6 View commit details
    Browse the repository at this point in the history
  2. sortbootorder.c: fix formatting in uart c boot entry

    Co-authored-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    mmkow and miczyg1 committed May 26, 2021
    Copy the full SHA
    25b98e5 View commit details
    Browse the repository at this point in the history
  3. sortbootorder.c: fix gpio pin range and formatting in uart c boot entry

    Co-authored-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    mmkow and miczyg1 committed May 26, 2021
    Copy the full SHA
    1b7c1fa View commit details
    Browse the repository at this point in the history
  4. sortbootorder.c: assign correct key and fix formatting in uart d boot

    entry
    
    Co-authored-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    mmkow and miczyg1 committed May 26, 2021
    Copy the full SHA
    05950f7 View commit details
    Browse the repository at this point in the history
  5. sortbootorder.c: fix gpio pin range and formatting in uart d boot entry

    Co-authored-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    mmkow and miczyg1 committed May 26, 2021
    Copy the full SHA
    3faca46 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #72 from mmkow/toggle_uart_gpio

    sortbootorder.c: fix boot menu uart entry
    miczyg1 committed May 26, 2021
    Copy the full SHA
    c5bab61 View commit details
    Browse the repository at this point in the history
  7. README.md: Replace old uart boot menu entries with new ones

    Signed-off-by: Mateusz Kowalski <mateusz.kowalski@3mdeb.com>
    mmkow committed May 26, 2021
    Copy the full SHA
    a854ba4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #73 from mmkow/readme_uart_update

    README.md: Replace old uart boot menu entries with new ones
    miczyg1 committed May 26, 2021
    Copy the full SHA
    52109c9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. CHANGELOG.md: add v4.6.21 release info

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 27, 2021
    Copy the full SHA
    2d7a971 View commit details
    Browse the repository at this point in the history
  2. sortbootorder.c: fix options alignment

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 27, 2021
    Copy the full SHA
    877b2c7 View commit details
    Browse the repository at this point in the history