summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
AgeCommit message (Expand)Author
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
2013-01-23ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomicPatrick Wildt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-03Let this build again. diff from deraadt "Sure you can commit that" deraadt@Brandon Mercer
2012-09-27enable smscJonathan Gray
2012-08-30no md_root_setconfTheo de Raadt
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-01-28Provide a default value for ${OBJCOPY} for native muilds.Miod Vallat
2011-11-16Better clock rate .7% error is much better than 7% error.Dale Rahn
2011-11-15Remove pointless/debug prints during config.Dale Rahn
2011-11-15Bring back 'mostly' working omdog support.Dale Rahn
2011-11-15delay(1) is an extremely short delay, increase this to a measurable amountDale Rahn
2011-11-14use include properlyTheo de Raadt
2011-11-11Re-add overro board support. ok drahn@Matthieu Herrb
2011-11-10Assert copyright; spotted by drahn@Uwe Stuehler