zhangbo 0588a7fc5f modify getsensorInfo 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 34257f20be sync 5 年之前
msghndlr 2471afb971 Resolve sensor reading return 0 5 年之前
uds a932fa7caf New remote_control function 5 年之前
userinfo a932fa7caf New remote_control function 5 年之前
Api.c 2471afb971 Resolve sensor reading return 0 5 年之前
Api.h a932fa7caf New remote_control function 5 年之前
BmcType.h 34257f20be sync 5 年之前
Makefile 2471afb971 Resolve sensor reading return 0 5 年之前
OemFRU.c 06a939b452 add bmc source code, remove bmc_server, web_server... souce code. 5 年之前
Session.c 34257f20be sync 5 年之前
Session.h 34257f20be sync 5 年之前
bmc_app 0588a7fc5f modify getsensorInfo 5 年之前
main.c 0588a7fc5f modify getsensorInfo 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 02c40f8f4f for merge 5 年之前
sensor_sdr.c dd9d33e981 IPMB first commit 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用来初始化结构体。