Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b3d354b8
Commit
b3d354b8
authored
Jun 25, 2008
by
Ian Molton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add e350 support
Signed-off-by:
Ian Molton
<
spyro@f2s.com
>
parent
877e03d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Kconfig
+8
-0
arch/arm/mach-pxa/eseries.c
arch/arm/mach-pxa/eseries.c
+13
-0
No files found.
arch/arm/mach-pxa/Kconfig
View file @
b3d354b8
...
...
@@ -124,6 +124,14 @@ config MACH_E330
Say Y here if you intend to run this kernel on a Toshiba
e330 family PDA.
config MACH_E350
bool "Toshiba e350"
default y
depends on ARCH_PXA_ESERIES
help
Say Y here if you intend to run this kernel on a Toshiba
e350 family PDA.
config MACH_E740
bool "Toshiba e740"
default y
...
...
arch/arm/mach-pxa/eseries.c
View file @
b3d354b8
...
...
@@ -47,6 +47,19 @@ MACHINE_START(E330, "Toshiba e330")
MACHINE_END
#endif
#ifdef CONFIG_MACH_E350
MACHINE_START
(
E350
,
"Toshiba e350"
)
/* Maintainer: Ian Molton (spyro@f2s.com) */
.
phys_io
=
0x40000000
,
.
io_pg_offst
=
(
io_p2v
(
0x40000000
)
>>
18
)
&
0xfffc
,
.
boot_params
=
0xa0000100
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
pxa25x_init_irq
,
.
fixup
=
eseries_fixup
,
.
timer
=
&
pxa_timer
,
MACHINE_END
#endif
#ifdef CONFIG_MACH_E740
MACHINE_START
(
E740
,
"Toshiba e740"
)
/* Maintainer: Ian Molton (spyro@f2s.com) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment