summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 20:20:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 20:20:51 +0000
commit732a3aeef4005bb81678d759cefc4f89eef0ddf9 (patch)
tree31bf8453559337ac33a1211836903fbc02905fdc /c/src/lib/libbsp/powerpc/shared/ChangeLog
parent2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr> (diff)
downloadrtems-732a3aeef4005bb81678d759cefc4f89eef0ddf9.tar.bz2
2003-09-26 Till Straumann <strauman@slac.stanford.edu>
PR 497/bsps * bootloader/head.S: Let the bootloader shut down the network interface. NOTE: this involves a PPCBug system call and will hence fail if other software is used to boot. Need to #undef USE_PPCBUG in such cases!
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index 2812e79dd8..7443efbdf7 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-26 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 497/bsps
+ * bootloader/head.S: Let the bootloader shut down the
+ network interface. NOTE: this involves a PPCBug system
+ call and will hence fail if other software is used
+ to boot. Need to #undef USE_PPCBUG in such cases!
+
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* bootloader/bootldr.h, bootloader/em86.c, bootloader/em86real.S,