lusa c15b947420 upload fn il y a 5 ans
..
ChassisTimer a932fa7caf New remote_control function il y a 5 ans
SysTimer 34257f20be sync il y a 5 ans
encryption 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. il y a 5 ans
ipmb 34257f20be sync il y a 5 ans
lan 55a3fe40f9 New User interface il y a 5 ans
msghndlr 55a3fe40f9 New User interface il y a 5 ans
uds a932fa7caf New remote_control function il y a 5 ans
userinfo a932fa7caf New remote_control function il y a 5 ans
Api.c 55a3fe40f9 New User interface il y a 5 ans
Api.h a932fa7caf New remote_control function il y a 5 ans
BmcType.h 34257f20be sync il y a 5 ans
Makefile 2471afb971 Resolve sensor reading return 0 il y a 5 ans
OemFRU.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. il y a 5 ans
Session.c 55a3fe40f9 New User interface il y a 5 ans
Session.h 34257f20be sync il y a 5 ans
bmc_app c15b947420 upload fn il y a 5 ans
main.c 3a942ba617 New SEL il y a 5 ans
main.h 01561e83a5 uds interface test pass il y a 5 ans
message.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. il y a 5 ans
message.h 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. il y a 5 ans
readme.txt 34257f20be sync il y a 5 ans
sensor_driver.c 3a942ba617 New SEL il y a 5 ans
sensor_sdr.c 3a942ba617 New SEL il y a 5 ans
sensor_tbl.h 2471afb971 Resolve sensor reading return 0 il y a 5 ans

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