| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Better clock rate .7% error is much better than 7% error. | 2011-11-16 | 1 | -2/+2 | |
| | | |||||
| * | Remove pointless/debug prints during config. | 2011-11-15 | 1 | -17/+1 | |
| | | |||||
| * | Bring back 'mostly' working omdog support. | 2011-11-15 | 3 | -4/+25 | |
| | | |||||
| * | delay(1) is an extremely short delay, increase this to a measurable amount | 2011-11-15 | 1 | -3/+3 | |
| | | | | | of time. Fixes a race with some upcoming code changes. | ||||
| * | Re-add overro board support. ok drahn@ | 2011-11-11 | 1 | -1/+22 | |
| | | |||||
| * | Assert copyright; spotted by drahn@ | 2011-11-10 | 2 | -0/+36 | |
| | | |||||
| * | Missing UART irqs. | 2011-11-10 | 2 | -11/+27 | |
| | | |||||
| * | Missing interrupts on gpio. | 2011-11-10 | 2 | -0/+26 | |
| | | |||||
| * | Reduce autoconf(4) overuse on beagle | 2011-11-10 | 17 | -345/+627 | |
| | | | | | | | | | | | | | Renamed `ahb' to `omap' and extended it to configure the on-chip devices directly, based a board-specific table instead of trying to maintain addresses, interrupt numbers and such for two OMAP variants in the same config file. This may be an intermediate step, but should provide us some relief already. :) Suggestions from deraadt and drahn; ok drahn@ | ||||
| * | Fix bug where 'now' recomputation was incorrect, | 2011-11-10 | 1 | -6/+16 | |
| | | | | | | | | do not bother subtracting the old 'now' from the 64bit counters to determine which was sooner, add event counters for the clock/stat Do not have timers unless debugging the driver. Switch statclock to multiple of hz; | ||||
| * | Deal with the register offset on omap4430 where the registers moved by 0x100. | 2011-11-10 | 1 | -21/+22 | |
| | | |||||
| * | Add gumstix overo support. It's very similar to be beagleboard at this | 2011-11-10 | 10 | -10/+20 | |
| | | | | | | point. So add it's card id and handle it like the beagleboard. ok drahn@, miod@ | ||||
| * | Missing argument to error printf() | 2011-11-09 | 1 | -2/+2 | |
| | | |||||
| * | Use the new priority as the priority to check against, | 2011-11-09 | 1 | -3/+4 | |
| | | | | | not the current (not yet lowered) priority. problem spotted by miod. | ||||
| * | External ampintc interrupts need to add 32 to the interrupt number, | 2011-11-09 | 2 | -5/+23 | |
| | | | | | while 'internal' should not. no complaints uwe@ miod@ | ||||
| * | Cleanup and make initialization more readable. ok drahn@ uwe@ | 2011-11-07 | 1 | -49/+20 | |
| | | |||||
| * | Fix GTIMER_STATUS offset | 2011-11-06 | 1 | -4/+4 | |
| | | |||||
| * | Further on the road to working. | 2011-11-06 | 3 | -38/+136 | |
| | | |||||
| * | Introduce clock registration code, to deal with having multiple | 2011-11-05 | 1 | -85/+8 | |
| | | | | | delay/cpu_initclock operations from different drivers. | ||||
| * | rename gptimer_delay to gptimer_wait, as it waits on the bit to be cleared | 2011-11-05 | 1 | -15/+14 | |
| | | | | | dont include bus.h twice. | ||||
| * | Many fixes. | 2011-11-05 | 1 | -20/+12 | |
| | | |||||
| * | Initial drivers for Cortex A9 interrupt controller and global timer as clock. | 2011-11-05 | 2 | -0/+864 | |
| | | |||||
| * | Introduce a pluggable interrupt controller infrastructure for beagle, | 2011-10-24 | 9 | -166/+93 | |
| | | | | | to allow panda to share the port. | ||||
| * | Pile of diffs to improve beagle/panda status. fetching u-boot parameters | 2011-10-21 | 9 | -40/+117 | |
| | | | | | | | out of the register input. (with a beagle_start.S fix from uwe@) Devices now detect device_id from u-boot and decide to enable/disable themselves in the device match routine. ok uwe@ | ||||
| * | Fix range check in intc_intr_establish() | 2011-09-21 | 1 | -2/+2 | |
| | | |||||
| * | Obvious typo in diag message | 2011-09-18 | 1 | -2/+2 | |
| | | |||||
| * | start at high ipl (quiets noise on startup). | 2011-04-23 | 1 | -2/+2 | |
| | | |||||
| * | Do not use NULL in integer comparisons. No functional change. | 2011-04-07 | 1 | -2/+2 | |
| | | | | | ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@ | ||||
| * | no need for a xxxpower function; ok drahn | 2011-03-22 | 1 | -10/+1 | |
| | | |||||
| * | use DPLL5 as a 120MHz reference clock to be used by the usb subsystem which | 2011-03-14 | 1 | -5/+64 | |
| | | | | | | | previously had no clue and would crash. feedback/ok drahn@ | ||||
| * | Support pieces for usb (not working just yet). | 2011-03-14 | 1 | -0/+188 | |
| | | |||||
| * | - replace a magic number with an address define, as checked against | 2011-03-14 | 1 | -4/+5 | |
| | | | | | | | the omap3530 and dm3730 datasheets. ok drahn@ | ||||
| * | Get rid of evcount's support for arranging counters in a tree | 2010-09-20 | 2 | -5/+4 | |
| | | | | | | | | hierarchy. Everything attached to a single root node anyway, so at best we had a bush. "i think it is good" deraadt@ | ||||
| * | remove the powerhook code. All architectures now use the ca_activate tree | 2010-09-07 | 4 | -60/+6 | |
| | | | | | | traversal code to suspend/resume ok oga kettenis blambert | ||||
| * | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | 2010-09-06 | 1 | -3/+3 | |
| | | |||||
| * | lend a hand keeping beagle up-to-date with what is going on in powerhook | 2010-08-30 | 4 | -63/+89 | |
| | | | | | vs activate. It compiles. | ||||
| * | More killing of PWR_STANDBY. cvs skipped these files | 2010-08-27 | 5 | -10/+5 | |
| | | |||||
| * | No "\n" needed at the end of panic() strings. | 2010-08-07 | 5 | -12/+12 | |
| | | | | | | | | Bogus chunks pointed out by matthew@ and miod@. No cookies for marco@ and jasper@. ok deraadt@ miod@ matthew@ jasper@ macro@ | ||||
| * | Fix splassert code, (previously hidden in DIAGNOSTIC). | 2010-06-01 | 1 | -1/+19 | |
| | | |||||
| * | Fix some code hidden in DIAGNOSTIC. | 2010-06-01 | 1 | -2/+2 | |
| | | |||||
| * | hander -> handler | 2010-05-09 | 1 | -2/+2 | |
| | | | | | ok miod@ | ||||
| * | It is bad to have HAVE_TIMECOUNTER but the clock/timer not configure a | 2010-02-22 | 1 | -1/+14 | |
| | | | | | timecounter. | ||||
| * | Don't use absolute paths for includes. | 2010-02-14 | 1 | -3/+3 | |
| | | | | | ok drahn | ||||
| * | Dont mix up the order of the registers with the defines. | 2010-02-13 | 1 | -5/+5 | |
| | | |||||
| * | Initial version of ehci shim for omap, not complete. | 2010-02-12 | 1 | -0/+269 | |
| | | |||||
| * | Rework prcm to support additional iclk/fclk registers. | 2010-02-12 | 2 | -62/+112 | |
| | | |||||
| * | remove lingering debug print. | 2010-02-10 | 1 | -2/+1 | |
| | | |||||
| * | And now mounts with reads and writes work. | 2010-02-10 | 1 | -9/+3 | |
| | | |||||
| * | Would seem that the sdmmc layer does not like having CRC7 as part of the | 2010-02-10 | 1 | -5/+11 | |
| | | | | | 136 bit RESP, shift it out. Card size is recognized. | ||||
| * | Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking. | 2010-02-10 | 1 | -0/+1263 | |
| | | |||||
