Skip to content

Commit

Permalink
some cleaning, added building of script.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
loboris committed Oct 12, 2015
1 parent c30f3d3 commit e6a2366
Show file tree
Hide file tree
Showing 8,499 changed files with 2,351,909 additions and 35 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -25,3 +25,6 @@ The included build script *build_linux_kernel.sh* can be used to build the kerne
**plus** builds the uImage for OPI-PLUS

After the build the resulting kernel files (uImage and kernel modules) are placed into **build** directory.

To build script.bin for all OPI boards and resolutions run:
`./build_scripts`
73 changes: 73 additions & 0 deletions brandy/u-boot-2011.09/.gitignore
@@ -0,0 +1,73 @@
#
# 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
*.bin

#
# Top-level generic files
#

/System.map
/u-boot
/u-boot.hex
/u-boot.imx
/u-boot.map
/u-boot.srec
/u-boot.ldr
/u-boot.ldr.hex
/u-boot.ldr.srec
/u-boot.img
/u-boot.kwb
/u-boot.sha1
/u-boot.dis
/u-boot.lds
/u-boot.ubl

#
# Generated files
#

*.depend
/LOG
/errlog
/reloc_off

/include/generated/
/lib/asm-offsets.s
asm-offsets.s

# 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
306 changes: 306 additions & 0 deletions brandy/u-boot-2011.09/COPYING

Large diffs are not rendered by default.

0 comments on commit e6a2366

Please sign in to comment.