-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 162351 b: refs/heads/master c: cd1bb43 h: refs/heads/master i: 162349: 5244a5c 162347: 58caef5 162343: 074d616 162335: c7c521a v: v3
- Loading branch information
Mark Allyn
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
171b9ab
commit f46f40c
Showing
12 changed files
with
5,770 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 249c033c29ed4eccd24b52959747f2663deaa02f | ||
refs/heads/master: cd1bb431d8b183e2d063267419984cc9bbe22b0b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
config DX_SEP | ||
tristate "Discretix SEP driver" | ||
depends on MRST | ||
default y | ||
help | ||
Discretix SEP driver | ||
|
||
If unsure say M. The compiled module will be | ||
called sep_driver.ko |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
EXTRA_CFLAGS += -DLITTLE__ENDIAN -DDX_CC5_SEP_PLAT -DCRYS_NO_EXT_IF_MODE_SUPPORT | ||
obj-$(CONFIG_DX_SEP) := sep_driver.o | ||
sep_driver-objs := sep_main_mod.o sep_ext_with_pci_driver.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Todo's so far (from Alan Cox) | ||
- Fix firmware loading | ||
- Get firmware into firmware git tree | ||
- Review and tidy each algorithm function | ||
- Check whether it can be plugged into any of the kernel crypto API | ||
interfaces | ||
- Do something about the magic shared memory interface and replace it | ||
with something saner (in Linux terms) |
Oops, something went wrong.