-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 297583 b: refs/heads/master c: a7f464f h: refs/heads/master i: 297581: 59b25d2 297579: bc811c9 297575: 7fe0bd8 297567: 4953e7d v: v3
- Loading branch information
Imre Kaloz
authored and
Russell King
committed
Mar 24, 2012
1 parent
5043e09
commit a02866f
Showing
6 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f5f5195487affe53f90d99cba4aee73a20cae565 | ||
refs/heads/master: a7f464f3db93ae5492bee6f6e48939fd8a45fa99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
ashldi3.S | ||
font.c | ||
lib1funcs.S | ||
piggy.gzip | ||
piggy.lzo | ||
piggy.lzma | ||
piggy.xzkern | ||
vmlinux | ||
vmlinux.lds | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.section .piggydata,#alloc | ||
.globl input_data | ||
input_data: | ||
.incbin "arch/arm/boot/compressed/piggy.xzkern" | ||
.globl input_data_end | ||
input_data_end: |