Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Beam Positoning Monitor - Software
Commits
65b40cb2
Commit
65b40cb2
authored
8 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
apps/ebpm/ebpm.c: move trigger IDs to AFCv3, as they are specific
parent
36004223
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/apps/ebpm/ebpm.c
+2
-2
2 additions, 2 deletions
src/apps/ebpm/ebpm.c
with
2 additions
and
2 deletions
src/apps/ebpm/ebpm.c
+
2
−
2
View file @
65b40cb2
...
...
@@ -837,8 +837,6 @@ static devio_err_e _spawn_be_platform_smios (void *pipe, zhashx_t *hints, uint32
uint32_t
acq_id
=
0x4519a0ad
;
uint32_t
dsp_id
=
0x1bafbf1e
;
uint32_t
swap_id
=
0x12897592
;
uint32_t
trigger_iface_id
=
0xbcbb78d2
;
uint32_t
trigger_mux_id
=
0x84b6a5ac
;
devio_err_e
err
=
DEVIO_SUCCESS
;
/* ML605 or AFCv3 */
...
...
@@ -886,6 +884,8 @@ static devio_err_e _spawn_be_platform_smios (void *pipe, zhashx_t *hints, uint32
/* AFCv3 spefific */
#if defined (__BOARD_AFCV3__)
uint32_t
afc_diag_id
=
0x51954750
;
uint32_t
trigger_iface_id
=
0xbcbb78d2
;
uint32_t
trigger_mux_id
=
0x84b6a5ac
;
DBE_DEBUG
(
DBG_DEV_IO
|
DBG_LVL_INFO
,
"[ebpm] Spawning AFCv3 specific SMIOs ...
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment