[Skiboot] [PATCH 0/6] Cleanups for AST BMCs

Andrew Jeffery andrew at aj.id.au
Tue Jul 17 12:02:48 AEST 2018


Hello,

This series cleans up the code and comments on communication with AST BMCs. It
mainly shuffling bits around to both keep concepts together with the associated
code and make use of the existing, explicit phases in the boot lifecycle.

Cheers,

Andrew

Andrew Jeffery (6):
  ast-bmc: Move copy routines to ast-sf-ctrl
  core/pci-quirk: Remove broken comment in quirk_astbmc_vga()
  core/pci-quirk: Clean up commented code in quirk_astbmc_vga()
  ast-bmc: Rename LPC FW cycle helpers
  ast-io: Rework setup/tear-down of communication with the BMC
  lpc: Silence LPC SYNC no-response error when necessary

 core/pci-quirk.c               |  28 -----
 hw/ast-bmc/ast-io.c            | 198 +++++++++++++++++----------------
 hw/ast-bmc/ast-sf-ctrl.c       |  94 ++++++++++++++++
 hw/lpc.c                       |  23 +++-
 include/ast.h                  |  30 +++--
 include/lpc.h                  |   3 +
 platforms/astbmc/astbmc.h      |   1 +
 platforms/astbmc/common.c      |  86 ++++++++++----
 platforms/astbmc/pnor.c        |   4 +-
 platforms/astbmc/romulus.c     |   2 +-
 platforms/astbmc/witherspoon.c |   3 +-
 platforms/qemu/qemu.c          |   4 +-
 12 files changed, 315 insertions(+), 161 deletions(-)

-- 
2.17.1



More information about the Skiboot mailing list