mirror of
https://github.com/drasko/codezero.git
synced 2026-02-02 13:13:15 +01:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
},
|
||||
};
|
||||
@@ -1,3 +0,0 @@
|
||||
fs0
|
||||
image_start 0x218000
|
||||
image_end 0x21B26C
|
||||
@@ -1,3 +0,0 @@
|
||||
inittask
|
||||
image_start 0x208000
|
||||
image_end 0x213260
|
||||
@@ -1,3 +0,0 @@
|
||||
mm0
|
||||
image_start 0x208000
|
||||
image_end 0x213140
|
||||
@@ -1,3 +0,0 @@
|
||||
romfs
|
||||
image_start 0x220000
|
||||
image_end 0x268800
|
||||
@@ -1,3 +0,0 @@
|
||||
roottask
|
||||
image_start 0x218000
|
||||
image_end 0x21B344
|
||||
@@ -1,3 +0,0 @@
|
||||
start
|
||||
image_start 0x100000
|
||||
image_end 0x205800
|
||||
@@ -1,3 +0,0 @@
|
||||
test0
|
||||
image_start 0x218000
|
||||
image_end 0x21AEDC
|
||||
@@ -1,3 +0,0 @@
|
||||
testtask
|
||||
image_start 0x220000
|
||||
image_end 0x223344
|
||||
Reference in New Issue
Block a user