Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
1d8769b4
Commit
1d8769b4
authored
May 16, 2013
by
Henrik Nordstrom
Browse files
Rename fel-boot to fel-sdboot to avoid confusion with new fel-boot FEL bootloader
parent
c5fcedec
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1d8769b4
...
...
@@ -58,14 +58,14 @@ jtag-loop.bin: jtag-loop.elf
jtag-loop.sunxi
:
jtag-loop.bin
mksunxiboot jtag-loop.bin jtag-loop.sunxi
fel-boot.elf
:
fel-boot.c fel-boot.lds
$(CROSS_COMPILE)
gcc
-g
-Os
-fpic
-fno-common
-fno-builtin
-ffreestanding
-nostdinc
-mno-thumb-interwork
-Wall
-Wstrict-prototypes
-fno-stack-protector
-Wno-format-nonliteral
-Wno-format-security
-fno-toplevel-reorder
fel-boot.c
-nostdlib
-o
fel-boot.elf
-T
fel-boot.lds
-Wl
,-N
fel-
sd
boot.elf
:
fel-
sd
boot.c fel-
sd
boot.lds
$(CROSS_COMPILE)
gcc
-g
-Os
-fpic
-fno-common
-fno-builtin
-ffreestanding
-nostdinc
-mno-thumb-interwork
-Wall
-Wstrict-prototypes
-fno-stack-protector
-Wno-format-nonliteral
-Wno-format-security
-fno-toplevel-reorder
fel-
sd
boot.c
-nostdlib
-o
fel-
sd
boot.elf
-T
fel-
sd
boot.lds
-Wl
,-N
fel-boot.bin
:
fel-boot.elf
$(CROSS_COMPILE)
objcopy
-O
binary fel-boot.elf fel-boot.bin
fel-
sd
boot.bin
:
fel-
sd
boot.elf
$(CROSS_COMPILE)
objcopy
-O
binary fel-
sd
boot.elf fel-
sd
boot.bin
fel-boot.sunxi
:
fel-boot.bin
mksunxiboot fel-boot.bin fel-boot.sunxi
fel-
sd
boot.sunxi
:
fel-
sd
boot.bin
mksunxiboot fel-
sd
boot.bin fel-
sd
boot.sunxi
boot_head_sun3i.elf
:
boot_head_sun3i.S boot_head_sun3i.lds
$(CROSS_COMPILE)
gcc
-g
-Os
-fpic
-fno-common
-fno-builtin
-ffreestanding
-nostdinc
-mno-thumb-interwork
-Wall
-Wstrict-prototypes
-fno-stack-protector
-Wno-format-nonliteral
-Wno-format-security
-fno-toplevel-reorder
boot_head.S
-nostdlib
-o
boot_head_sun3i.elf
-T
boot_head.lds
-Wl
,-N
-DMACHID
=
0x1094
...
...
README
View file @
1d8769b4
...
...
@@ -36,6 +36,9 @@ fel-gpio:
felboot:
ARM native board initialization for FEL mode
fel-sdboot:
ARM native sdcard bootloader forcing the device into FEL mode
fel-pio:
ARM native helper for fel-gpio
...
...
bin/fel-sdboot.sunxi
0 → 100644
View file @
1d8769b4
File added
fel-boot.c
→
fel-
sd
boot.c
View file @
1d8769b4
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment