freebsd-src/sys/arm
Warner Losh 57dc2664ef Probe the memory size of the board better. Look at the bus width,
number of banks, rows and columns the SDRAMC is programmed to access
to determine the RAM size for the board, rather than hard-wiring it to
be 32MB.  My company's board with 64MB now probes correctly, as does
the KB9202 with only 32MB.  This means that to detect the right memory
size, our boot loader must correctly initialize these values.  This is
a fairly safe assumption because the boot loader has to initialize
SDRAM already, and it isn't really possible to change this register
after we've accessed SDRAM.
2006-06-20 20:13:40 +00:00
..
arm Make sure the stack is properly aligned. 2006-06-18 22:46:30 +00:00
at91 Probe the memory size of the board better. Look at the bus width, 2006-06-20 20:13:40 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf comment out twi for now: no iicbus in KB920X: it breaks booting 2006-06-17 23:34:59 +00:00
include Add partial pmap locking. 2006-06-06 04:32:20 +00:00
sa11x0 Now that we use pmap_mapdev_boostrap(), we can get ride of the got_mmu 2006-06-07 11:28:17 +00:00
xscale Remove a bogus, useless, "i++". 2006-06-06 20:47:59 +00:00