3 * Copyright (C) 2007-2009 PetaLogix
4 * Copyright (C) 2006 Atmark Techno, Inc.
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
11 #ifndef _ASM_MICROBLAZE_SETUP_H
12 #define _ASM_MICROBLAZE_SETUP_H
14 #define COMMAND_LINE_SIZE 256
19 extern unsigned int boot_cpuid; /* move to smp.h */
21 extern char cmd_line[COMMAND_LINE_SIZE];
23 void early_printk(const char *fmt, ...);
25 int setup_early_printk(char *opt);
26 void disable_early_printk(void);
28 #if defined(CONFIG_EARLY_PRINTK)
29 #define eprintk early_printk
31 #define eprintk printk
35 void setup_heartbeat(void);
38 extern void mmu_reset(void);
39 extern void early_console_reg_tlb_alloc(unsigned int addr);
40 # endif /* CONFIG_MMU */
42 extern void of_platform_reset_gpio_probe(void);
46 void machine_early_init(const char *cmdline, unsigned int ram,
47 unsigned int fdt, unsigned int msr);
49 void machine_restart(char *cmd);
50 void machine_shutdown(void);
51 void machine_halt(void);
52 void machine_power_off(void);
54 # endif/* __KERNEL__ */
55 # endif /* __ASSEMBLY__ */
56 #endif /* _ASM_MICROBLAZE_SETUP_H */