zhangbo 614afce01d New Api_BridgeInternal function пре 5 година
..
AuthChip 65be6f75e5 save пре 5 година
ChassisTimer 614afce01d New Api_BridgeInternal function пре 5 година
PendActionTask 39e23a982e New Lan config interface пре 5 година
SysTimer 410b7e8418 for merge пре 5 година
encryption 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. пре 5 година
ipmb 614afce01d New Api_BridgeInternal function пре 5 година
lan 614afce01d New Api_BridgeInternal function пре 5 година
msghndlr 614afce01d New Api_BridgeInternal function пре 5 година
uds a932fa7caf New remote_control function пре 5 година
userinfo a932fa7caf New remote_control function пре 5 година
Api.c 614afce01d New Api_BridgeInternal function пре 5 година
Api.h 614afce01d New Api_BridgeInternal function пре 5 година
BmcType.h 39e23a982e New Lan config interface пре 5 година
Makefile 39e23a982e New Lan config interface пре 5 година
OemFRU.c 25a4f8e6e7 sync code пре 5 година
Session.c 55a3fe40f9 New User interface пре 5 година
Session.h 10ea29030e Implement SendMsg command пре 5 година
Util.c 81c6772cf4 debug ip пре 5 година
Util.h 81c6772cf4 debug ip пре 5 година
bmc_app 614afce01d New Api_BridgeInternal function пре 5 година
main.c 614afce01d New Api_BridgeInternal function пре 5 година
main.h 39e23a982e New Lan config interface пре 5 година
message.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. пре 5 година
message.h 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. пре 5 година
readme.txt 34257f20be sync пре 5 година
sensor_driver.c 1545ad4325 sync пре 5 година
sensor_sdr.c 3a942ba617 New SEL пре 5 година
sensor_tbl.h 2471afb971 Resolve sensor reading return 0 пре 5 година
util.c 39e23a982e New Lan config interface пре 5 година

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用来初始化结构体。