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

« back to all changes in this revision

Viewing changes to roms/u-boot/board/hale/tt01/lowlevel_init.S

  • 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 2009 Magnus Lilja <lilja.magnus@gmail.com>
 
3
 * (C) Copyright 2011 Helmut Raiger <helmut.raiger@hale.at>
 
4
 *
 
5
 * SPDX-License-Identifier:     GPL-2.0+
 
6
 */
 
7
#include <config.h>
 
8
#include <asm/arch/imx-regs.h>
 
9
#include <asm/macro.h>
 
10
 
 
11
.globl lowlevel_init
 
12
lowlevel_init:
 
13
        /* Also setup the Peripheral Port Remap register inside the core */
 
14
        ldr     r0, =ARM_PPMRR      /* start from AIPS 2GB region */
 
15
        mcr     p15, 0, r0, c15, c2, 4
 
16
        mov     pc, lr