summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/explora
AgeCommit message (Expand)Author
2022-06-04- Use register prefix (%r).rin
2022-05-29le(4): Fix resource leaks for error paths.rin
2021-12-08fix various typos in comments and log messages.andvar
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-30Sort headers. Fix style. No binary changes.rin
2021-03-30G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly.rin
2021-03-30G/C unused. No binary changes (except for __LINE__ for KASSERT).rin
2021-03-30Move common global variables, i.e., phys_map, machine, and machine_arch torin
2021-03-30Centralize cpu_reboot().rin
2021-03-16Style. No binary changes.rin
2021-03-07Add initial support for Xorg server for wsfb(4):rin
2021-03-07Misc cleanup for clarity. No functional changes.rin
2021-03-07No need to clear framebuffer here; rasops(4) takes care of it.rin
2021-03-07Reduce ifdef. No functional changes.rin
2021-03-07Revert this commit:rin
2021-03-05Identify oneself as ``Explora 450'' instead of 451.rin
2021-03-05Fix color map.rin
2021-03-05Configure fb(4) appropriately also when it is not console.rin
2021-03-05Map framebuffer to virtual space when fb(4) is present,rin
2021-03-05Call bus_space_mallocok() appropriately.rin
2021-03-05For very MD codes for Explora, reorder things, and use more common codes forrin
2021-03-05Avoid doubly bus_space_map(9) when pckbc(4) is already attached as console.rin
2021-03-05pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise,rin
2021-03-05For Explora 451, call calc_delayconst() before pckbc_cnattach(), whichrin
2021-03-02Convert to intr_establish_xname().rin
2021-03-02Stop registering same function twice, i.e., for pckbd(4) and pms(4),rin
2021-03-02Establish kernel MMU context before turning on MMU.rin
2021-03-02Switch to genppc_cpu_configure().rin
2020-11-21malloc(9) -> kmem(9)thorpej
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-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2013-10-03Binutils 2.23.2 doesn't do the right thing HI16/LO16 reloc using .matt
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
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-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-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.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