History log of /src/sys/arch/evbarm/mini2440/mini2440_machdep.c |
Revision | | Date | Author | Comments |
1.23 |
| 03-Oct-2025 |
thorpej | Use device_setprop_data() to set the "mac-address" property.
|
1.22 |
| 20-Feb-2024 |
andvar | Fix format specifier for physmem from %d to 0x%"PRIxPSIZE" in multiple places.
Should fix VERBOSE_INIT_ARM for various evbarm kernel configs. Also add 0x prefix in few previously fixed places to improve readability.
|
1.21 |
| 19-Jun-2023 |
nisimura | unbreak the previous change.
|
1.20 |
| 20-Apr-2023 |
skrll | Provide a shared pmap_devmap implementation and convert all pmap_devmap arrays to use DEVMAP_ENTRY{,_END}
|
1.19 |
| 17-Aug-2021 |
andvar | fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.
|
1.18 |
| 18-Apr-2020 |
skrll | PMAP_DEBUG has been deleted on arm
|
1.17 |
| 18-Apr-2020 |
skrll | Trailing whitespace
|
1.16 |
| 10-Nov-2019 |
chs | branches: 1.16.6; in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen.
|
1.15 |
| 16-Jul-2019 |
skrll | Consistently use vaddr_t as initarm and friends return type.
Makes no difference to binaries except for aarch64 where it's required
|
1.14 |
| 16-Jul-2019 |
skrll | KNF
|
1.13 |
| 28-Oct-2018 |
skrll | Fix a commit
|
1.12 |
| 21-Sep-2018 |
skrll | Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into opt_console.h and adjust.
|
1.11 |
| 31-Jul-2018 |
skrll | Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is used
|
1.10 |
| 22-Dec-2016 |
cherry | branches: 1.10.14; 1.10.16; switch all ports to use uvm_init.c:uvm_md_init()
uvm_setpagesize() is now subsumed within this funciton.
|
1.9 |
| 13-Sep-2014 |
matt | branches: 1.9.2; 1.9.4; Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t Use paddr_t for msgbufphys
|
1.8 |
| 14-Mar-2014 |
matt | #include <arm/locore.h>
|
1.7 |
| 30-Oct-2013 |
uebayasi | G/C struct user *proc0paddr.
|
1.6 |
| 22-Sep-2012 |
matt | branches: 1.6.2; Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but add a second argument to it to indicate whether the TLB/caches need to be flushed. Default cortex to pmap_needs_fixup = 1. But check the MMFR3 field to see if the fixed can be skipped. Use a cf_flag bit 0 to indicate whether the A9 L2 cache should disable (bit 0 = 1) or enabeld (bit = 0).
With these changes, the A9 MMU can use traverse caches to do MMU tablewalks Also, make sure all memory has the shareable bit for the A9.
|
1.5 |
| 16-Aug-2012 |
matt | branches: 1.5.2; Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE to <arm32/machdep.h> Move the extern for cpu_reset_address to the same file. Add cpu_reset_address_paddr. Kill cpu_reset_v4_MMU_disable. if cpu_reset_address is NULL, then the MMU will be disabled.
|
1.4 |
| 29-Jul-2012 |
matt | Fix more -fno-common fallout. Move more variables to common locations.
|
1.3 |
| 28-Jul-2012 |
matt | Remove declartions of physmem
|
1.2 |
| 03-Feb-2012 |
nisimura | branches: 1.2.4;
Make sure to allow MEMORY_DISK as rootfs.
|
1.1 |
| 30-Jan-2012 |
nisimura | Add FriendlyARM Mini2440 support. - new code for Samsung S3C2440 SoC. - update for other S3C2xx0. This port was done by Paul Fleischer.
|
1.2.4.4 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.4.3 |
| 30-Oct-2012 |
yamt | sync with head
|
1.2.4.2 |
| 17-Apr-2012 |
yamt | sync with head
|
1.2.4.1 |
| 03-Feb-2012 |
yamt | file mini2440_machdep.c was added on branch yamt-pagecache on 2012-04-17 00:06:15 +0000
|
1.5.2.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.5.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.5.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.6.2.1 |
| 18-May-2014 |
rmind | sync with head
|
1.9.4.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.9.2.1 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.10.16.3 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
1.10.16.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.10.16.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.10.14.3 |
| 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.10.14.2 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.10.14.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.16.6.1 |
| 20-Apr-2020 |
bouyer | Sync with HEAD
|