summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/walnut
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-03Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules.rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-30- G/C unused.rin
2021-03-30- Explicitly include <powerpc/spr.h>.rin
2021-03-30- Include tlb.h directly, instead of uvm_extern.h.rin
2021-03-30Move common global variables, i.e., phys_map, machine, and machine_arch torin
2021-03-30Convert walnut to use powerpc/ibm4xx/openbios.rin
2021-03-30Centralize cpu_reboot().rin
2021-03-30G/C bootpath.rin
2021-03-29Remove obsoleted file; we had switched to powerpc/ibm4xx/pci/pchb.c long ago.rin
2021-03-29Use ibm4xx_cpu_startup() and board_info_init().rin
2021-03-29Use IBM405GP_UART0_BASE instead of hard-coded magic number 0xef000000.rin
2021-03-29Use ibm40x_machdep.c.rin
2021-03-29Use com_opb_cnattach().rin
2021-03-29Use genppc_cpu_configure().rin
2021-03-29Set com(4) frequency in ibm4xx_device_register() in order to dedup codes.rin
2021-03-29Centralize cpu_rootconf().rin
2020-11-21malloc(9) -> kmem(9)thorpej
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-21uvmexp.free -> uvm_free()ad
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-08-05The argument of stwu is displacement(register), but GAS translates thejoerg
2014-07-30Second argument of config_rootfound is void *, so discard constjoerg
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-27Fix some -fno-common falloutmatt
2011-12-12Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interruptkiyohara
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-22Add support pci_intr_setattr.matt
2011-06-20Don't include *pmap.h in assembly files. Get the needed definitionsmatt
2011-06-20Change IBM4xx to use the common powerpc PIC framework.matt
2011-06-20Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore,matt
2011-06-18split device/softc (CFATTACH_DECL_NEW)matt
2011-06-15lcsplx is dead. remove last vestiges of it.matt
2011-06-15- convert to use device_t, cfattach_t, CFATTACH_DECL_NEW etc.cliff
2011-06-15in pbus_attach() make locs[] and pass to config_found_sm_loc()cliff
2011-06-12for booke and ibm4xx evbppc systems, set module_machine to to eithermrg
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.matt
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2011-01-17Change some register uses to %rX that were missed the firt time.matt
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-03-18Support PowerPC 405EX/EXr.kiyohara