thorpej
5b9c2e6257
Add support for the Intel IQ31244 reference board, based on the i80321
...
I/O processor and the i31244 PCI-X S-ATA controller.
The IQ31244 is almost identical to the IQ80321, from software's
perspective, so we share much of the code.
2003-05-14 21:41:31 +00:00
thorpej
fb149b56a8
Move the 7-segment display definitions into the C file.
2003-05-14 19:46:39 +00:00
bsh
2ca26eeaed
+ use system's real PCLK frequency for source clock of sscom's
...
baudrate, instead of a compile time constant.
+ simplify bootstrap_bs_map() by mapping all built-in peripheral
registers at start.
+ check SW3 and SW7 and toggle RB_SINGLE and RB_KDB in boothowto if
pressed.
2003-05-13 08:30:33 +00:00
bsh
2fd99ae3e7
white space nit.
2003-05-13 04:53:25 +00:00
bsh
87a703eac0
enable the domain 15 during bootstrap, as new pmap_map_section() use it.
2003-05-13 04:20:39 +00:00
bsh
d3681dec8c
Build our own page table which is used during bootstrap, instead of
...
reusing the table prepared by the monitor program on ROM.
This will allow the kernel booted by gzboot at reset vector.
2003-05-09 16:25:46 +00:00
he
4e26b71f48
Remove declaration of unused local variable: kernel_ptpt.
2003-05-05 13:29:44 +00:00
igy
f97f3c0df9
code cleanup
2003-05-05 04:34:48 +00:00
igy
a1b8c84497
using high vector page
2003-05-05 04:23:26 +00:00
thorpej
bbba90a2fb
Don't expose KERNEL_TEXT_BASE outside of board-specific code. This gives
...
individual board start-up code more flexibility about where the kernel
starts in the kernel address space.
2003-05-03 18:25:28 +00:00
thorpej
aae7e372b7
Reduce differences between ARM32_NEW_VM_LAYOUT and not; always pass
...
the start and end of the kernel managed virtual address space to
pmap_bootstrap() in the new pmap.
2003-05-03 03:49:03 +00:00
thorpej
1dff12252d
Remove old pmap support for platforms which have fully switched over.
2003-05-03 03:29:06 +00:00
thorpej
a86ebf303f
Switch Integrator, IXM1200, and SMDK2800 to ARM32_PMAP_NEW. These
...
are the last of the ARM platforms to be converted.
2003-05-03 00:39:21 +00:00
thorpej
4eeee795e8
Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case.
...
Also in the ARM32_PMAP_NEW case, reclaim the USPACE-bytes of wasted space
at the top of the user address that hasn't been needed for a very very
long time.
2003-05-02 23:22:33 +00:00
thorpej
b4e3c89c38
Bump kernel PTs to 4 (the max we can really have with the old VM
...
layout) to accomodate large ramdisks. Set boothowto if BOOTHOWTO
is defined.
2003-04-30 18:12:03 +00:00
scw
009fcb6ef7
Don't define KERNEL_TEXT_BASE, et al, if ARM32_NEW_VM_LAYOUT is defined.
2003-04-29 14:04:01 +00:00
thorpej
d55f2b8b87
Descend into stand.
2003-04-29 05:42:43 +00:00
thorpej
d762fbd09d
Fix the name of the image.
2003-04-29 05:38:52 +00:00
thorpej
7733ffd60d
Make these images concatenating images.
2003-04-29 05:36:20 +00:00
thorpej
fb01afa9c7
Descend into the gzboot directories.
2003-04-29 05:35:08 +00:00
thorpej
8163f9a129
* Add ${PROGSYM} to CLEANFILES.
...
* Instsall either the .bin or the .sym, based on whether or not
the resulting gzboot needs to be mdsetimage'd.
2003-04-29 05:32:41 +00:00
thorpej
a8d10ed83c
Also build a flat binary version of the gzboot program.
2003-04-29 05:15:14 +00:00
thorpej
893a35a154
Bump version to 1.2 for the concatenation feature.
2003-04-29 05:05:41 +00:00
thorpej
00b159e3dc
Rename the IQ80310 directory to have all nibbles of the address in the name.
2003-04-29 05:04:37 +00:00
thorpej
04f47aa1d2
Allow MAXIMAGESIZE to be set to 0. For gzboot's that are linked
...
for flash, this allows us to basically do:
cat gzboot.bin netbsd.bin.gz > gzimg
to produce the bootable image.
2003-04-29 05:01:34 +00:00
thorpej
b43b1645a2
Use aprint*().
2003-04-29 01:07:30 +00:00
ragge
fa723a2265
Missed '(', noted by Håvard.
2003-04-28 20:01:29 +00:00
briggs
ed751b6340
Attach com to kgdb if both KGDB and com are defined.
2003-04-28 01:56:44 +00:00
thorpej
7de2c299a2
Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmap
...
doesn't use it.
2003-04-28 01:34:28 +00:00
ragge
69a66687f8
Call ksyms_init() instead of ddb_init() in case of
...
NKSYMS || defined(DDB) || defined(LKM)
2003-04-26 11:05:05 +00:00
thorpej
1b42986cc6
Bump SYMTAB_SPACE a little.
2003-04-22 14:49:13 +00:00
thorpej
49c00b1d84
Use high vectors on IQ80321 and IQ80310.
2003-04-22 14:09:46 +00:00
thorpej
efb72f65db
Use high vectors on the BRH.
2003-04-22 13:51:11 +00:00
thorpej
9361d039a1
Add XSCALE_CACHE_READ_WRITE_ALLOCATE.
2003-04-21 04:02:04 +00:00
thorpej
9884510327
Add a driver for the reset button on the ADI BECC.
2003-04-20 20:50:49 +00:00
thorpej
fc08e6bd7a
Adapt to ARM32_PMAP_NEW.
2003-04-19 21:52:03 +00:00
scw
5c0b008779
Don't use ARM32_NEW_VM_LAYOUT or initarm_common() for now. It's not
...
quite ready for prime-time on evbarm.
2003-04-19 08:18:12 +00:00
scw
98d49ded24
Add support for ARM32_PMAP_NEW and ARM32_NEW_VM_LAYOUT to the iq80321 port.
2003-04-18 12:01:32 +00:00
thorpej
f2e804cd79
Add mpt(4).
2003-04-16 23:34:30 +00:00
thorpej
4c08dfb615
Remove LINKENTRY and LOADADDRESS vars; it's all handled by the linker
...
script on evbarm platforms.
2003-04-08 20:50:05 +00:00
thorpej
4818d283ff
Factor out common INSTALL kernel config fragments into a new INSTALL
...
file. Add INSTALL kernels for the ADI BRH, IQ80310, and IQ80321.
2003-04-08 20:49:01 +00:00
thorpej
f26807bd26
Add a selection of storage devices, and also build netbsd-sd0 and
...
netbsd-wd0 kernels.
2003-04-08 20:48:03 +00:00
thorpej
cc2c493bc4
Use PAGE_SIZE rather than NBPG.
2003-04-02 07:35:54 +00:00
thorpej
dd9bc74460
Use PAGE_SIZE rather than NBPG.
2003-04-02 03:39:59 +00:00
mycroft
bfb4fa0c88
There are two #defines of CONSPEED in here; didn't make sense to me.
2003-04-01 21:27:24 +00:00
thorpej
7a3fa51b7f
Garbage-collect the DYNAMIC_CRC_TABLE stuff. The table it computed
...
was incompatible with the new CRC code, and it is largely unnecessary
now, since the static table is so much smaller.
Fixes PR kern/20935.
2003-03-29 22:25:25 +00:00
thorpej
eb7195a019
Gzboot support for the ADI BRH eval board. This flash address allows
...
the kernel to be decompressed and started at board reset if the BRH's
rotary switch is set to position 5.
2003-03-25 23:38:00 +00:00
thorpej
0a6cf80b25
Standalone board support routines for the ADI BRH.
2003-03-25 23:34:26 +00:00
thorpej
78c15d17f8
Memory routines for boards using the ADI BECC companion chip.
2003-03-25 23:33:49 +00:00
thorpej
9c484bd88d
Allow the frequency to be set by the Makefile.
2003-03-25 23:32:41 +00:00