720 Commits

Author SHA1 Message Date
Duncan Laurie
9ad01e6eed fix a few gcc4 compile warnings, lots remaining... 2005-08-11 16:20:36 +00:00
Duncan Laurie
53c97bc5b4 not closing session after chassis power control can be bad for session management on the bmc 2005-08-11 16:18:22 +00:00
Duncan Laurie
6ab2eb972e gcc4 is very picky about signedness and event_type is only 7 bits. not sure if this is gcc bug or not. 2005-08-11 16:10:51 +00:00
Francois Isabelle
e25e0b8e71 Update write_fru_area Api so both upgEkey and fru write works properly
also added some comments. And change some printf to lprintf
 - added soffset(source offset) and doffset(destination) parameters to write_fru_area
2005-07-26 14:40:23 +00:00
Duncan Laurie
cfd7f610cb rename define to be more correct 2005-07-14 23:51:52 +00:00
Duncan Laurie
f9d19aa0c5 fix typo and simplify string 2005-07-14 23:44:33 +00:00
Duncan Laurie
6a90734a67 add sun id 2005-07-14 23:40:25 +00:00
Duncan Laurie
2440c09d50 update sensor type code table 2005-07-14 23:06:45 +00:00
Duncan Laurie
1f597a78e2 prevent segfault on bad SEL data 2005-07-14 21:47:20 +00:00
Jean-Michel Audet
f4dd419fe6 -Modified read length to fit bridge message (mostly for AMC) 2005-07-14 15:56:04 +00:00
Duncan Laurie
b3472220af make this function a macro 2005-07-14 00:21:26 +00:00
Duncan Laurie
54d6016a31 why was this using pow? 2005-07-13 18:37:30 +00:00
Francois Isabelle
864ac5ad26 Added conditionaly built GetDeviceLocator call when INCLUDE_PICMG_GET_DEVICE_LOCATOR
is defined. It doesn't allow for bridged send messages to reach AMC yet.
2005-07-12 14:49:12 +00:00
Francois Isabelle
17d68a4289 Added Kontron fwum header 2005-07-12 14:47:06 +00:00
Francois Isabelle
907d8b30f5 Added Kontron OEM firmware update commands 2005-07-12 14:43:56 +00:00
Francois Isabelle
c2d9746775 Added Manufacturer name strings to mc info 2005-07-12 14:27:36 +00:00
Francois Isabelle
51a92c0917 Corrected typo 2005-07-12 13:38:51 +00:00
Francois Isabelle
07f4139e70 added selftest support 2005-07-12 13:19:03 +00:00
Francois Isabelle
6514de2b13 added read/write support and PICMG ekey support 2005-07-12 13:15:02 +00:00
Francois Isabelle
89f6d591e0 added GetSelfTestResult defines 2005-07-12 13:13:47 +00:00
Francois Isabelle
f9f0599908 added PICMG netfn\n ran lindent 2005-07-12 13:09:33 +00:00
Francois Isabelle
c792f6e7e1 added SEL event definition for PICMG events 2005-07-12 12:42:02 +00:00
Francois Isabelle
bce51c05f8 Added picmg fru data types 2005-07-12 12:37:23 +00:00
Francois Isabelle
e0912fc6b7 Added initial PICMG command support 2005-07-12 12:36:47 +00:00
Francois Isabelle
2c117c95ea added initial PICMG support
- added command support
 - added PICMG FRU data support
2005-07-12 12:36:00 +00:00
Francois Isabelle
e7140ed0c8 added support for alternate devfs node location 2005-07-12 12:28:09 +00:00
Francois Isabelle
6049aa0fe4 added support for channel and lun command line arguments 2005-07-12 12:25:29 +00:00
Francois Isabelle
96876bb061 added support for built-in sdrs 2005-07-12 12:21:13 +00:00
Duncan Laurie
4d2f9ebdc2 email address for Jon has changed 2005-07-11 20:14:00 +00:00
Jeremy Ellington
54dfc91b2b Extended the string list for Entity IDs, per the 2.0 spec's table 43-13. 2005-07-05 16:12:13 +00:00
Duncan Laurie
86d54446e9 fix for freebsd 2005-06-28 21:14:51 +00:00
Duncan Laurie
a7bcb2422e make rhel build i386 arch rpms on opteron when using 'make rpm' 2005-06-28 20:28:40 +00:00
Jeremy Ellington
4067bafa57 Added some support for the interpretation of OEM event messages (type 2 SEL
entries with with an event type in the OEM range).  For Newisys OEM SEL
entries, textual message descriptions are retrieved through a Newisys IPMI
OEM command.
include/ipmitool/ipmi_sel.h lib/ipmi_sel.c src/ipmievd.c CVS:
----------------------------------------------------------------------
2005-06-28 20:19:08 +00:00
Duncan Laurie
624392f798 add check for tgetent to fix readline problems on RHEL4 2005-06-28 18:53:37 +00:00
Duncan Laurie
ac2cc29ac0 remove / from string 2005-06-27 22:45:14 +00:00
Duncan Laurie
87540ecf2a don't spin while waiting for 0 bytes in case BMC lies about how much data is in a FRU 2005-06-27 22:23:34 +00:00
Duncan Laurie
6d77f698f2 allow SOL port to be sent in network byte order since some BMCs do this 2005-06-27 22:15:05 +00:00
Duncan Laurie
083e6afc46 fix doc bug 2005-06-27 22:07:04 +00:00
Duncan Laurie
384f9219ba move selftest results to its own command 2005-06-27 22:01:54 +00:00
Duncan Laurie
fef402714f print binary data for i2c transactions 2005-06-25 17:33:35 +00:00
Jeremy Ellington
312b564091 A clarification (E347) in the IPMI v2 errata document (mark II) makes it
pretty clear that listing algorithms by cipher suite does not list all
algorithms, but lists supported algothms *grouped* by cipher suite.  Since
both views contain the same information, we will just support one in
ipmitool -- supported algorithms listed by cipher suite view.
2005-06-22 22:12:59 +00:00
Duncan Laurie
a85bd201df work around readline 4.2 bug 2005-06-17 23:14:44 +00:00
Duncan Laurie
e633524d34 fix freebsd compile problem 2005-06-17 23:12:53 +00:00
Duncan Laurie
a892bb499a add configure option for specifying a distro tag for "make rpm" builds 2005-06-16 23:56:32 +00:00
Duncan Laurie
836149f966 update changelog 2005-06-16 23:54:01 +00:00
Duncan Laurie
694f92918f add support for entering netfn as a string for raw commands 2005-06-16 23:48:58 +00:00
Duncan Laurie
1fe48e8a36 fix sdr printing of deassertion events and negative values for min/max 2005-06-16 23:47:15 +00:00
Duncan Laurie
380f330e15 handle 0xcc response without error 2005-06-16 23:46:26 +00:00
Duncan Laurie
fe38fb4e7b fix potential crash in cleanup code 2005-06-16 16:58:11 +00:00
Duncan Laurie
ffd03bc964 two changes:
1. the IPMI spec says sessions are opened at USER level and must
be increased to desired privilege level.  This was not happening
for lanplus connections and causing problems with an OSA stack.

2. the 5ms delay between retries was not happening for SOL packets,
this is causing problems with a different implementation...
2005-06-16 16:53:01 +00:00