Jeremy Kerr

Results 4 issues of Jeremy Kerr

Since there is the M.2 connector on the DC-SCM board, it would be nice to be able to perform out-of-band management of NVMe devices, using either the NVMe-MI or NVMe...

The current design has U21 - the ESPI level translator - marked as `DNP`, and is not populated on the board I have here. This means that there's no connectivity...

I'm trying to compile hostboot with `-mbig-endian`, by providing a custom `CFLAGS`: ``` CROSS_PREFIX=/home/jk/IBM/openpower/op-build/output.tmp/host/usr/bin/powerpc64-buildroot-linux-gnu- CONFIG_FILE=/home/jk/IBM/openpower/op-build/openpower/configs/hostboot/palmetto.config HOST_BINUTILS_DIR=/home/jk/IBM/openpower/op-build/output/build/host-binutils-2.24/ HOST_PREFIX="" OPENPOWER_BUILD=1 BUILD_VERBOSE=1 CFLAGS=-mbig-endian make ``` but it looks like specifying `CFLAGS=` in the...

enhancement

Add a simple meson.build file to build and install a library (shared by default, but easily configurable as static too), headers and `libtoml.pc` metadata. $ meson setup --prefix=$PWD/install obj [...]...