zhangbo d592d676b5 server_health web ok hace 3 años
..
AuthChip f5c9921491 Add Chassis Indentify hace 4 años
ChassisTimer 67bd42b383 Add Ipmitool hace 3 años
PendActionTask f5c9921491 Add Chassis Indentify hace 4 años
SysTimer f5c9921491 Add Chassis Indentify hace 4 años
encryption f5c9921491 Add Chassis Indentify hace 4 años
ipmb 9f74ae51b5 jimbo submit hace 3 años
lan 67bd42b383 Add Ipmitool hace 3 años
msghndlr d592d676b5 server_health web ok hace 3 años
uds f5c9921491 Add Chassis Indentify hace 4 años
userinfo f5c9921491 Add Chassis Indentify hace 4 años
Api.c d592d676b5 server_health web ok hace 3 años
Api.h f5c9921491 Add Chassis Indentify hace 4 años
AuthLicense.c f67c42b721 add some include hace 3 años
AuthLicense.h c410b83080 sync ok hace 3 años
BmcType.h 67bd42b383 Add Ipmitool hace 3 años
Makefile d440638810 iflash driver and authorize by guid hace 3 años
OemFRU.c f5c9921491 Add Chassis Indentify hace 4 años
Session.c f5c9921491 Add Chassis Indentify hace 4 años
Session.h f5c9921491 Add Chassis Indentify hace 4 años
Util.c f5c9921491 Add Chassis Indentify hace 4 años
Util.h f5c9921491 Add Chassis Indentify hace 4 años
iflash.c d01a02c78d iFlash Write Buf added hace 3 años
iflash.h d01a02c78d iFlash Write Buf added hace 3 años
main.c 838f0788e2 update FW modify hace 3 años
main.h 67bd42b383 Add Ipmitool hace 3 años
message.c f5c9921491 Add Chassis Indentify hace 4 años
message.h f5c9921491 Add Chassis Indentify hace 4 años
readme.txt 67bd42b383 Add Ipmitool hace 3 años
sensor_driver.c f5c9921491 Add Chassis Indentify hace 4 años
sensor_driver.c.reference.c f5c9921491 Add Chassis Indentify hace 4 años
sensor_sdr.c 67bd42b383 Add Ipmitool hace 3 años
sensor_sdr.c.reference.c f5c9921491 Add Chassis Indentify hace 4 años
sensor_tbl.h f5c9921491 Add Chassis Indentify hace 4 años
util.c f5c9921491 Add Chassis Indentify hace 4 años

readme.txt



1. Add sensors
- sensor_driveer.c Add new driver
- sensor_sdr.c Add new SDR
- main.h SENSOR_NUMBERS = ?

2. Web Access IPMC through SendMessage and GetMessage command

3. UserInfoTbl
UserInfo 保存在flash里,offset = 0x800000; UserId从1开始。
g_BMCInfo.UserInfoTbl[0]: UserId = 1
g_BMCInfo.UserInfoTbl[1]: UserId = 2
g_BMCInfo.UserInfoTbl[2]: UserId = 3
...

4. SessionTblInfo
所有的当前会话信息均保存在SessionTblInfo里,Init_SessionTbl用来初始化结构体。

5. 机箱内所有刀片的IPMB地址在dashboard.c里定义,在goahead.h里声明。
机箱内所有刀片的IPMB地址在main.c里定义,在main.h里声明。

6. 机箱管理使能改由前端网页控制,默认是打开的。网页在下发获取机箱信息的时候多下发一个参数,机箱管理是否使能。