~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/arch/x86/include/asm/init_helpers.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * (C) Copyright 2011
 
3
 * Graeme Russ, <graeme.russ@gmail.com>
 
4
 *
 
5
 * SPDX-License-Identifier:     GPL-2.0+
 
6
 */
 
7
 
 
8
#ifndef _INIT_HELPERS_H_
 
9
#define _INIT_HELPERS_H_
 
10
 
 
11
int calculate_relocation_address(void);
 
12
 
 
13
int init_cache_f_r(void);
 
14
int init_bd_struct_r(void);
 
15
int init_func_spi(void);
 
16
int find_fdt(void);
 
17
int prepare_fdt(void);
 
18
 
 
19
#endif  /* !_INIT_HELPERS_H_ */