Skip to content

Tags: amboar/culvert

Tags

v0.3.1

Toggle v0.3.1's commit message
v0.3.1

Andrew Jeffery (1):
      doit: Quiet mode was a bit too quiet

v0.3.0

Toggle v0.3.0's commit message
v0.3.0

Alvin Wang (2):
      Add --always flag to git describe in case tag doesn't exist
      Add --always flag to git describe in case tag doesn't exist

Andrew Jeffery (38):
      README: Clarify the capability and restrictions of the tool
      README: Demonstrate cross compiling for ARM
      ast: Fix AST2400 P2A write filter ranges
      ahb: Fix double free in debug backend cleanup path
      cve-2019-6260: Add bridge drivers and various subcommands
      cve-2019-6260: Console rework and updated SoC revision probing
      Makefile: Fix up version target
      log: Implement log levels
      bridges: Tidy up probe logging
      README: Add a fat warning about consequences
      Use SPDX license identifier in source files
      lpc: Migrate to arch/powerpc64le-linux-gnu
      x86_64: Add lpc implementation
      sio: Probe both 0x2e and 0x4e
      Makefile: Try a little harder with arch support
      p2a: Fix bad sizeof() in assert
      ast: Migrate helpers from doit
      doit: Split out cmd_ilpc
      doit: Split out cmd_p2a
      doit: Split out cmd_debug
      doit: Split out cmd_devmem
      doit: Split out cmd_console
      doit: Split out cmd_read
      doit: Split out cmd_write
      doit: Split out cmd_replace
      doit: Split out cmd_probe
      doit: Split out cmd_reset
      doit: Split out cmd_sfc
      doit: Split out cmd_otp
      doit: Clean up includes
      ahb: Add new-line to devmem log statement
      ahb: Exit early from ahb_siphon_in() if len is 0
      doit: Add trace command
      trace: Zero the trace buffer, not target address
      otp: Add strapping column header and reorder columns
      tty: Do raw mode again, but this time with feeling
      doit: Add --quiet/-q for quiet mode
      Makefile: Fix version dependencies

Eddie James (6):
      Add otp command
      Makefile: Support environments where $(CC) is already set
      otp: Add support for writing config space
      Cleanup otp config write
      otp: support A2
      Support A3 revision

v0.2.2

Toggle v0.2.2's commit message
v0.2.2: Update README