Remote Bios Configuration:Increasing buffer size.

Increasing the KCS buffersize to receive 4K bytes of data
from BIOS.

Tested:By giving SetPayload command we are able to get and set
4096 bytes of data between BIOS and BMC.

Signed-off-by: Rashmi RV <rashmi.r.v@linux.intel.com>
Change-Id: I6fa418ea84a216b30430bbd94b50d5faefe12a1f
1 file changed
tree: 80c060042548798d1c5ec4538a5934e9fae29534
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.cpp
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. phosphor-ipmi-kcs@.service
  11. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make

To full clean the repository again run ./bootstrap.sh clean.