summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/obs405
AgeCommit message (Expand)Author
2022-01-15s/adressing/addressing/msaitoh
2021-09-04Fix build without DEBUG.rin
2021-08-03Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules.rin
2021-03-30- Include tlb.h directly, instead of uvm_extern.h.rin
2021-03-30- Explicitly include <sys/param.h>.rin
2021-03-30- Include tlb.h directly instead of uvm_extern.h.rin
2021-03-30- Explicitly include <sys/param.h>.rin
2021-03-30Sort & group headers. No binary changes.rin
2021-03-30G/C unused. Use 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-30Remove unused "startkernel" argument for openbios_board_init().rin
2021-03-30Centralize cpu_reboot().rin
2021-03-30G/C bootpath.rin
2021-03-29Set com(4) frequency in ibm4xx_device_register() in order to dedup codes.rin
2021-03-29Centralize cpu_rootconf().rin
2021-03-06Reorder things in cpu_startup() for clarity.rin
2021-03-02Invoke calc_delayconst() before read_eeprom(), which uses delay(9).rin
2021-03-02Do not forcibly turn off PPC_4XX_NOCACHE option.rin
2021-03-02Use genppc_cpu_configure() instead of calling spl0() directlyrin
2019-02-18 Fix compile error reported by Kazuhiro Ito in PR kern/52704.msaitoh
2019-01-29Fix typo in error message.gutteridge
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2014-08-05The argument of stwu is displacement(register), but GAS translates thejoerg
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-11-21Move the parameters for obs600 to obs600_autoconf.c. This parameters was set...kiyohara
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-05Change read_eeprom(). We don't use bus_space(9) here. This is MD-part and,kiyohara
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-09+ Fix panic() in cardbus_mapreg_map(). powerpc's bus-space uses extent(9).kiyohara
2012-01-10Establish the cascading uic[12] by calling pic_finish_setup().kiyohara
2011-12-12Call bus_space_mallocok earlier. Moreover, don't bus_space_unmap call.kiyohara
2011-12-12Fix arguments for initppc().kiyohara
2011-12-12Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interruptkiyohara
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-18split device/softc (CFATTACH_DECL_NEW)matt
2011-06-15lcsplx is dead. remove last vestiges of it.matt
2011-06-12for booke and ibm4xx evbppc systems, set module_machine to to eithermrg
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-02-25Need splraise(-1) here.kiyohara
2011-02-25Fix UIC cascading. UIC1 to IRQ 30, UIC2 to 28.kiyohara
2011-01-18include <uvm/uvm_extern.h>matt
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2011-01-04Fix to build failure. Include uvm/uvm_extern.h for pmap_extract().kiyohara
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-03-18Support Plathome's OpenBlockS600.kiyohara
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-03-18Support PowerPC 405EX/EXr.kiyohara