forked from Imagelibrary/rtems
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
* shared/bootloader/head.S: disable USE_PPCBUG under qemu.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/bootloader/head.S: disable USE_PPCBUG under qemu.
|
||||
|
||||
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/startup/bspstart.c: Select console *before* doing
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <rtems/asm.h>
|
||||
#include <rtems/score/cpu.h>
|
||||
#include "bootldr.h"
|
||||
#include <bspopts.h>
|
||||
|
||||
#define TEST_PPCBUG_CALLS
|
||||
#undef TEST_PPCBUG_CALLS
|
||||
@@ -27,7 +28,9 @@
|
||||
#define INVL_CACHES (HID0_DCI | HID0_ICFI)
|
||||
#define ENBL_CACHES (HID0_DCE | HID0_ICE)
|
||||
|
||||
#ifndef qemu
|
||||
#define USE_PPCBUG
|
||||
#endif
|
||||
|
||||
#define PRINT_CHAR(c) \
|
||||
addi r20,r3,0 ; \
|
||||
|
||||
Reference in New Issue
Block a user