OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [sparc/] [boot/] [bare.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1624 jcastillo
/* $Id: bare.h,v 1.1 2005-12-20 09:50:39 jcastillo Exp $
2
 * bare.h:  Defines for the low level entry code of the BOOT program.
3
 *          We include in the head.h stuff that the real kernel uses
4
 *          and this saves a lot of repetition here.
5
 *
6
 * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
7
 */
8
 
9
#include <asm/head.h>
10
#include <asm/psr.h>
11
#include <asm/cprefix.h>
12
 
13
#define     SANE_PIL  (0xd00)    /* No interrupts except clock and unmaskable NMI's */
14
#define     SANE_PSR  (SANE_PIL|PSR_S|PSR_ET)
15
 
16
#define     BOOTBLOCK_NENTRIES   0x40      /* Number of entries in the boot block */
17
#define     BOOTBLOCK_ENTSIZE    0x04      /* Size in bytes of each boot block entry */
18
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.