| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the order of operations for the initial cache setup. Turning off | ian | 2014-12-31 | 1 | -5/+4 |
* | Fix a paste-o. | ian | 2014-12-31 | 1 | -1/+1 |
* | Add a new locore.S that #includes the right (v4 or v6) implementation. | ian | 2014-12-30 | 1 | -0/+41 |
* | Rename locore.S to locore-v4.S and add a new locore-v6.S for starting up | ian | 2014-12-30 | 3 | -27/+538 |
* | Export MAXCPU to the assembler code, needing by upcoming changes to locore.S. | ian | 2014-12-30 | 1 | -0/+1 |
* | Add armv6 implementations of these cache operations to avoid duplicating | ian | 2014-12-30 | 1 | -24/+32 |
* | Update comments (r4 is not used anywhere), use non-profiling entry macros. | ian | 2014-12-28 | 1 | -7/+9 |
* | Fix a "decl is not a prototype" error noticed by gcc (but not clang). | ian | 2014-12-28 | 1 | -1/+1 |
* | Add cache maintenance functions which will be used by startup code to | ian | 2014-12-28 | 1 | -0/+200 |
* | Eliminate an unused macro whose name clashes now with a function in the | ian | 2014-12-28 | 1 | -1/+0 |
* | Add new TLB and cache maintainence functions for armv6 and armv7. These | ian | 2014-12-28 | 1 | -0/+238 |
* | Add new code to read and parse cpu identification data using the new CPUID | ian | 2014-12-28 | 4 | -0/+373 |
* | Remove unnecessary code and, instead, use the provided iicbus_null_callback | loos | 2014-12-27 | 1 | -33/+1 |
* | Fix a off-by-one bug. | loos | 2014-12-27 | 1 | -1/+2 |
* | Convert the BSC (i2c) driver to use the new iicbus_get_frequency(). | loos | 2014-12-27 | 2 | -41/+16 |
* | Removes unused and duplicate headers. | loos | 2014-12-27 | 1 | -20/+6 |
* | Remove the '#undef DEBUG' that should not be committed. | loos | 2014-12-27 | 1 | -1/+0 |
* | On interrupt handler, save the actual data read from mbox. The previous | loos | 2014-12-27 | 1 | -2/+4 |
* | Make consistent use of the correct debug macros across the file. | loos | 2014-12-27 | 1 | -1/+1 |
* | Fix the musb initialization sequence on AM335x. | loos | 2014-12-26 | 1 | -9/+18 |
* | Include acle-compat.h directly (we use its symbols) rather than getting | ian | 2014-12-26 | 1 | -0/+1 |
* | Squelch a (bogus) gcc use-before-init warning. | ian | 2014-12-26 | 1 | -0/+1 |
* | Define only the CP15 register operations that are valid for the architecture. | ian | 2014-12-25 | 1 | -10/+16 |
* | Add macros for asm barrier instructions with arch-specific implementations. | ian | 2014-12-25 | 1 | -0/+15 |
* | Add interrupt support for GPIO pins on OMAP4 and AM335x. | loos | 2014-12-25 | 2 | -32/+307 |
* | For data and instruction prefetch aborts, call the same handler in the C | ian | 2014-12-25 | 3 | -8/+12 |
* | Create 'L' variants of all the ENTRY macros for file-static/local symbols. | ian | 2014-12-25 | 1 | -4/+15 |
* | Fix the GLOBAL macro so it works (upper vs lowercase X), use it in _EENTRY. | ian | 2014-12-25 | 1 | -2/+3 |
* | Stylish changes... put tabs where they need to be in macros, move lines | ian | 2014-12-25 | 1 | -19/+19 |
* | Remove _PROF_PROLOGUE from the EENTRY() macros. These macros define | ian | 2014-12-25 | 1 | -4/+4 |
* | Oops, I fumbled a semicolon on the style changes; recover it. | ian | 2014-12-25 | 1 | -1/+1 |
* | Change the style of the DO_AST macro to match the others in this file -- | ian | 2014-12-25 | 1 | -20/+20 |
* | Display the correct value for cache Level of Coherency. Like the other | ian | 2014-12-24 | 1 | -1/+1 |
* | Cleanup up ARM *frame structures... | ian | 2014-12-24 | 11 | -253/+155 |
* | Eliminate unnecessary references to pte.h internals by using the standard | ian | 2014-12-24 | 1 | -8/+8 |
* | Rename pic_ipi_get to pic_ipi_read for intrng. | andrew | 2014-12-24 | 4 | -5/+5 |
* | Switch i.MX to use the platform code to help with a single Freescale kernel. | andrew | 2014-12-24 | 6 | -50/+65 |
* | Bring in the last round of updates before adding the interrupt support. | loos | 2014-12-24 | 2 | -59/+58 |
* | Revert a glitched mismerge that got caught up in the prior commit. | ian | 2014-12-24 | 1 | -2/+2 |
* | Define the old-school arm arch constants we still use internally based on | ian | 2014-12-24 | 1 | -2/+25 |
* | Do not return the total number of available pins but the maximum pin number | loos | 2014-12-23 | 1 | -12/+1 |
* | Remove the old NFS client and server from head, | rmacklem | 2014-12-23 | 3 | -3/+3 |
* | Remove some leftovers from OMAP3 support. | loos | 2014-12-22 | 1 | -9/+4 |
* | Simplify the use of locks where possible, remove the locking when it is not | loos | 2014-12-22 | 1 | -70/+41 |
* | Replace the clock divisor terms with values that also result in a 1 MHz | ian | 2014-12-22 | 1 | -1/+1 |
* | Add -march=armv7a to the kernel compile for all ARM systems which are v7a. | ian | 2014-12-21 | 14 | -0/+14 |
* | Fix the unwinder to get past functions with no stack but may cause an | andrew | 2014-12-21 | 1 | -1/+8 |
* | Pull out the fdt mapping code into intr.c. The arm_intrng branch also | andrew | 2014-12-21 | 3 | -25/+50 |
* | Eliminate a redundant declaration. | ian | 2014-12-21 | 1 | -2/+0 |
* | Remove a volatile qualifier on return type that is ignored and results in | ian | 2014-12-21 | 1 | -1/+1 |