summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/start/mmu-tlb1.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber1-1/+1
Update #3706.
2018-04-20bsps: Move startup files to bspsSebastian Huber1-0/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2017-09-19bsp/qoriq: Avoid MAS8 access as hypervisor guestSebastian Huber1-3/+3
Update #3085.
2017-08-22bsp/qoriq: 64-bit MMU supportSebastian Huber1-0/+9
Update #3082.
2016-07-28bsp/qoriq: Fix tlbwe synchronizationSebastian Huber1-2/+4
2016-04-22bsp/qoriq: Add qoriq_tlb1_invalidate_all_by_ts()Sebastian Huber1-5/+9
Generalize qoriq_tlb1_ts_0_only() to qoriq_tlb1_invalidate_all_by_ts().
2016-04-14bsp/qoriq: Fix MMU initialization for e6500Sebastian Huber1-2/+11
In case a hypervisor mode is present, then we must set MAS8 for some TLB operations, otherwise the run-time behaviour is unpredictable.
2015-01-09bsp/qoriq: Increase MAS0[ESEL] widthSebastian Huber1-3/+3
2015-01-09bsp/qoriq: Add MAS7 support for MMUSebastian Huber1-8/+7
This enables usage of the full real address space which is 40-bit on the T2080 for example.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-07-212011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+86
PR 1799/bsps * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock-config.c, console/console-config.c, console/uart-bridge-master.c, console/uart-bridge-slave.c, include/.cvsignore, include/bsp.h, include/hwreg_vals.h, include/intercom.h, include/irq.h, include/mmu.h, include/qoriq.h, include/tm27.h, include/tsec-config.h, include/u-boot-config.h, include/uart-bridge.h, irq/irq.c, make/custom/qoriq.inc, make/custom/qoriq_core_0.cfg, make/custom/qoriq_core_1.cfg, make/custom/qoriq_p1020rdb.cfg, network/if_intercom.c, network/network.c, rtc/rtc-config.c, shmsupp/intercom-mpci.c, shmsupp/intercom.c, shmsupp/lock.S, start/start.S, startup/bsppredriverhook.c, startup/bspreset.c, startup/bspstart.c, startup/linkcmds.base, startup/linkcmds.qoriq_core_0, startup/linkcmds.qoriq_core_1, startup/linkcmds.qoriq_p1020rdb, startup/mmu-config.c, startup/mmu-tlb1.S, startup/mmu.c: New files.