Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
55b52ae2
Commit
55b52ae2
authored
Feb 26, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.dts with partitions 2.removed a patch
parent
d7c8109b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
35 deletions
+18
-35
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+18
-2
drivers-ahci-elphel.patch
recipes-kernel/linux/linux-xlnx/drivers-ahci-elphel.patch
+0
-33
No files found.
conf/machine/boards/elphel393/elphel393.dts
View file @
55b52ae2
...
...
@@ -414,8 +414,24 @@
#address-cells = <0x1>;
#size-cells = <0x1>;
partition@0 {
label = "nand-main";
reg = <0x0 0x4000000>;/*64MB*/
label = "u-boot-spl";
reg = <0x0 0x40000>;/*256KB*/
};
partition@1 {
label = "u-boot";
reg = <0x40000 0x100000>;/*1MB*/
};
partition@2 {
label = "device-tree";
reg = <0x140000 0x100000>;/*1MB*/
};
partition@3 {
label = "kernel";
reg = <0x240000 0x1000000>;/*16MB*/
};
partition@4 {
label = "rootfs";
reg = <0x1240000 0x4000000>;/*64MB*/
};
} ;
} ;
...
...
recipes-kernel/linux/linux-xlnx/drivers-ahci-elphel.patch
deleted
100644 → 0
View file @
d7c8109b
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 5f60155..5d93116 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -157,6 +157,16 @@ config AHCI_XGENE
help
This option enables support for APM X-Gene SoC SATA host controller.
+config AHCI_ELPHEL
+ tristate "Elphel AHCI SATA driver support for elphel393 camera series"
+ depends on ARM
+ default m if ARM
+ help
+ This option enables support for Elphel AHCI SATA controller in elphel393
+ series cameras.
+
+ If unsure, say N.
+
config SATA_FSL
tristate "Freescale 3.0Gbps SATA support"
depends on FSL_SOC
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index ae41107..212dfed 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -5,6 +5,7 @@ obj-$(CONFIG_ATA) += libata.o
obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
obj-$(CONFIG_SATA_ACARD_AHCI) += acard-ahci.o libahci.o
obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platform.o libahci.o libahci_platform.o
+obj-$(CONFIG_AHCI_ELPHEL) += ahci_elphel.o libahci.o libahci_platform.o
obj-$(CONFIG_SATA_FSL) += sata_fsl.o
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
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