-
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.
* Add new firmware and remove all firmware file. * Add a switch to load either debug or free firmware. Signed-off-by: Christopher Harrer <charrer@alacritech.com> Signed-off-by: LinSysSoft Sahara Team <saharaproj@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Mithlesh Thukral
authored and
Greg Kroah-Hartman
committed
Apr 3, 2009
1 parent
54aed11
commit a3915dd
Showing
7 changed files
with
9,614 additions
and
4,856 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
#define SAHARA_B_UCODE_VERS_STRING "$Revision: 1.1 $" | ||
#define SAHARA_B_UCODE_VERS_DATE "$Date: 2008/08/19 00:05:59 $" | ||
#define SAHARA_B_UCODE_HOSTIF_ID 3 | ||
|
||
static u32 SBNumSections = 0x1; | ||
static u32 SBSectionSize[] = | ||
{ | ||
0x0000c9a8, 0x0000000c, }; | ||
|
||
static u32 SBSectionStart[] = | ||
{ | ||
0x00000000, 0x00001fff, }; | ||
|
||
static unsigned char SaharaUCodeB[1][1]; |
Large diffs are not rendered by default.
Oops, something went wrong.
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,14 @@ | ||
#define SAHARA_B_UCODE_VERS_STRING "$Revision: 1.1 $" | ||
#define SAHARA_B_UCODE_VERS_DATE "$Date: 2008/08/19 00:05:59 $" | ||
#define SAHARA_B_UCODE_HOSTIF_ID 3 | ||
|
||
static u32 SBNumSections = 0x1; | ||
static u32 SBSectionSize[] = | ||
{ | ||
0x0000c9a8, 0x0000000c, }; | ||
|
||
static u32 SBSectionStart[] = | ||
{ | ||
0x00000000, 0x00001fff, }; | ||
|
||
static unsigned char SaharaUCodeB[1][1]; |
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