Changeset e0565005 in mainline for boot/genarch/ofw.h


Ignore:
Timestamp:
2009-08-24T14:41:42Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ed5ad30
Parents:
21d8020
Message:

initialize and setup all displays which can be detected in OFW tree (not only stdin)
reduce the number of newlines during boot (speedups especially in simulators)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.h

    r21d8020 re0565005  
    3333#include <stdarg.h>
    3434
    35 #define BUF_SIZE  1024
     35#define MEMMAP_MAX_RECORDS  32
     36#define MAX_OFW_ARGS        12
    3637
    37 #define MEMMAP_MAX_RECORDS  32
    38 
    39 #define MAX_OFW_ARGS  12
     38#define OFW_TREE_PATH_MAX_LEN           256
     39#define OFW_TREE_PROPERTY_MAX_NAMELEN   32
     40#define OFW_TREE_PROPERTY_MAX_VALUELEN  64
    4041
    4142typedef unative_t ofw_arg_t;
     
    8384extern ihandle ofw_mmu;
    8485extern phandle ofw_memory;
    85 extern phandle ofw_aliases;
    8686
    8787extern void ofw_init(void);
     
    110110extern int ofw_map(const void *phys, const void *virt, const unsigned int size, const int mode);
    111111extern int ofw_memmap(memmap_t *map);
    112 extern int ofw_setup_palette(void);
     112extern void ofw_setup_screens(void);
    113113extern void ofw_quiesce(void);
    114114
Note: See TracChangeset for help on using the changeset viewer.