lusa 9e321a58ea submit ome bug 5 năm trước cách đây
..
ChassisTimer a932fa7caf New remote_control function 5 năm trước cách đây
SysTimer 34257f20be sync 5 năm trước cách đây
encryption 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 năm trước cách đây
ipmb 34257f20be sync 5 năm trước cách đây
lan 34257f20be sync 5 năm trước cách đây
msghndlr 34257f20be sync 5 năm trước cách đây
uds a932fa7caf New remote_control function 5 năm trước cách đây
userinfo a932fa7caf New remote_control function 5 năm trước cách đây
Api.c 34257f20be sync 5 năm trước cách đây
Api.h a932fa7caf New remote_control function 5 năm trước cách đây
BmcType.h 34257f20be sync 5 năm trước cách đây
Makefile b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 5 năm trước cách đây
OemFRU.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 năm trước cách đây
Session.c 34257f20be sync 5 năm trước cách đây
Session.h 34257f20be sync 5 năm trước cách đây
bmc_app 9e321a58ea submit ome bug 5 năm trước cách đây
main.c 34257f20be sync 5 năm trước cách đây
main.h 01561e83a5 uds interface test pass 5 năm trước cách đây
message.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 năm trước cách đây
message.h 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 năm trước cách đây
readme.txt 34257f20be sync 5 năm trước cách đây
sensor_driver.c a5fd13ca91 getAllSensorInfo ok 5 năm trước cách đây
sensor_sdr.c dd9d33e981 IPMB first commit 5 năm trước cách đây
sensor_tbl.h 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 năm trước cách đây

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