Skip to content

Commit

Permalink
import actiontec sg200 uboot to port to f660 and hgg420n
Browse files Browse the repository at this point in the history
  • Loading branch information
msdos03 committed Aug 25, 2021
0 parents commit f67d43b
Show file tree
Hide file tree
Showing 6,825 changed files with 1,983,079 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#

*.rej
*.orig
*.a
*.o
*~
*.swp
*.patch

#
# Top-level generic files
#

/System.map
/u-boot
/u-boot.hex
/u-boot.map
/u-boot.bin
/u-boot.srec
/u-boot.ldr
/u-boot.ldr.hex
/u-boot.ldr.srec
/u-boot.lds
/u-boot-onenand.bin
/u-boot-flexonenand.bin

#
# Generated files
#

*.depend
/LOG
/errlog
/reloc_off

# stgit generated dirs
patches-*
.stgit-edit.txt

# quilt's files
patches
series

# gdb files
.gdb_history

# cscope files
cscope.*

# tags files
/tags
/ctags
/etags

# OneNAND IPL files
/onenand_ipl/onenand-ipl*
/onenand_ipl/board/*/onenand*
/onenand_ipl/board/*/*.S
Loading

0 comments on commit f67d43b

Please sign in to comment.