1. 19 Nov, 2012 2 commits
  2. 13 Nov, 2012 1 commit
  3. 11 Oct, 2012 2 commits
  4. 08 Oct, 2012 1 commit
  5. 05 Oct, 2012 1 commit
  6. 13 Sep, 2012 2 commits
    • Matthieu Cattin's avatar
      Fix bug and IPMI/FMC standards incompatibilities, add an python example. · 82d17a29
      Matthieu Cattin authored
      - Fix typelength mask to 0x3f, was 0x1f.
      - Fix OEM data structure, p1_gbt and p2_gbt are in the same byte.
      - Fix OEM data byte 1 arrangement, fields were in the wrong place.
      - Fix typelength for part number in Board Info Area, was taking product typelength.
      - Fix Board Info Area checksum calculation, the "end of fields" typelength was
        assigned after checksum calculation.
      - Fix OEM manufacturer ID byte order to LS Byte first, was MS Byte first.
      - Add common header format in common header byte 0.
      - Fix DC load structure length calculation and write to file.
        As the structure contains uint8_t and uint16_t, the compiler is aligning
        all entries to 16-bit boundary. This was resulting in a extra 0x00 byte,
        increasing the structure length by 1 byte.
      - Internal Use Area is now optionnal.
      82d17a29
    • Matthieu Cattin's avatar
      fmceeprom dir cleanup. · 4823acc5
      Matthieu Cattin authored
      Remove all xml based generator stuff.
      4823acc5
  7. 11 Jul, 2012 2 commits
  8. 08 Jun, 2012 2 commits
  9. 07 Jun, 2012 2 commits
  10. 06 Jun, 2012 4 commits
  11. 05 Jun, 2012 21 commits