| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Remove most direct references to WORKDIR.
S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR
${WORKDIR}/package is also incorrect, adjust to ${PKGD}.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 622005cc1b0428be1e108c54b20d302b6ab30aca)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream changelog:
Update NEWS
Use poll() instead of select() to avoid segfaults with high number of open fd.
ipmi-sensors: fix help output typo
configure.ac: 'inb' and `outb' may be defined as inline functions (ex. glibc 2.28 on debian buster (amd64)), so check with AC_CHECK_DECL instead of AC_CHECK_FUNCS . Due to `Fix build issue when inb/outb are not available on some systems' in 1.6.9 release, the previously working kcs driver was causing errors.
configure.ac: Add define definition for cbrt in math library to config.h.in
configure.ac: Add define definitions for exp10, exp2, log2 to config.h.in
man/ipmi-oem.8.pre.in: Document support on Supermicro X9DRD
Update NEWS
man/Makefile.am: Fix make distcheck
ipmi-config.8.pre.in: Add pointer to ipmi-config.conf(5) manpage so users know to look there.
Update NEWS
common/portability/freeipmi-portability.h: Fix portability of cbrt() redefinition. cube root is x^(1/3) not x^-3.
doc: document issue with Vadatech VT811
libfreeipmi: add missing xilinx header to dist
Update NEWS, version for release
Update lib versions for release
Update NEWS
libipmimonitoring: handle units special case
libfreeipmi: fix typo in fiid template field
contrib/pet/petalert.pl: Fix output error message typo
global: fix various typos in comments / docs
man: Fix a bunch of typos
doc: fix a number of typos
Update NEWS
ipmiseld: avoid double free
ipmi-fru: fix compilation for non C99 compilation
Update NEWS
Update ChangeLog
Add initial support for Xilinx OEM FRU records
libfreeipmi: fix comment typo
Update ChangeLog
configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of appending -D_GNU_SOURCE
configure.ac: Fix detecting sighandler_t on glibc
configure.ac: Fix -Wimplicit-function-declaration for printf
Update ChangeLog
add --disable-doc
Document issue in Intel M50CYP
Update NEWS
Update ChangeLog with ipmi-sel date range options
ipmi-sel: update manpage for new date format
ipmi-sel: make --date-range more granular
doc: fix typo in freeipmi-bugs-issues-and-workarounds.txt
configure.ac: add extra build help / messages
Update NEWS
common/portability: fix portability issue on cygwin
Signed-off-by: Vishal Patel <vishal.patel@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
The freeipmi project provides a utility named ipmi-fru which allows reading and
interpreting FRU data based that can be read from a binary file or EEPROM.
The patches add additional functionality to interpret the Xilinx OEM records and
format them properly when printing the output. They're cherry-picked from
upstream:
http://git.savannah.gnu.org/cgit/freeipmi.git/commit/?h=freeipmi-1-6-0-stable&id=181e279da345315efa06f593edaf0f04af614da5
http://git.savannah.gnu.org/cgit/freeipmi.git/commit/?h=freeipmi-1-6-0-stable&id=c578c999b7d9aabbd6e54b0310a609b8f96ae962
Signed-off-by: Christian Kohn <chris.kohn@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|