Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autotools kx #28

Open
wants to merge 8 commits into
base: autotools
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 35 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,44 @@
fexc
bin2fex
fex2bin

Makefile
Makefile.in
*.m4
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
.deps/
.libs/

bootinfo
fel
pio
fexc
nand-part
nand-part-a20
phoenix_info
fel-pio.bin
jtag-loop.bin
fel-sdboot.bin
pio

boot_head_sun4i.bin
boot_head_sun4i.elf
boot_head_sun5i.bin
adb-devprobe.sh
fel-gpio
usb-boot
boot_head_sun5i.elf
fel-pio.bin
fel-pio.elf
fel-sdboot.bin
fel-sdboot.elf
jtag-loop.bin
jtag-loop.elf

*.a
*.o
*.la
*.so*

*.swp
*~
Makefile.in
autom4te.cache
aclocal.m4
compile
configure
depcomp
install-sh
missing
config.guess
config.sub
autom4te.cache/
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

Alejandro Mery <amery@geeks.cl>
Henrik Nordstrom <henrik@henriknordstrom.net>
Patrick Wood <patrickhwood@gmail.com>
Pat Wood <Pat.Wood@efi.com>
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2014-07-29 Andrey V.Kosteltsev <kosteltsev@gmail.com>

* Tag 1.3 created.

* Sources have been reorganized.
* Build system moved to Autotools.

Loading