readme.txt 1.0 KB

123456789101112131415161718192021222324252627
  1. 1. Add sensors
  2. - sensor_driveer.c Add new driver
  3. - sensor_sdr.c Add new SDR
  4. - main.h SENSOR_NUMBERS = ?
  5. 2. Web Access IPMC through SendMessage and GetMessage command
  6. 3. UserInfoTbl
  7. UserInfo 保存在flash里,offset = 0x800000; UserId从1开始。
  8. g_BMCInfo.UserInfoTbl[0]: UserId = 1
  9. g_BMCInfo.UserInfoTbl[1]: UserId = 2
  10. g_BMCInfo.UserInfoTbl[2]: UserId = 3
  11. ...
  12. 4. SessionTblInfo
  13. 所有的当前会话信息均保存在SessionTblInfo里,Init_SessionTbl用来初始化结构体。
  14. 5. 机箱内所有刀片的IPMB地址在dashboard.c里定义,在goahead.h里声明。
  15. 机箱内所有刀片的IPMB地址在main.c里定义,在main.h里声明。
  16. 6. 机箱管理使能改由前端网页控制,默认是打开的。网页在下发获取机箱信息的时候多下发一个参数,机箱管理是否使能。
  17. 7. GD32F450内部flash:
  18. Sector 6 放License 0x08060000~0x0807ffff 128KB
  19. Sector 7 放配置信息,IpmiConfig + user info + FRU + SDR 0x08080000~0x0809ffff 128KB