cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sentosa.h (587B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright (C) 2000, 2001 Broadcom Corporation
      4 */
      5#ifndef __ASM_SIBYTE_SENTOSA_H
      6#define __ASM_SIBYTE_SENTOSA_H
      7
      8#include <asm/sibyte/sb1250.h>
      9#include <asm/sibyte/sb1250_int.h>
     10
     11#ifdef CONFIG_SIBYTE_SENTOSA
     12#define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)"
     13#endif
     14#ifdef CONFIG_SIBYTE_RHONE
     15#define SIBYTE_BOARD_NAME "BCM91125E (Rhone)"
     16#endif
     17
     18/* Generic bus chip selects */
     19#ifdef CONFIG_SIBYTE_RHONE
     20#define LEDS_CS		6
     21#define LEDS_PHYS	0x1d0a0000
     22#endif
     23
     24/* GPIOs */
     25#define K_GPIO_DBG_LED	0
     26
     27#endif /* __ASM_SIBYTE_SENTOSA_H */