summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
AgeCommit message (Expand)Author
2013-08-02Drop the dependecy on objcopy.Raphael Graf
2013-07-16no longer needed, we use uenv.txtFlorian Obser
2013-07-15Use bus_space_set_region_4 instead of looping over bus_space_write_4,Raphael Graf
2013-07-04Fix some netbsd-specific things to make this driver work in OpenBSD.Raphael Graf
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-16unbreak build; OK bmercer@, patrick@Florian Obser
2013-06-14Updating the ramdisk to support usb.Brandon Mercer
2013-06-14Add OpenBSD RCS Tag.Patrick Wildt
2013-06-14Rework beagle's ehci driver and add neccessay code to enable the clocks.Patrick Wildt
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-11Add $OpenBSD$Raphael Graf
2013-06-11Activate the sitaracm driver. (beaglebone only)Raphael Graf
2013-06-11Add files for the sitara (am335x) Control Module driver.Raphael Graf
2013-06-05Use the correct attach_args, + various detailsRaphael Graf
2013-06-05Initial port of the cpsw driver from netbsd. This will support ethernetBrandon Mercer
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-31Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle.rapha
2013-05-22Add am335x as an omap device.rapha
2013-05-21am335x has the mmc registers offset by 0x100, like omap4.rapha
2013-05-21Small code clean up. Removing noisy printfs.Brandon Mercer
2013-05-21Remove some unused defines and make the number of interrupt lines variable.rapha
2013-05-21Add a driver for the am335x timers, to be used by the beaglebone.rapha
2013-05-18Bring beagle back to the other pmap header now that it's merged.Patrick Wildt
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-05-14Add basic prcm support for am335x.rapha
2013-05-14Add board id for beaglebone.rapha
2013-05-10Map beagle kernel and its vector page executable.Patrick Wildt
2013-05-10whitespacesPatrick Wildt
2013-05-09Add a driver for the OMAP identification registers/fuses,Patrick Wildt
2013-05-09Have the ARM MPCore Timer use the private timer, which will be very usefulPatrick Wildt
2013-05-09Have the ARM MPCore Timer use the private timer, which will be very usefulPatrick Wildt
2013-05-03Fix a shift in the beagle prcm.Patrick Wildt
2013-05-03Don't return before calling splx.Patrick Wildt
2013-05-02Add a driver for the secondary cache controller on the PandaBoard andPatrick Wildt
2013-05-01Add a secure monitor call function, so that a secondary cache controllerPatrick Wildt
2013-05-01Disable PandaBoard's L2 Cache early on bootup. We will re-enable itPatrick Wildt
2013-05-01Add a cortex bus which represents the ARM MPCore Complex.Patrick Wildt
2013-04-30Fix beagle makefile dependency after switching to new context switchingPatrick Wildt
2013-04-30Use ARMv7 access permission bits.Patrick Wildt
2013-04-30Switch from pmap to pmap7.Patrick Wildt
2013-04-26Clean up ARM's generic interrupt controller and timer. Add the ability toPatrick Wildt
2013-04-25Use the correct arch name in a beagle header.Patrick Wildt
2013-04-25Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interruptPatrick Wildt
2013-04-25Add a terminator to the device list, so that we don't end up havingPatrick Wildt
2013-04-25Correctly enable ARM's Generic Interrupt Controller.Patrick Wildt
2013-04-20more usb typedef removal falloutTheo de Raadt
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-27Move generic armv7 files into arm's file list.Patrick Wildt
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt