Commits on Mar 7, 2019

  1. Copy the full SHA
    a1ec141 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from pcengines/release_link_fix

    CHANGELOG.md: fix link to new release diff
    miczyg1 committed Mar 7, 2019
    Copy the full SHA
    2d10ff3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. utils/spi_lock_menu.c: add SPI lock menu

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 15, 2019
    Copy the full SHA
    13e9ef1 View commit details
    Browse the repository at this point in the history
  2. sortbootorder.c: add SPI lock menu option

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

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 15, 2019
    Copy the full SHA
    b46b93a View commit details
    Browse the repository at this point in the history
  4. utils/flash_access.c: pass spi slave struct to functions

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 15, 2019
    Copy the full SHA
    e641347 View commit details
    Browse the repository at this point in the history
  5. utils/spi_lock_menu.c: fix compilation errors

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 15, 2019
    Copy the full SHA
    a07c433 View commit details
    Browse the repository at this point in the history
  6. utils/spi_lock_menu.c: fix printing issues

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

Commits on May 27, 2019

  1. spi/adesto.c: add Adesto SPI flash

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 27, 2019
    Copy the full SHA
    386ea77 View commit details
    Browse the repository at this point in the history
  2. utils/spi_lock_menu.c: fix SR lock

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 27, 2019
    Copy the full SHA
    abe5953 View commit details
    Browse the repository at this point in the history
  3. utils/spi_lock_menu.c: fix success message

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 27, 2019
    Copy the full SHA
    e9c26e9 View commit details
    Browse the repository at this point in the history
  4. utils/spi_lock_menu.c: do nto check WP pin if SRP1 is set

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

Commits on May 30, 2019

  1. Merge pull request #51 from pcengines/block_protection

    Block protection
    miczyg1 committed May 30, 2019
    Copy the full SHA
    f76c18e View commit details
    Browse the repository at this point in the history
  2. sortbootorder.c: add SD 3.0 mode runtime configuration

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

Commits on Jun 4, 2019

  1. Merge pull request #52 from pcengines/sd3_runtime

    sortbootorder.c: add SD 3.0 mode runtime configuration
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    99c8531 View commit details
    Browse the repository at this point in the history
  2. sortbootorder.c: implement watchdog runtime configuration and fix cod…

    …e style
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    d18d6b7 View commit details
    Browse the repository at this point in the history
  3. sortbootorder.c: fix compilation errors

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    5251fec View commit details
    Browse the repository at this point in the history
  4. sortbootorder.c: fix snprintf arguments

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    66102cb View commit details
    Browse the repository at this point in the history
  5. sortbootorder.c: add new device toggles for all USBs

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    effc16a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53 from pcengines/watchdog_runtime_config

    Watchdog runtime config
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    117f3be View commit details
    Browse the repository at this point in the history
  7. README.md: add description of SD 3.0 mode, watchdog options and hidde…

    …n lockdown menu
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    3a346a6 View commit details
    Browse the repository at this point in the history
  8. CHANGELOG.md: add v4.6.14 release info

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    9b84c29 View commit details
    Browse the repository at this point in the history
  9. CHANGELOG.md: add info about Adesto chips

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

    Documentation
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    54ed9fe View commit details
    Browse the repository at this point in the history
  11. Merge pull request #55 from pcengines/rel_4.6.14

    Rel 4.6.14
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    1375c1c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. sortbootorder.c: fix build for apu1

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 8, 2019
    Copy the full SHA
    f34214a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from pcengines/apu1_fix

    sortbootorder.c: fix build for apu1
    miczyg1 committed Jun 8, 2019
    Copy the full SHA
    b35ab18 View commit details
    Browse the repository at this point in the history