Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: utility/include/kernel_blob.h

Issue 2730011: Added vbutil_kernel. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « utility/Makefile ('k') | utility/vbutil_kernel.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Constants describing the kernel blob content. 5 // Constants describing the kernel blob content.
6 6
7 #ifndef VBOOT_REFERENCE_KERNEL_BLOB_H_ 7 #ifndef VBOOT_REFERENCE_KERNEL_BLOB_H_
8 #define VBOOT_REFERENCE_KERNEL_BLOB_H_ 8 #define VBOOT_REFERENCE_KERNEL_BLOB_H_
9 9
10 10
(...skipping 30 matching lines...) Expand all
41 uint8_t pad3[0x218 - 0x211]; 41 uint8_t pad3[0x218 - 0x211];
42 uint32_t ramdisk_image; // 218 42 uint32_t ramdisk_image; // 218
43 uint32_t ramdisk_size; // 21c 43 uint32_t ramdisk_size; // 21c
44 uint8_t pad4[0x228 - 0x220]; 44 uint8_t pad4[0x228 - 0x220];
45 uint32_t cmd_line_ptr; // 228 45 uint32_t cmd_line_ptr; // 228
46 uint8_t pad5[0x0cd0 - 0x22c]; 46 uint8_t pad5[0x0cd0 - 0x22c];
47 } __attribute__ ((packed)); 47 } __attribute__ ((packed));
48 48
49 49
50 #endif // VBOOT_REFERENCE_KERNEL_BLOB_H_ 50 #endif // VBOOT_REFERENCE_KERNEL_BLOB_H_
OLDNEW
« no previous file with comments | « utility/Makefile ('k') | utility/vbutil_kernel.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698