Changeset ae8d7b0 in mainline for boot/arch/riscv64/include/types.h


Ignore:
Timestamp:
2017-08-21T18:23:39Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c58441d
Parents:
fdc29300
Message:

riscv64: update to the latest Privileged Architecture specification (1.10)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/riscv64/include/types.h

    rfdc29300 rae8d7b0  
    4242
    4343typedef struct {
     44        volatile uint64_t *tohost;
     45        volatile uint64_t *fromhost;
     46} ucbinfo_t;
     47
     48typedef struct {
    4449        void *start;
    4550        size_t size;
     
    6772
    6873typedef struct {
     74        ucbinfo_t ucbinfo;
     75        uintptr_t physmem_start;
     76        uintptr_t htif_frame;
     77        uintptr_t pt_frame;
    6978        memmap_t memmap;
    7079        taskmap_t taskmap;
Note: See TracChangeset for help on using the changeset viewer.