ipmi_fru: Rename to IPMIFruArea

Rename ipmi_fru to IPMIFruArea

FRU is an acronym for Field Replaceable Unit, but is consistently Fru in
this codebase.

Change-Id: I53f82b51bbf01416c8a666082612cd70945cc9a5
Signed-off-by: Patrick Venture <venture@google.com>
2 files changed
tree: 915e3fa432996406854c6e0989b4ea999829a1a8
  1. scripts/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. fru-area.hpp
  9. frup.cpp
  10. frup.hpp
  11. LICENSE
  12. MAINTAINERS
  13. Makefile.am
  14. readeeprom.cpp
  15. README.md
  16. strgfnhandler.cpp
  17. types.hpp
  18. writefrudata.cpp
  19. writefrudata.hpp
README.md

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`.