mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
sparc64: move asi.h to arch includes
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@778 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
00b2f978f8
commit
681269e77f
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#define __ASSEMBLY__
|
||||
#include "asi.h"
|
||||
#include <asm/asi.h>
|
||||
#include "pstate.h"
|
||||
#include "lsu.h"
|
||||
#define NO_QEMU_PROTOS
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef _SPARC64_SPITFIRE_H
|
||||
#define _SPARC64_SPITFIRE_H
|
||||
|
||||
#include "asi.h"
|
||||
#include <asm/asi.h>
|
||||
|
||||
/* The following register addresses are accessible via ASI_DMMU
|
||||
* and ASI_IMMU, that is there is a distinct and unique copy of
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "pstate.h"
|
||||
#include "asi.h"
|
||||
#include <asm/asi.h>
|
||||
#define ASI_BP ASI_M_BYPASS
|
||||
#define REGWIN_SZ 0x40
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#define __ASSEMBLY__
|
||||
#include "pstate.h"
|
||||
#include "asi.h"
|
||||
#include <asm/asi.h>
|
||||
#define ASI_BP ASI_PHYS_BYPASS_EC_E
|
||||
#define PROM_ADDR 0x1fff0000000
|
||||
#define SER_ADDR 0x1fe020003f8
|
||||
|
||||
Reference in New Issue
Block a user