Deleted Added
full compact
tag_list.c (157873) tag_list.c (157921)
1/******************************************************************************
2 *
3 * Filename: tag_list.c
4 *
5 * Instantiation of basic routines that create linux-boot tag list.
6 *
7 * Revision information:
8 *
9 * 22AUG2004 kb_admin initial creation
10 *
11 * BEGIN_KBDD_BLOCK
12 * No warranty, expressed or implied, is included with this software. It is
13 * provided "AS IS" and no warranty of any kind including statutory or aspects
14 * relating to merchantability or fitness for any purpose is provided. All
15 * intellectual property rights of others is maintained with the respective
16 * owners. This software is not copyrighted and is intended for reference
17 * only.
18 * END_BLOCK
19 *
1/******************************************************************************
2 *
3 * Filename: tag_list.c
4 *
5 * Instantiation of basic routines that create linux-boot tag list.
6 *
7 * Revision information:
8 *
9 * 22AUG2004 kb_admin initial creation
10 *
11 * BEGIN_KBDD_BLOCK
12 * No warranty, expressed or implied, is included with this software. It is
13 * provided "AS IS" and no warranty of any kind including statutory or aspects
14 * relating to merchantability or fitness for any purpose is provided. All
15 * intellectual property rights of others is maintained with the respective
16 * owners. This software is not copyrighted and is intended for reference
17 * only.
18 * END_BLOCK
19 *
20 * $FreeBSD: head/sys/boot/arm/at91/libat91/tag_list.c 157873 2006-04-19 17:16:49Z imp $
20 * $FreeBSD: head/sys/boot/arm/at91/libat91/tag_list.c 157921 2006-04-21 07:19:22Z imp $
21 *****************************************************************************/
22
23/******************************* GLOBALS *************************************/
24
25/********************** PRIVATE FUNCTIONS/DATA/DEFINES ***********************/
26
27#define u32 unsigned
28#define u16 unsigned short
29#define u8 unsigned char
30
21 *****************************************************************************/
22
23/******************************* GLOBALS *************************************/
24
25/********************** PRIVATE FUNCTIONS/DATA/DEFINES ***********************/
26
27#define u32 unsigned
28#define u16 unsigned short
29#define u8 unsigned char
30
31#include "/usr/src/arm/linux/include/asm/setup.h"
31// #include "/usr/src/arm/linux/include/asm/setup.h"
32#include <linux/asm/setup.h>
33#include "tag_list.h"
32
33#define PAGE_SIZE 0x1000
34#define MEM_SIZE 0x2000000
35#define PHYS_OFFSET 0x20000000
36
37/*************************** GLOBAL FUNCTIONS ********************************/
38
39/*

--- 40 unchanged lines hidden ---
34
35#define PAGE_SIZE 0x1000
36#define MEM_SIZE 0x2000000
37#define PHYS_OFFSET 0x20000000
38
39/*************************** GLOBAL FUNCTIONS ********************************/
40
41/*

--- 40 unchanged lines hidden ---