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

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [arch/] [or32/] [kernel/] [setup.c] - Diff between revs 7 and 9

Show entire file | Details | Blame | View Log

Rev 7 Rev 9
Line 80... Line 80...
void (*mach_reset)( void ) = NULL;
void (*mach_reset)( void ) = NULL;
void (*mach_debug_init)(void) = NULL;
void (*mach_debug_init)(void) = NULL;
 
 
 
 
unsigned long fb_mem_start;
unsigned long fb_mem_start;
static char command_line[COMMAND_LINE_SIZE] = "root=/dev/ram console=uart,mmio,0x90000000";
static char command_line[COMMAND_LINE_SIZE] = "root=/dev/ram console=uart,mmio,0x30000000";
/*static char command_line[COMMAND_LINE_SIZE] = "root=/dev/ram console=ttyS0";*/
/*static char command_line[COMMAND_LINE_SIZE] = "root=/dev/ram console=ttyS0";*/
extern const unsigned long text_start, edata; /* set by the linker script */
extern const unsigned long text_start, edata; /* set by the linker script */
 
 
static unsigned long __init setup_memory(void)
static unsigned long __init setup_memory(void)
{
{
Line 299... Line 299...
 
 
        /* fire up 8051 */
        /* fire up 8051 */
//      printk("Starting 8051...\n");
//      printk("Starting 8051...\n");
//      oc8051_init();
//      oc8051_init();
 
 
#ifndef CONFIG_OR32_ANONYMOUS
#ifdef CONFIG_OR32_ANONYMOUS
        printk("Linux/or32 port 2003-2005 OpenCores <phoenix@bsemi.com>\n");
        printk("Linux/or32 port 2003-2005 OpenCores <phoenix@bsemi.com>\n");
#endif /* CONFIG_OR32_ANONYMOUS */
#endif /* CONFIG_OR32_ANONYMOUS */
}
}
 
 
static int show_cpuinfo(struct seq_file *m, void *v)
static int show_cpuinfo(struct seq_file *m, void *v)

powered by: WebSVN 2.1.0

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