Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zephyr RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luis Gerhorst
Zephyr RTOS
Commits
9fb80041
Commit
9fb80041
authored
4 years ago
by
Luis Gerhorst
Browse files
Options
Downloads
Patches
Plain Diff
Disable arm_arch_timer
parent
6d364d88
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/arm/qemu_raspi3/qemu_raspi3.dts
+0
-14
0 additions, 14 deletions
boards/arm/qemu_raspi3/qemu_raspi3.dts
boards/arm/qemu_raspi3/qemu_raspi3_defconfig
+1
-1
1 addition, 1 deletion
boards/arm/qemu_raspi3/qemu_raspi3_defconfig
with
1 addition
and
15 deletions
boards/arm/qemu_raspi3/qemu_raspi3.dts
+
0
−
14
View file @
9fb80041
...
...
@@ -89,20 +89,6 @@
uart0: uart {
compatible = "arm,raspi3_mini";
};
/* TODO: Remove. */
arch_timer: timer {
compatible = "arm,arm-timer";
interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>,
<GIC_PPI 14 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>,
<GIC_PPI 11 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>,
<GIC_PPI 10 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>;
label = "arch_timer";
};
};
};
...
...
This diff is collapsed.
Click to expand it.
boards/arm/qemu_raspi3/qemu_raspi3_defconfig
+
1
−
1
View file @
9fb80041
CONFIG_SOC_QEMU_RASPI3=y
CONFIG_BOARD_QEMU_RASPI3=y
CONFIG_ARM_ARCH_TIMER=
y
CONFIG_ARM_ARCH_TIMER=
n
CONFIG_XIP=n
# QEMU settings
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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