2011-07-18 Till Straumann <strauman@slac.stanford.edu>

* shared/bootloader/head.S: disable USE_PPCBUG under qemu.
This commit is contained in:
Till Straumann
2011-07-18 16:37:25 +00:00
parent 4b6692f270
commit 96d81ef516
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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 ; \