summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/walnut
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-10-10White space nit.simonb
2003-10-10Need to rename dsrtc to ds1743rtc here too.simonb
2003-10-06Rename dsrtc to avoid clashing with the MI i2c ds1307 driver.scw
2003-10-06Whitespace nits.simonb
2003-08-18Do not rely on an address from one particular firmware version.eeh
2003-08-18Use the only documented method to get the board data from the firmware.eeh
2003-08-12Nuke ci_curpm and curpm. Nuke pcb_pmreal. Those were use for spill stacksmatt
2003-08-03The firmware actually passes the info block pointer in the link register.eeh
2003-08-03Use %r<n> for register names.eeh
2003-07-29Fix an off-by-one error in pci_iot.scw
2003-07-25Adapt to the new ibm4xx bus(9) world order.scw
2003-07-25Add back an accidentally deleted 'return'.scw
2003-07-25Switch ibm4xx ports to common powerpc bus_space/bus_dma code.scw
2003-07-16Correct a comment.simonb
2003-07-16Only need to call consinit() once...simonb
2003-07-15__KERNEL_RCSID()lukem
2003-07-14Use wrteei to disable interrupts; easier assembly and saves a temporarysimonb
2003-07-14Re-include "com.h" since we check NCOM in softserial(). Serial consolesimonb
2003-07-04Set the mac-addr property of the on-chip emac device.thorpej
2003-07-04Use device_register() to set the "frequency" property on the UART.thorpej
2003-07-04Add device_register().thorpej
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-04-27Preserve the symbol table in the LKM || KSYMS cases also.ragge
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-11Add support for the IBM 403GCX cpu. Enabled with "options PPC_IBM403".hannken
2003-03-04Re-arrange things in evbppc & powerpc to support OEA-based eval boardsmatt
2003-02-24Zero bss in start, not in initppc.matt
2003-02-02Perform a rototill of the powerpc code. Mandate use of SPRG0 to storematt
2003-01-30Load SPRG0 with &cpu_info_store.matt
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-04Make this compile without DDB.thorpej
2003-01-04Remove KERNFS silliness.thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-19Merge the IBM 4xx into the common powerpc/locore_subr.S, andthorpej
2002-12-09New umbrella-port for PowerPC-based evaluation boards.scw