History log of /src/sys/arch/evbarm/iq80321/iq80321_start.S |
Revision | | Date | Author | Comments |
1.5 |
| 31-Jan-2011 |
matt | Add RCSID when needed. Don't include pmap.h or pte.h, include "assym.h" instead. Use assym.h provided values.
|
1.4 |
| 14-Oct-2002 |
bjh21 | branches: 1.4.134; 1.4.140; 1.4.142; Continue the " - . - 8" purge. Specifically:
add rd, pc, #foo - . - 8 -> adr rd, foo ldr rd, [pc, #foo - . - 8] -> ldr rd, foo
Also, when saving the return address for a function pointer call, use "mov lr, pc" just before the call unless the return address is somewhere other than just after the call site.
Finally, a few obvious little micro-optimisations like using LDR directly rather than ADR followed by LDR, and loading directly into PC rather than bouncing via R0.
|
1.3 |
| 26-Apr-2002 |
thorpej | branches: 1.3.6; 1.3.8; Issue a CPWAIT sequence after enabling the MMU to make sure it's really enabled.
|
1.2 |
| 05-Apr-2002 |
thorpej | * Rewrite the 32-bit ARM pte.h based on the ARM architecture manual. Significant cleanup, here, including better PTE bit names. * Add XScale PTE extensions (ECC enable, write-allocate cache mode). * Mechanical changes everywhere else to update for new pte.h. While doing this, two bugs (as a result of typos) were fixed in
arm/arm32/bus_dma.c evbarm/integrator/int_bus_dma.c
|
1.1 |
| 27-Mar-2002 |
thorpej | Support for the Intel IQ80321 eval board for the i80321 I/O Processor.
|
1.3.8.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.3.8.1 |
| 26-Apr-2002 |
nathanw | file iq80321_start.S was added on branch nathanw_sa on 2002-10-18 02:36:33 +0000
|
1.3.6.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.6.1 |
| 26-Apr-2002 |
jdolecek | file iq80321_start.S was added on branch kqueue on 2002-06-23 17:35:43 +0000
|
1.4.142.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.4.140.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.4.134.1 |
| 05-Mar-2011 |
rmind | sync with head
|