Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167555338
D4878.id12196.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
878 B
Referenced Files
None
Subscribers
None
D4878.id12196.diff
View Options
Index: head/sys/dev/sfxge/common/siena_flash.h
===================================================================
--- head/sys/dev/sfxge/common/siena_flash.h
+++ head/sys/dev/sfxge/common/siena_flash.h
@@ -91,6 +91,19 @@
#define BLOB_CPU_TYPE_RXDI_VTBL1 (14)
#define BLOB_CPU_TYPE_TXDI_VTBL1 (15)
#define BLOB_CPU_TYPE_DUMPSPEC (32)
+#define BLOB_CPU_TYPE_MC_XIP (33)
+
+#define BLOB_CPU_TYPE_INVALID (31)
+
+/*
+ * The upper four bits of the CPU type field specify the compression
+ * algorithm used for this blob.
+ */
+#define BLOB_COMPRESSION_MASK (0xf0000000)
+#define BLOB_CPU_TYPE_MASK (0x0fffffff)
+
+#define BLOB_COMPRESSION_NONE (0x00000000) /* Stored as is */
+#define BLOB_COMPRESSION_LZ (0x10000000) /* see lib/lzdecoder.c */
typedef struct siena_mc_boot_hdr_s { /* GENERATED BY scripts/genfwdef */
efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 3:56 PM (17 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37125853
Default Alt Text
D4878.id12196.diff (878 B)
Attached To
Mode
D4878: sfxge: add definitions for compressed satellite images to common code headers
Attached
Detach File
Event Timeline
Log In to Comment