Removed all ignorable files from git.

Previously python hex() would put an extra 'L' after printing out the
value and this would be trimmed in readelf.py. Now it doesn't seem to
do that so the lsd of the number was trimmed. This patch fixes that.
This commit is contained in:
Bahadir Balban
2008-01-14 12:23:40 +00:00
parent e2b791a3d8
commit 7a388f22b7
31 changed files with 20 additions and 178 deletions

View File

@@ -1,23 +0,0 @@
struct bootdesc bootdesc = {
.desc_size = sizeof(struct bootdesc) + sizeof(struct svc_image) * 3,
.total_images = 3,
.images = {
[0] = {
.name = "mm0",
.phys_start = 0x208000,
.phys_end = 0x213140,
},
[1] = {
.name = "test0",
.phys_start = 0x218000,
.phys_end = 0x21aedc,
},
[2] = {
.name = "romfs",
.phys_start = 0x220000,
.phys_end = 0x268800,
},
},
};

View File

@@ -1,3 +0,0 @@
fs0
image_start 0x218000
image_end 0x21B26C

View File

@@ -1,3 +0,0 @@
inittask
image_start 0x208000
image_end 0x213260

View File

@@ -1,3 +0,0 @@
mm0
image_start 0x208000
image_end 0x213140

View File

@@ -1,3 +0,0 @@
romfs
image_start 0x220000
image_end 0x268800

View File

@@ -1,3 +0,0 @@
roottask
image_start 0x218000
image_end 0x21B344

View File

@@ -1,3 +0,0 @@
start
image_start 0x100000
image_end 0x205800

View File

@@ -1,3 +0,0 @@
test0
image_start 0x218000
image_end 0x21AEDC

View File

@@ -1,3 +0,0 @@
testtask
image_start 0x220000
image_end 0x223344