Changeset 169 for soft/giet_vm/boot


Ignore:
Timestamp:
Jul 17, 2012, 2:39:10 PM (12 years ago)
Author:
alain
Message:

Introducing support for FBDMA (Frame Buffer using DMA)

Location:
soft/giet_vm/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/boot/boot_handler.c

    r167 r169  
    5151#include "../sys/mips32_registers.h"
    5252#include <boot_handler.h>
     53#include <giet_config.h>
    5354#include <mapping_info.h>
    5455#include <mwmr_channel.h>
     
    612613                    unsigned int        vspace_id )
    613614{
    614     unsigned int        pages;
    615615    unsigned int        vobj_id;
    616616    unsigned int        cur_vaddr;
  • soft/giet_vm/boot/boot_handler.h

    r167 r169  
    66///////////////////////////////////////////////////////////////////////////////////
    77
     8#include <giet_config.h>
     9#include <mapping_info.h>
     10
    811#ifndef     _BOOT_HANDLER_H_
    912#define     _BOOT_HANDLER_H_
    10 
    11 #include    <giet_config.h>
    12 #include    <mapping_info.h>
    1313
    1414/////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.