| Commit message (Expand) | Author | Age | Files | Lines |
* | Use panic rather than printf to "handle" an arm26 address exception | ian | 2014-03-11 | 1 | -6/+5 |
* | No functional changes. Rewrite comments, use tabs consistantly, reorder | ian | 2014-03-11 | 1 | -159/+141 |
* | Remove some unnecessary indirection and jump right to the handler functions. | ian | 2014-03-11 | 1 | -36/+3 |
* | Revert r262994 for now, it fails to boot on armv5. | ian | 2014-03-11 | 1 | -37/+83 |
* | Now that the PUSHFRAME and PULLFRAME macros are used only in the swi | ian | 2014-03-11 | 1 | -83/+37 |
* | Arrange for arm fork_trampoline() to return to userland via the standard | ian | 2014-03-10 | 3 | -223/+228 |
* | Change the way the asm GET_CURTHREAD_PTR() macro is defined so that code | ian | 2014-03-10 | 3 | -10/+4 |
* | Move the exception vector table (so-called "page0" data) into exception.S | ian | 2014-03-10 | 4 | -124/+74 |
* | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | ian | 2014-03-10 | 26 | -145/+18 |
* | Make the default exception handler vectors point to where I thought they | ian | 2014-03-10 | 1 | -18/+2 |
* | Remove all traces of support for ARM chips prior to the arm9 series. We | ian | 2014-03-09 | 38 | -5331/+25 |
* | The arm exception entry points currently vector through a function pointer | ian | 2014-03-09 | 11 | -83/+0 |
* | Make undefined exception entry MPSAFE. | ian | 2014-03-09 | 2 | -36/+14 |
* | When a thread begins life it doesn't own the VFP hardware state on any cpu. | ian | 2014-03-09 | 2 | -0/+2 |
* | Always call vfp_discard() on thread death, not just when the VFP is | ian | 2014-03-09 | 3 | -15/+14 |
* | Remove all dregs of a per-thread undefined-exception-mode stack. This is | ian | 2014-03-09 | 6 | -36/+2 |
* | Rework the VFP code that handles demand-based save and restore of state. | ian | 2014-03-09 | 5 | -164/+102 |
* | Remove bogus define that causes compile errors. Most of the defines | imp | 2014-03-09 | 1 | -1/+0 |
* | Follow r262916 with one more config file that references a renamed common.c | ian | 2014-03-09 | 1 | -1/+1 |
* | Move AIC related stuff to own file. | imp | 2014-03-08 | 8 | -66/+203 |
* | Properly round on unmapping. | imp | 2014-03-08 | 1 | -1/+5 |
* | Make at91_soc_id() public. | imp | 2014-03-08 | 2 | -1/+2 |
* | Add commented out dts for sam9260ek as well as early printf support. | imp | 2014-03-08 | 1 | -0/+10 |
* | Move all the files named foo/common.c to foo/foo_common.c, as | imp | 2014-03-08 | 20 | -16/+16 |
* | Strip arm/conf/DEFAULTS down to just items that are mandatory for running | ian | 2014-03-07 | 47 | -5/+139 |
* | Fix the arm sys_sigreturn(): its argument is a struct ucontext, not a | ian | 2014-03-07 | 3 | -7/+8 |
* | - Export panel info to DTS | br | 2014-03-07 | 1 | -13/+121 |
* | Add driver for Port control and interrupts (PORT). | br | 2014-03-07 | 4 | -33/+299 |
* | Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configs | ian | 2014-03-07 | 11 | -10/+3 |
* | When calculating the MPU freq, make sure not to overflow by using a uint64_t. | cognet | 2014-03-06 | 1 | -1/+1 |
* | Use the standard __used macro instead of a bare __attribute__. | ian | 2014-03-03 | 1 | -2/+1 |
* | Add EMAC and SRAM controller entries to FDT. | ganbold | 2014-03-03 | 4 | -0/+8 |
* | Add EMAC 10/100 Ethernet controller driver for A10/A20. | ganbold | 2014-03-03 | 2 | -0/+1391 |
* | Add Static Random Access Memory controller driver for A10/A20. | ganbold | 2014-03-03 | 2 | -0/+168 |
* | Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: | ganbold | 2014-03-03 | 4 | -2/+76 |
* | Add __attribute__((used)) so that the delay implementation doesn't get | ian | 2014-03-02 | 1 | -0/+1 |
* | Add a tunable to set the number of active cores, and enable SMP by default. | ian | 2014-03-02 | 2 | -3/+11 |
* | tcb device for fdt | imp | 2014-02-28 | 1 | -0/+105 |
* | shdwc device for fdt | imp | 2014-02-28 | 1 | -0/+105 |
* | Add device node for SDRAMC device. Currently just claims device's | imp | 2014-02-28 | 1 | -0/+105 |
* | Add an armv7 implementation of cpu_sleep(). The arm11/armv6 implementation | ian | 2014-02-28 | 3 | -1/+8 |
* | Add some rudimentary voltage control to go with the rudimentary frequency | ian | 2014-02-28 | 1 | -2/+77 |
* | Supply a DELAY() implementation via weak linkage, so that SoC-specific | ian | 2014-02-28 | 1 | -6/+14 |
* | All our current ARM multi-core systems have all cores in one package with | ian | 2014-02-28 | 1 | -1/+1 |
* | Initialize the Low Power Mode bits to keep the ARM cores running during WFI. | ian | 2014-02-27 | 2 | -7/+35 |
* | Do not setup interrupt handler (polling is used). | br | 2014-02-27 | 1 | -33/+6 |
* | Add driver for Inter-Integrated Circuit (I2C). | br | 2014-02-27 | 3 | -2/+501 |
* | Style(9) nit: Use tab here. | imp | 2014-02-27 | 1 | -1/+1 |
* | Replace many pasted identical definitions of cpu_initclocks() with a common | ian | 2014-02-26 | 10 | -71/+25 |
* | Minor tweaks to the imx GPT timer... | ian | 2014-02-26 | 1 | -6/+6 |