source: umon/ports/beagleboneblack/gp_header.S @ c900821

Last change on this file since c900821 was 63834b9, checked in by Jarielle Catbagan <jcatbagan93@…>, on 08/21/15 at 17:05:59

BBB: Add proper attributions to the files modified

  • Property mode set to 100644
File size: 458 bytes
Line 
1        .file "gp_header.S"
2
3/*
4 * Copyright (c) 2015 Jarielle Catbagan <jcatbagan93@gmail.com>
5 *
6 * The license and distribution terms for this file may be
7 * found in the file LICENSE in this distribution or at
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 *
11 * This GP header is prepended to uMon images when booting from non-XIP devices (e.g. SD).
12 * Refer to the AM335x TRM, Section 26.1.9 for more information.
13 */
14
15        .word BIN_SIZE + 8
16        .word 0x402f0400
Note: See TracBrowser for help on using the repository browser.