arch/non-x86: Remove use of __PRE_RAM__
Change-Id: Id8918f40572497b068509b5d5a490de0435ad50b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
5c82c444fb
commit
a4e8fb2afd
|
@ -17,12 +17,10 @@
|
||||||
#define __ARCH_CPU_H__
|
#define __ARCH_CPU_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <device/device.h>
|
||||||
|
|
||||||
#define asmlinkage
|
#define asmlinkage
|
||||||
|
|
||||||
#if !defined(__PRE_RAM__)
|
|
||||||
#include <device/device.h>
|
|
||||||
|
|
||||||
struct cpu_driver {
|
struct cpu_driver {
|
||||||
struct device_operations *ops;
|
struct device_operations *ops;
|
||||||
const struct cpu_device_id *id_table;
|
const struct cpu_device_id *id_table;
|
||||||
|
@ -34,8 +32,6 @@ struct cpuinfo_arm {
|
||||||
uint8_t arm_model;
|
uint8_t arm_model;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Primitives for CPU and MP cores. */
|
/* Primitives for CPU and MP cores. */
|
||||||
|
|
||||||
/* read Main Id register (MIDR) */
|
/* read Main Id register (MIDR) */
|
||||||
|
|
|
@ -20,9 +20,6 @@
|
||||||
|
|
||||||
static inline unsigned int smp_processor_id(void) { return 0; }
|
static inline unsigned int smp_processor_id(void) { return 0; }
|
||||||
|
|
||||||
|
|
||||||
#if !defined(__PRE_RAM__)
|
|
||||||
struct cpu_driver { };
|
struct cpu_driver { };
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __ARCH_CPU_H__ */
|
#endif /* __ARCH_CPU_H__ */
|
||||||
|
|
|
@ -16,12 +16,10 @@
|
||||||
#ifndef __MIPS_ARCH_CPU_H
|
#ifndef __MIPS_ARCH_CPU_H
|
||||||
#define __MIPS_ARCH_CPU_H
|
#define __MIPS_ARCH_CPU_H
|
||||||
|
|
||||||
#define asmlinkage
|
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
|
#define asmlinkage
|
||||||
|
|
||||||
struct cpu_driver {
|
struct cpu_driver {
|
||||||
struct device_operations *ops;
|
struct device_operations *ops;
|
||||||
const struct cpu_device_id *id_table;
|
const struct cpu_device_id *id_table;
|
||||||
|
@ -34,7 +32,6 @@ struct cpu_info {
|
||||||
unsigned long index;
|
unsigned long index;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* !__PRE_RAM__ */
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* The following section was copied from arch/mips/include/asm/mipsregs.h in
|
* The following section was copied from arch/mips/include/asm/mipsregs.h in
|
||||||
|
|
|
@ -16,11 +16,10 @@
|
||||||
#ifndef __ARCH_CPU_H__
|
#ifndef __ARCH_CPU_H__
|
||||||
#define __ARCH_CPU_H__
|
#define __ARCH_CPU_H__
|
||||||
|
|
||||||
#define asmlinkage
|
|
||||||
|
|
||||||
#if !defined(__PRE_RAM__)
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
|
#define asmlinkage
|
||||||
|
|
||||||
struct cpu_driver {
|
struct cpu_driver {
|
||||||
struct device_operations *ops;
|
struct device_operations *ops;
|
||||||
const struct cpu_device_id *id_table;
|
const struct cpu_device_id *id_table;
|
||||||
|
@ -42,7 +41,6 @@ struct cpuinfo_ppc64 {
|
||||||
uint8_t ppc64_model;
|
uint8_t ppc64_model;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct cpu_info *cpu_info(void);
|
struct cpu_info *cpu_info(void);
|
||||||
|
|
||||||
#endif /* __ARCH_CPU_H__ */
|
#endif /* __ARCH_CPU_H__ */
|
||||||
|
|
|
@ -17,12 +17,10 @@
|
||||||
#define __ARCH_CPU_H__
|
#define __ARCH_CPU_H__
|
||||||
|
|
||||||
#include <arch/encoding.h>
|
#include <arch/encoding.h>
|
||||||
|
#include <device/device.h>
|
||||||
|
|
||||||
#define asmlinkage
|
#define asmlinkage
|
||||||
|
|
||||||
#if !defined(__PRE_RAM__)
|
|
||||||
#include <device/device.h>
|
|
||||||
|
|
||||||
struct cpu_driver {
|
struct cpu_driver {
|
||||||
struct device_operations *ops;
|
struct device_operations *ops;
|
||||||
const struct cpu_device_id *id_table;
|
const struct cpu_device_id *id_table;
|
||||||
|
@ -44,8 +42,6 @@ struct cpuinfo_riscv {
|
||||||
uint8_t riscv_model;
|
uint8_t riscv_model;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline int supports_extension(char ext)
|
static inline int supports_extension(char ext)
|
||||||
{
|
{
|
||||||
return read_csr(misa) & (1 << (ext - 'A'));
|
return read_csr(misa) & (1 << (ext - 'A'));
|
||||||
|
|
|
@ -182,7 +182,6 @@ void uart_tx_flush(int idx)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -194,4 +193,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -49,7 +49,6 @@ unsigned char uart_rx_byte(int idx)
|
||||||
return read8(®s->dr);
|
return read8(®s->dr);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -63,4 +62,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -113,9 +113,7 @@ unsigned int uart_input_clock_divider(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -41,7 +41,6 @@ void uart_tx_flush(int idx)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -53,4 +52,3 @@ void uart_fill_lb(void *data)
|
||||||
lb_add_serial(&serial, data);
|
lb_add_serial(&serial, data);
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -143,7 +143,6 @@ void uart_tx_flush(int idx)
|
||||||
uart8250_mem_tx_flush(CONFIG_CONSOLE_SERIAL_UART_ADDRESS);
|
uart8250_mem_tx_flush(CONFIG_CONSOLE_SERIAL_UART_ADDRESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -155,4 +154,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -172,7 +172,6 @@ void uart_tx_flush(int idx)
|
||||||
mtk_uart_tx_flush();
|
mtk_uart_tx_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -185,4 +184,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -515,9 +515,7 @@ struct tegra_dc_mode {
|
||||||
unsigned long READL(void *p);
|
unsigned long READL(void *p);
|
||||||
void WRITEL(unsigned long value, void *p);
|
void WRITEL(unsigned long value, void *p);
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void display_startup(struct device *dev);
|
void display_startup(struct device *dev);
|
||||||
#endif
|
|
||||||
void dp_init(void *_config);
|
void dp_init(void *_config);
|
||||||
void dp_enable(void *_dp);
|
void dp_enable(void *_dp);
|
||||||
unsigned int fb_base_mb(void);
|
unsigned int fb_base_mb(void);
|
||||||
|
|
|
@ -128,7 +128,6 @@ void uart_tx_flush(int idx)
|
||||||
tegra124_uart_tx_flush(uart_ptr);
|
tegra124_uart_tx_flush(uart_ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -140,4 +139,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -115,7 +115,6 @@ unsigned char uart_rx_byte(int idx)
|
||||||
return tegra210_uart_rx_byte();
|
return tegra210_uart_rx_byte();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -127,4 +126,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -58,8 +58,6 @@ static void *load_ipq_blob(const char *file_name)
|
||||||
return blob_mbn;
|
return blob_mbn;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __PRE_RAM__
|
|
||||||
|
|
||||||
#define DDR_VERSION() ((const char *)"private build")
|
#define DDR_VERSION() ((const char *)"private build")
|
||||||
#define MAX_DDR_VERSION_SIZE 48
|
#define MAX_DDR_VERSION_SIZE 48
|
||||||
|
|
||||||
|
@ -120,7 +118,6 @@ int initialize_dram(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* __PRE_RAM__ */
|
|
||||||
void start_tzbsp(void)
|
void start_tzbsp(void)
|
||||||
{
|
{
|
||||||
void *tzbsp = load_ipq_blob(CONFIG_TZ_MBN);
|
void *tzbsp = load_ipq_blob(CONFIG_TZ_MBN);
|
||||||
|
@ -133,4 +130,3 @@ void start_tzbsp(void)
|
||||||
tz_init_wrapper(0, 0, tzbsp);
|
tz_init_wrapper(0, 0, tzbsp);
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif /* !__PRE_RAM__ */
|
|
||||||
|
|
|
@ -283,7 +283,6 @@ uint8_t uart_rx_byte(int idx)
|
||||||
return byte;
|
return byte;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
/* TODO: Implement function */
|
/* TODO: Implement function */
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
|
@ -297,4 +296,3 @@ void uart_fill_lb(void *data)
|
||||||
lb_add_serial(&serial, data);
|
lb_add_serial(&serial, data);
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -57,8 +57,6 @@ static void *load_ipq_blob(const char *file_name)
|
||||||
return blob_mbn + 1;
|
return blob_mbn + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __PRE_RAM__
|
|
||||||
|
|
||||||
#define DDR_VERSION() ((const char *)0x2a03f600)
|
#define DDR_VERSION() ((const char *)0x2a03f600)
|
||||||
#define MAX_DDR_VERSION_SIZE 48
|
#define MAX_DDR_VERSION_SIZE 48
|
||||||
|
|
||||||
|
@ -89,8 +87,6 @@ int initialize_dram(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* __PRE_RAM__ */
|
|
||||||
|
|
||||||
void start_tzbsp(void)
|
void start_tzbsp(void)
|
||||||
{
|
{
|
||||||
void *tzbsp = load_ipq_blob("tz.mbn");
|
void *tzbsp = load_ipq_blob("tz.mbn");
|
||||||
|
@ -152,4 +148,3 @@ void start_rpm(void)
|
||||||
(rpm_version >> 16) & 0xff,
|
(rpm_version >> 16) & 0xff,
|
||||||
rpm_version & 0xffff);
|
rpm_version & 0xffff);
|
||||||
}
|
}
|
||||||
#endif /* !__PRE_RAM__ */
|
|
||||||
|
|
|
@ -398,9 +398,7 @@ uint8_t uart_rx_byte(int idx)
|
||||||
return byte;
|
return byte;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
/* TODO: Implement fuction */
|
/* TODO: Implement fuction */
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -287,7 +287,6 @@ uint8_t uart_rx_byte(int idx)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -300,4 +299,3 @@ void uart_fill_lb(void *data)
|
||||||
lb_add_serial(&serial, data);
|
lb_add_serial(&serial, data);
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -185,7 +185,6 @@ void uart_tx_flush(int idx)
|
||||||
exynos5_uart_tx_flush(uart);
|
exynos5_uart_tx_flush(uart);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -197,4 +196,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
@ -176,7 +176,6 @@ void uart_tx_flush(int idx)
|
||||||
/* Exynos5250 implements this too. */
|
/* Exynos5250 implements this too. */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
|
||||||
void uart_fill_lb(void *data)
|
void uart_fill_lb(void *data)
|
||||||
{
|
{
|
||||||
struct lb_serial serial;
|
struct lb_serial serial;
|
||||||
|
@ -190,4 +189,3 @@ void uart_fill_lb(void *data)
|
||||||
|
|
||||||
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue