Brandon Maier

Results 12 issues of Brandon Maier

* Adds pattern for Xilinx's Zynq UltraScale+ Boot Image format. * Boot images are generated by Xilinx's `bootgen` tool. * Spec: Xilinx UG1283 https://docs.xilinx.com/r/en-US/ug1283-bootgen-user-guide/Zynq-UltraScale-MPSoC-Boot-and-Configuration * Add test file generated as...

The README mentions there is both a `:Menu` command and a `:InfoMenu` command. But when I load the plugin, I only get a `:Menu` option. I'm working around right now...

The ShellCheck integrations wiki suggests providing users with more info by linking back to the ShellCheck wiki. https://www.shellcheck.net/wiki/Integration#linking-to-the-wiki

Copy the arguments from the bats-core install.sh so that bats libraries can be packaged in the same manner as bats-core.

Copy the arguments from the bats-core install.sh so that bats libraries can be packaged in the same manner as bats-core.

Copy the arguments from the bats-core install.sh so that bats libraries can be packaged in the same manner as bats-core.

The suffix "dtso" is an alternate name for devicetree overlays. The suffix "its" is for U-Boot Flattened Image Trees which use the devicetree format. See https://github.com/u-boot/u-boot/blob/master/doc/usage/fit/source_file_format.rst#terminology

The Meson WrapDB project runs cJSON tests with Windows and VisualStudio. On release 1.7.18, `misc_tests` crashes with `SIGinvalid` only on the Windows target (https://github.com/mesonbuild/wrapdb/pull/1520). I would guess it's related to...

When using the meson-python backend to compile libfdt, it throws an installation error that it does not know where to install static libraries. We would disable the static libraries, but...