zhangbo b82a54e7fd New Fan interface 5 жил өмнө
..
AuthChip 65be6f75e5 save 5 жил өмнө
ChassisTimer a932fa7caf New remote_control function 5 жил өмнө
SysTimer 410b7e8418 for merge 5 жил өмнө
encryption 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 жил өмнө
ipmb 7395ae73b9 IPMC IPMB ok 5 жил өмнө
lan 55a3fe40f9 New User interface 5 жил өмнө
msghndlr b82a54e7fd New Fan interface 5 жил өмнө
uds a932fa7caf New remote_control function 5 жил өмнө
userinfo a932fa7caf New remote_control function 5 жил өмнө
Api.c c9d53a9cbf New sensor history 5 жил өмнө
Api.h 65be6f75e5 save 5 жил өмнө
BmcType.h 65be6f75e5 save 5 жил өмнө
Makefile 25a4f8e6e7 sync code 5 жил өмнө
OemFRU.c 25a4f8e6e7 sync code 5 жил өмнө
Session.c 55a3fe40f9 New User interface 5 жил өмнө
Session.h 34257f20be sync 5 жил өмнө
bmc_app b82a54e7fd New Fan interface 5 жил өмнө
main.c b82a54e7fd New Fan interface 5 жил өмнө
main.h b82a54e7fd New Fan 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 c9d53a9cbf New sensor history 5 жил өмнө
sensor_sdr.c 3a942ba617 New SEL 5 жил өмнө
sensor_tbl.h 2471afb971 Resolve sensor reading return 0 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用来初始化结构体。