lusa 7435e0e618 tijiao пре 5 година
..
AuthChip 3dcb04c41f upload file пре 5 година
ChassisTimer a932fa7caf New remote_control function пре 5 година
SysTimer 34257f20be sync пре 5 година
encryption 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. пре 5 година
ipmb 34257f20be sync пре 5 година
lan 55a3fe40f9 New User interface пре 5 година
msghndlr 55a3fe40f9 New User interface пре 5 година
uds a932fa7caf New remote_control function пре 5 година
userinfo a932fa7caf New remote_control function пре 5 година
Api.c 55a3fe40f9 New User interface пре 5 година
Api.h a932fa7caf New remote_control function пре 5 година
BmcType.h 34257f20be sync пре 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 7435e0e618 tijiao пре 5 година
main.c 3dcb04c41f upload file пре 5 година
main.h 01561e83a5 uds interface test pass пре 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 3a942ba617 New SEL пре 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用来初始化结构体。