ChromeOS: Remove oprom_is_loaded
A global flag oprom_is_loaded was used to indicate to U-boot that VGA option ROM was loaded and run, or that native VGA init was completed on GMA device. Implement this feature without dependency to CHROMEOS option and replace use of global variable oprom_is_loaded with call to gfx_get_init_done(). Change-Id: I7e1afd752f18e5346dabdee62e4f7ea08ada5faf Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4309 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
926a8d1262
commit
ab56b3b11c
26 changed files with 53 additions and 38 deletions
|
|
@ -33,7 +33,6 @@ void save_chromeos_gpios(void);
|
|||
/* functions implemented in vbnv.c: */
|
||||
int get_recovery_mode_from_vbnv(void);
|
||||
int vboot_wants_oprom(void);
|
||||
extern int oprom_is_loaded;
|
||||
|
||||
void read_vbnv(uint8_t *vbnv_copy);
|
||||
void save_vbnv(const uint8_t *vbnv_copy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue