Changeset 45b26dad in mainline for boot/arch/sparc64/loader/main.h


Ignore:
Timestamp:
2006-09-26T12:59:28Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b44939b
Parents:
6ff1f1e
Message:

sparc64 work:

  • Loader now starts all processors.
  • Kernel halts all but the bootstrup processor for now.
  • Read clock-frequency from the respective processor node in the device tree
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/main.h

    r6ff1f1e r45b26dad  
    3535#include <types.h>
    3636
     37#define KERNEL_VIRTUAL_ADDRESS 0x400000
     38
    3739#define TASKMAP_MAX_RECORDS 32
    3840
     
    4850
    4951typedef struct {
    50         uint32_t clock_frequency;
    51 } cpu_t;
    52 
    53 typedef struct {
    5452        taskmap_t taskmap;
    5553        memmap_t memmap;
    56         cpu_t cpu;
    5754        ballocs_t ballocs;
    5855        ofw_tree_node_t *ofw_root;
Note: See TracChangeset for help on using the changeset viewer.