History log of /src/sys/arch/evbarm/mpcsa/mpcsa_machdep.c |
Revision | | Date | Author | Comments |
1.14 |
| 03-Oct-2025 |
thorpej | Use device_setprop_data() to set the "mac-address" property.
|
1.13 |
| 18-Apr-2020 |
skrll | PMAP_DEBUG has been deleted on arm
|
1.12 |
| 18-Apr-2020 |
skrll | Trailing whitespace
|
1.11 |
| 16-Jul-2019 |
skrll | branches: 1.11.8; Consistently use vaddr_t as initarm and friends return type.
Makes no difference to binaries except for aarch64 where it's required
|
1.10 |
| 15-Jul-2018 |
maxv | Retire ipkdb entirely. The option was removed from the config files yesterday.
ok kamil christos
|
1.9 |
| 18-Aug-2013 |
matt | branches: 1.9.28; 1.9.30; <arm/locore.h> fallout (fixes some include ordering errors)
|
1.8 |
| 27-Oct-2012 |
chs | branches: 1.8.2; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.7 |
| 16-Aug-2012 |
matt | branches: 1.7.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.6 |
| 01-Jul-2011 |
dyoung | branches: 1.6.2; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.5 |
| 30-Jun-2011 |
wiz | dependant -> dependent
|
1.4 |
| 22-Jan-2010 |
martin | Unify the name of the device property to hold a MAC address - there was no clear majority for either "mac-addr" vs. "mac-address", but a quick gallup poll among developers selected the latter.
|
1.3 |
| 11-Nov-2008 |
dyoung | It is not appropriate to call pmf_system_shutdown(9) from doshutdownhooks(9): shutdown hooks registered by shutdownhook_establish(9) expect to be called with interrupts disabled, but shutdown hooks registered with pmf_device_register1(9) expect to be called with interrupts enabled. So I have made two changes:
1 Do not call pmf_system_shutdown() from doshutdownhooks(). Instead, change every call to doshutdownhooks() to a call to doshutdownhooks() followed by a call to pmf_system_shutdown(). No functional change is intended by this change.
2 Make i386 re-enable interrupts briefly while it calls pmf_system_shutdown(). I leave it to others either to fix the other ports, or to factor out some MI shutdown code, as joerg@ suggests, and fix that. Note that a functional change *is* intended by this change.
I hope that this patch will stop us from flip-flopping between calling doshutdownhooks() and pmf_system_shutdown() sometimes with and sometimes without interrupts enabled.
|
1.2 |
| 03-Jul-2008 |
matt | branches: 1.2.2; 1.2.4; 1.2.6; Add AT91 support. (XXX need to finish timecounter support).
|
1.1 |
| 10-Nov-2007 |
matt | branches: 1.1.2; 1.1.16; 1.1.20; 1.1.22; file mpcsa_machdep.c was initially added on branch matt-nb4-arm.
|
1.1.22.1 |
| 03-Jul-2008 |
simonb | Sync with head.
|
1.1.20.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.1.20.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.1.16.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.1.16.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.1.2.1 |
| 10-Nov-2007 |
matt | Add AT91 support from Sami Kantoluoto Add TI OMAP2430 support from Marty Fouts @ Danger Inc
|
1.2.6.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.2.4.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.2.4.1 |
| 03-Jul-2008 |
wrstuden | file mpcsa_machdep.c was added on branch wrstuden-revivesa on 2008-09-18 04:33:24 +0000
|
1.2.2.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.6.2.2 |
| 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.6.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.7.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.7.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.8.2.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.9.30.3 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
1.9.30.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.9.30.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.9.28.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.11.8.1 |
| 20-Apr-2020 |
bouyer | Sync with HEAD
|