History log of /src/sys/arch/rs6000/stand/boot/boot.c |
Revision | | Date | Author | Comments |
1.7 |
| 16-Feb-2022 |
riastradh | powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.
Otherwise the compiler may reorder these around loads and stores, which mostly defeats the purpose. `asm volatile' just ensures the instruction isn't _deleted_; it may still move around.
|
1.6 |
| 24-Feb-2020 |
rin | 0x%p --> %p for non-external codes.
|
1.5 |
| 22-Jan-2011 |
joerg | branches: 1.5.56; 1.5.62; Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly disabled by -D) from the output of newvers_stand.sh. Change -D to the inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and wasn't present before. Platforms that didn't use -D don't depend on MKREPRO now either.
|
1.4 |
| 02-Mar-2010 |
matt | branches: 1.4.2; 1.4.4; 1.4.6; Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass. Don't export <machine/spr.h> to userland, only <powerpc/spr.h>
|
1.3 |
| 14-Mar-2009 |
dsl | branches: 1.3.2; Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.2 |
| 17-Dec-2007 |
garbled | branches: 1.2.2; 1.2.4; 1.2.6; 1.2.8; 1.2.18; 1.2.26; 1.2.32; 1.2.40; Fix a mistake in boot.c Forgot to remove reference to residual.h and add reference to iplcb.h
|
1.1 |
| 17-Dec-2007 |
garbled | Import the rs6000 port into the tree.
This port of NetBSD is intended to run on MCA-based IBM RS/6000 machines. The port so far has only been tested on a 7006-41T, which is a 601-based RS/6000. The port also contains a limited set of code for the 7012-3XX machines, but support for those is a long way off still.
The port builds and generates a working kernel, however, it still lacks bus_dma code for the MCA bus, so at present, only the com ports work, though any other device (such as the printer/keyboard) located on the ioplanar could probably be made to work. Work will continue on this port as I iron out the DMA code.
This port was made possible by a generous gonation of hardware by Kevin Bowling, who also provided much of the documentation for the port.
|
1.2.40.1 |
| 07-Jan-2011 |
matt | Deal with split <spr.h> (and a few other misc fixes).
|
1.2.32.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.2.26.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.2.18.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.2.18.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.2.8.2 |
| 21-Jan-2008 |
yamt | sync with head
|
1.2.8.1 |
| 17-Dec-2007 |
yamt | file boot.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:00 +0000
|
1.2.6.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.2.6.1 |
| 17-Dec-2007 |
matt | file boot.c was added on branch matt-armv6 on 2008-01-09 01:48:28 +0000
|
1.2.4.2 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.2.4.1 |
| 17-Dec-2007 |
bouyer | file boot.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:00 +0000
|
1.2.2.2 |
| 17-Dec-2007 |
garbled | Fix a mistake in boot.c Forgot to remove reference to residual.h and add reference to iplcb.h
|
1.2.2.1 |
| 17-Dec-2007 |
garbled | file boot.c was added on branch mjf-devfs on 2007-12-17 19:54:33 +0000
|
1.3.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.4.6.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.4.4.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.4.2.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.5.62.1 |
| 29-Feb-2020 |
ad | Sync with head.
|
1.5.56.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|