projects
/
linexec-j720
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5d673
)
disable lcd controller when booting linux, this prevents ghost-lines while
master
author
michael
<michael>
Sat, 21 Apr 2007 21:10:17 +0000
(21:10 +0000)
committer
michael
<michael>
Sat, 21 Apr 2007 21:10:17 +0000
(21:10 +0000)
booting
asm/asm.asm
patch
|
blob
|
blame
|
history
out/linexec.exe
patch
|
blob
|
blame
|
history
diff --git
a/asm/asm.asm
b/asm/asm.asm
index aae80b8634b940e4039facd05eaabd6fbf7ef0be..a4aaa9a27c097ed04ef1336231db114275bef294 100644
(file)
--- a/
asm/asm.asm
+++ b/
asm/asm.asm
@@
-33,6
+33,11
@@
bic r8, r8, #1
str r8, [r9]
+ mov r8, #0
+ ldr r9, =0x48000000
+ str r8, [r9, #0x1FC]
+
+
; turn off unused serial ports
mov r8, #0
diff --git
a/out/linexec.exe
b/out/linexec.exe
index 0cfcb0ee9ae42aec0af63d48fa616617a86ee44d..94cb5c3df3c6ad3969297b45ca4d8d8981914787 100755
(executable)
Binary files a/out/linexec.exe and b/out/linexec.exe differ
Impressum
,
Datenschutz