Project

General

Profile

« Previous | Next » 

Revision 180

Added by markw about 11 years ago

Merged patches from Hias - Makefile improvements to avoid having the main_real etc! Clean up of memory defs absolute vs... 0001-firmware-refactor-Makefile-to-prepare-for-target-spe.patch 0002-firmware-refactor-memory-location-definitions.patch

View differences:

regs.c
#include "regs.h"
#include "memory.h"
#define config_regbase 0x40000
int volatile * zpu_in1 = (int *)(0*4+config_regbase);
int volatile * zpu_in2 = (int *)(1*4+config_regbase);
int volatile * zpu_in3 = (int *)(2*4+config_regbase);

Also available in: Unified diff