[RTEMS Project] #3285: Reorganize BSP source directory
RTEMS trac
trac at rtems.org
Wed Jan 31 11:51:51 UTC 2018
#3285: Reorganize BSP source directory
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: task | Status: assigned
Priority: normal | Milestone: 5.1
Component: build | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"4cf93658eff5cf6b0c02e98a0d1ec33dea5ed85c/rtems"
4cf93658/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="4cf93658eff5cf6b0c02e98a0d1ec33dea5ed85c"
bsps: Rework cache manager implementation
The previous cache manager support used a single souce file
(cache_manager.c) which included an implementation header (cache_.h).
This required the use of specialized include paths to find the right
header file. Change this to include a generic implementation header
(cacheimpl.h) in specialized source files.
Use the following directories and files:
* bsps/shared/cache
* bsps/@RTEMS_CPU@/shared/cache
* bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY/start/cache.c
Update #3285.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3285#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list