index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
dm: Add basic tests
Simon Glass
2014-03-04
1
-0
/
+1
|
*
dm: Add base driver model support
Simon Glass
2014-03-04
1
-0
/
+1
|
*
sandbox: Build a device tree file for sandbox
Simon Glass
2014-03-04
1
-0
/
+1
|
*
nand_spl: display warning message to inform the end of nand_spl
Masahiro Yamada
2014-03-04
1
-0
/
+7
|
*
Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR
Masahiro Yamada
2014-03-04
1
-4
/
+0
*
|
Revert "arm: mxs: Add support for generating signed BootStream"
Stefano Babic
2014-04-04
1
-2
/
+0
*
|
imx: add rules for U-Boot DTB support
Stefano Babic
2014-04-02
1
-3
/
+3
*
|
arm: mxs: Add support for generating signed BootStream
Marek Vasut
2014-03-31
1
-0
/
+2
|
/
*
kbuild: Move linker sciript check to prepare1
Masahiro Yamada
2014-02-25
1
-4
/
+5
*
kbuild: Fix a false error of generic board support
Masahiro Yamada
2014-02-25
1
-8
/
+7
*
kbuild: get back DTB at the top directory
Masahiro Yamada
2014-02-25
1
-1
/
+7
*
kbuild: add misc targets, help, ubootrelease, ubootversion
Masahiro Yamada
2014-02-25
1
-7
/
+58
*
kbuild: support building signle targets
Masahiro Yamada
2014-02-25
1
-0
/
+52
*
kbuild: refactor more IMX image rules
Masahiro Yamada
2014-02-25
1
-1
/
+4
*
kbuild: use shorten logs for IMX images
Masahiro Yamada
2014-02-25
1
-2
/
+2
*
kbuild: use shorten logs for misc targets
Masahiro Yamada
2014-02-25
1
-2
/
+5
*
kbuild: use shorten log for linking u-boot
Masahiro Yamada
2014-02-25
1
-19
/
+14
*
kbuild: use shorten logs for combined rules of mkimage, padding and cat
Masahiro Yamada
2014-02-25
1
-38
/
+41
*
kbuild: use shorten logs for cat rules
Masahiro Yamada
2014-02-25
1
-8
/
+15
*
kbuild: use shorten logs for mkimage rules
Masahiro Yamada
2014-02-25
1
-18
/
+20
*
kbuild: use shorten logs objcopy rules
Masahiro Yamada
2014-02-25
1
-12
/
+29
*
kbuild: Add $(Q) when descending into subdirectories
Masahiro Yamada
2014-02-25
1
-13
/
+8
*
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
Masahiro Yamada
2014-02-25
1
-8
/
+8
*
kbuild: move asm-offsets.h rules to ./Kbuild
Masahiro Yamada
2014-02-25
1
-34
/
+2
*
kbuild: abolish "depend" target
Masahiro Yamada
2014-02-25
1
-12
/
+15
*
kbuild: consolidate version and timestamp headers generation
Masahiro Yamada
2014-02-25
1
-37
/
+46
*
Makefile: add a new script to check -fstack-usage support
Masahiro Yamada
2014-02-25
1
-1
/
+3
*
kbuild: fix errors of 'make *tags' and 'make cscope'
Masahiro Yamada
2014-02-21
1
-1
/
+1
*
kbuild: a minor optimization of "make clobber"
Masahiro Yamada
2014-02-21
1
-1
/
+1
*
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2014-02-20
1
-443
/
+866
|
\
|
*
Prepare v2014.04-rc1
Tom Rini
2014-02-19
1
-2
/
+2
|
*
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
2014-02-19
1
-8
/
+8
|
*
kernel-doc: move kernel-doc tools to scripts/
Masahiro Yamada
2014-02-19
1
-3
/
+7
|
*
kbuild: check clean source and generate Makefile for out-of-tree build
Masahiro Yamada
2014-02-19
1
-6
/
+55
|
*
kbuild: support simultaneous board configuration and "make all"
Masahiro Yamada
2014-02-19
1
-2
/
+10
|
*
kbuild: use scripts/Makefile.clean
Masahiro Yamada
2014-02-19
1
-82
/
+96
|
*
Makefile: refactor tools-all targets
Masahiro Yamada
2014-02-19
1
-5
/
+3
|
*
Makefile: Do not pass MTD_VERSION from the top Makefile
Masahiro Yamada
2014-02-19
1
-1
/
+1
|
*
kbuild: refactor Makefile and spl/Makefile more
Masahiro Yamada
2014-02-19
1
-80
/
+85
|
*
examples: move api/ and standalone/ entry to examples/Makefile
Masahiro Yamada
2014-02-19
1
-4
/
+1
|
*
kbuild: change the top Makefile to more Kbuild-ish structure
Masahiro Yamada
2014-02-19
1
-123
/
+167
|
*
Makefile: remove a cleaning target "tidy"
Masahiro Yamada
2014-02-19
1
-6
/
+2
|
*
kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary
Masahiro Yamada
2014-02-19
1
-23
/
+0
|
*
kbuild: convert some make rules to Kbuild style
Masahiro Yamada
2014-02-19
1
-34
/
+43
|
*
kbuild: move some lines to more suitable place
Masahiro Yamada
2014-02-19
1
-33
/
+33
|
*
kbuild: use Linux Kernel build scripts
Masahiro Yamada
2014-02-19
1
-39
/
+200
|
*
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
1
-271
/
+298
|
*
Makefile: move more stuff to top Makefile
Masahiro Yamada
2014-02-19
1
-3
/
+17
|
*
Makefile: refactor include path settings
Masahiro Yamada
2014-02-19
1
-1
/
+13
|
*
Makefile: move more flags to the top Makefile
Masahiro Yamada
2014-02-19
1
-0
/
+35
[prev]
[next]