NetBSD/sys/arch/evbarm/iq80310
thorpej 20b1bb2655 Clean up handling of the vector page on 32-bit ARM systems:
* Don't refer to VA 0, instead refer to a new variable: vector_page
* Delete the old zero_page_*() functions, replacing them with a new
  one: vector_page_setprot().
* When manipulating vector page mappings in user pmaps, only do so if
  the vector page is below KERNEL_BASE (if it's above KERNEL_BASE, the
  vector page is mapped by the kernel pmap).
* Add a new function, arm32_vector_init(), which takes the virtual
  address of the vector page (which MUST be valid when the function
  is called) and a bitmask of vectors the kernel is going to take
  over, and performs all vector page initialization, including setting
  the V bit in the CPU Control register ("relocate vectors to high
  address"), if necessary.
2002-04-03 23:33:26 +00:00
..
com_obio.c Rework and fleshing out of Intel IQ80310 XScale eval board support. 2001-11-07 00:33:22 +00:00
i80312_mainbus.c No point in setting the ATU Subsys vendor/dev ID on boards that 2002-02-08 02:31:12 +00:00
iq80310_7seg.c Some prototype cleanup. 2002-01-20 03:41:47 +00:00
iq80310_intr.c * The Npwr only has 5 interrupt sources, all in XINT3, so don't bother 2002-02-09 03:52:31 +00:00
iq80310_machdep.c Clean up handling of the vector page on 32-bit ARM systems: 2002-04-03 23:33:26 +00:00
iq80310_pci.c Wire the internal devices to the right interrupts on NPWR. 2002-02-08 03:28:24 +00:00
iq80310_start.S * Add support for running the IQ80310 kernel where KERNEL_BASE != 2002-03-03 21:22:15 +00:00
iq80310_timer.c inittodr(): Actually initialize time from the file system time. 2002-03-03 21:10:40 +00:00
iq80310reg.h Remove U from the display seg constants. 2001-12-01 02:02:46 +00:00
iq80310var.h Add support for the Team ASA Npwr IOP310-based server appliance. 2002-02-07 21:34:23 +00:00
obio.c The Npwr doesn't have the board_rev/cpld_rev/backplane_det registers, 2002-02-08 02:30:12 +00:00
obio_space.c Use vtopte() instead of pmap_pte(). 2002-03-24 18:12:54 +00:00
obio_space_asm.S Implement obio_bs_rr_1. 2002-02-23 19:55:34 +00:00
obiovar.h Rework and fleshing out of Intel IQ80310 XScale eval board support. 2001-11-07 00:33:22 +00:00