[OpenBIOS] [PATCH 0/3] sparc64 cleanups v1

Igor V. Kovalenko igor.v.kovalenko at gmail.com
Tue May 25 14:12:31 CEST 2010


One code cleanup and another pci host bridge remap change,
the latter requires qemu update with patch already posted to qemu list.

v0->v1: added missing patch moving asi.h to arch includes

---

Igor V. Kovalenko (3):
      sparc64: move asi.h to arch includes
      sparc64: replace ASI numbers with macros
      sparc64: fix pci host bridge offsets


 arch/sparc64/asi.h         |  145 --------------------------------------------
 arch/sparc64/entry.S       |    2 -
 arch/sparc64/openbios.c    |   12 ++--
 arch/sparc64/spitfire.h    |    2 -
 arch/sparc64/switch.S      |    2 -
 arch/sparc64/vectors.S     |    2 -
 include/arch/sparc64/asi.h |  145 ++++++++++++++++++++++++++++++++++++++++++++
 include/arch/sparc64/io.h  |   61 ++++++++++++-------
 8 files changed, 196 insertions(+), 175 deletions(-)
 delete mode 100644 arch/sparc64/asi.h
 create mode 100644 include/arch/sparc64/asi.h

-- 
Signature



More information about the OpenBIOS mailing list