lusa 943a5f3bb9 resolve some merge há 5 anos atrás
..
AuthChip 65be6f75e5 save há 5 anos atrás
ChassisTimer 39e23a982e New Lan config interface há 5 anos atrás
PendActionTask 39e23a982e New Lan config interface há 5 anos atrás
SysTimer 410b7e8418 for merge há 5 anos atrás
encryption 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. há 5 anos atrás
ipmb 7395ae73b9 IPMC IPMB ok há 5 anos atrás
lan 55a3fe40f9 New User interface há 5 anos atrás
msghndlr 39e23a982e New Lan config interface há 5 anos atrás
uds a932fa7caf New remote_control function há 5 anos atrás
userinfo a932fa7caf New remote_control function há 5 anos atrás
Api.c 1545ad4325 sync há 5 anos atrás
Api.h 39e23a982e New Lan config interface há 5 anos atrás
BmcType.h 39e23a982e New Lan config interface há 5 anos atrás
Makefile 39e23a982e New Lan config interface há 5 anos atrás
OemFRU.c 25a4f8e6e7 sync code há 5 anos atrás
Session.c 55a3fe40f9 New User interface há 5 anos atrás
Session.h 34257f20be sync há 5 anos atrás
Util.c 39e23a982e New Lan config interface há 5 anos atrás
Util.h 39e23a982e New Lan config interface há 5 anos atrás
bmc_app 0c544045af tijiao há 5 anos atrás
main.c 1545ad4325 sync há 5 anos atrás
main.h 39e23a982e New Lan config interface há 5 anos atrás
message.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. há 5 anos atrás
message.h 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. há 5 anos atrás
readme.txt 34257f20be sync há 5 anos atrás
sensor_driver.c 1545ad4325 sync há 5 anos atrás
sensor_sdr.c 3a942ba617 New SEL há 5 anos atrás
sensor_tbl.h 2471afb971 Resolve sensor reading return 0 há 5 anos atrás
util.c 39e23a982e New Lan config interface há 5 anos atrás

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