NetBSD/sys/arch/evbppc
kiyohara cf2d4adfc0 * convert ibm4xx-based evbppc from reserved-TLB entry allocation to recently
introduced ppc4xx_tlb_reserve() API.
* ibm405gp UART0 used to be linear mapped. The VA happens to be inside kernel
  segment, giving us the possibility of multiple VA matches in the TLB. This
  is considered "programming error" by 405 core and results in "undefined
  behaviour". We now avoid mapping peripherals in kernel segment.
* Some boards used to map hardwired RAM size. We now use the real size as
  passed in by boot firmware.
* don't call consinit() in obs2{00,66}_machdep.c because consinit() is already
  called in ibm4xx_init() (but I'm not sure which place is good)
2006-10-16 18:14:34 +00:00
..
compile
conf remove MALLOC_NOINLINE, it doesn't do anything anymore. 2006-10-02 03:28:29 +00:00
ev64260 Conversion of evbppc to generic TODR. ok freza@ 2006-09-18 22:05:47 +00:00
evbppc * implement unmapiodev(), make mapiodev() aware of ppc4xx_tlb_mapiodev() 2006-08-31 22:53:40 +00:00
explora Remove unneeded cast which eliminates part of valid interrupt mask bits. 2006-10-07 14:59:52 +00:00
include Conversion of evbppc to generic TODR. ok freza@ 2006-09-18 22:05:47 +00:00
obs405 * convert ibm4xx-based evbppc from reserved-TLB entry allocation to recently 2006-10-16 18:14:34 +00:00
walnut Remove unneeded cast which eliminates part of valid interrupt mask bits. 2006-10-07 14:59:52 +00:00
Makefile