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

Side by Side Diff: include/configs/chromeos/tegra2/common.h

Issue 6658009: Changes to u-boot-next to match VBoot reference change (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Fixes from Vadim Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « common/cmd_cros_bootstub.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * (C) Copyright 2010 2 * (C) Copyright 2010
3 * NVIDIA Corporation <www.nvidia.com> 3 * NVIDIA Corporation <www.nvidia.com>
4 * 4 *
5 * See file CREDITS for list of people who contributed to this 5 * See file CREDITS for list of people who contributed to this
6 * project. 6 * project.
7 * 7 *
8 * This program is free software; you can redistribute it and/or 8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as 9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of 10 * published by the Free Software Foundation; either version 2 of
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 #include <configs/chromeos/tegra2/parts/lcd.h> 129 #include <configs/chromeos/tegra2/parts/lcd.h>
130 #include <configs/chromeos/tegra2/parts/mmc.h> 130 #include <configs/chromeos/tegra2/parts/mmc.h>
131 #include <configs/chromeos/tegra2/parts/pinmux.h> 131 #include <configs/chromeos/tegra2/parts/pinmux.h>
132 #include <configs/chromeos/tegra2/parts/uart.h> 132 #include <configs/chromeos/tegra2/parts/uart.h>
133 133
134 #define CONFIG_DISPLAY_BOARDINFO 1 134 #define CONFIG_DISPLAY_BOARDINFO 1
135 135
136 /*----------------------------------------------------------------------- 136 /*-----------------------------------------------------------------------
137 * Statically Allocated Buffers for Verified Boot 137 * Statically Allocated Buffers for Verified Boot
138 */ 138 */
139 #define CONFIG_KERNEL_SIGN_KEY_BLOB» 0x10000000 139 #define CONFIG_VB_SHARED_DATA_BLOB» 0x10000000
140 #define CONFIG_KERNEL_SIGN_KEY_SIZE» LOAD_FIRMWARE_KEY_BLOB_REC_SIZE 140 #define CONFIG_VB_SHARED_DATA_SIZE» VB_SHARED_DATA_REC_SIZE
141 141
142 #endif /*__configs_chromeos_tegra2_common_h__*/ 142 #endif /*__configs_chromeos_tegra2_common_h__*/
OLDNEW
« no previous file with comments | « common/cmd_cros_bootstub.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698