summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-config.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/qoriq: Map intercom area only if necessarySebastian Huber2015-10-281-1/+3
|
* bsp/qoriq: Add BMan and QMan portals to memory mapSebastian Huber2015-10-281-4/+4
|
* bsp/qoriq: Drop M flag from device IO regionsSebastian Huber2015-10-281-1/+1
|
* bsps: Generalize .nocacheheap to .nocachenoloadSebastian Huber2015-10-281-1/+1
| | | | Add ability to place data in a non-loadable cache-inhibited area.
* bsp/qoriq: Add nocache heapSebastian Huber2015-10-081-0/+9
|
* bsp/qoriq: Add BMan and QMan PortalsSebastian Huber2015-10-071-0/+16
|
* bsp/qoriq: Add T2080RDB and T4240RDB variantsSebastian Huber2015-01-131-3/+3
|
* bsp/qoriq: Add MAS7 support for MMUSebastian Huber2015-01-091-2/+5
| | | | | This enables usage of the full real address space which is 40-bit on the T2080 for example.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* bsps/powerpc: Use ALIGN_WITH_INPUTSebastian Huber2013-12-161-4/+0
| | | | This requires at least Binutils 2.24.
* bsp/qoriq: Add SMP supportSebastian Huber2013-05-311-4/+10
|
* bsps: Update due to linker changesSebastian Huber2013-05-271-0/+4
| | | | | | | In case the VMA and LMA regions differ, the LMA start address is now no longer aligned with the alignment of the input sections: http://sourceware.org/bugzilla/show_bug.cgi?id=15222
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-211-0/+124
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.