Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
e91df49fbb56858003ebe61191ae07b223a7b866
/
Makefile
cbac2a6
xilinx: delete meaningless .gitignore files
by Masahiro Yamada
· 11 years ago
33a02da
kbuild: allow empty board directories
by Masahiro Yamada
· 11 years ago
db5b339
kbuild: add "cross_tools" target to build tools for the target
by Masahiro Yamada
· 11 years ago
1ec8b4e
kbuild: fix "tools-all" target
by Masahiro Yamada
· 11 years ago
a86cf89
kbuild: consolidate PLATFORM_LIBS
by Masahiro Yamada
· 11 years ago
39f7611
dm: Add a demonstration/example driver
by Simon Glass
· 11 years ago
2e7d35d
dm: Add basic tests
by Simon Glass
· 11 years ago
6494d70
dm: Add base driver model support
by Simon Glass
· 11 years ago
714a562
sandbox: Build a device tree file for sandbox
by Simon Glass
· 11 years ago
3d5a335
nand_spl: display warning message to inform the end of nand_spl
by Masahiro Yamada
· 11 years ago
2d88a6a
Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR
by Masahiro Yamada
· 11 years ago
4a37755
kbuild: Move linker sciript check to prepare1
by Masahiro Yamada
· 11 years ago
331b45f
kbuild: Fix a false error of generic board support
by Masahiro Yamada
· 11 years ago
0d1e8aa
kbuild: get back DTB at the top directory
by Masahiro Yamada
· 11 years ago
ed1ca52
kbuild: add misc targets, help, ubootrelease, ubootversion
by Masahiro Yamada
· 11 years ago
886d86e
kbuild: support building signle targets
by Masahiro Yamada
· 11 years ago
630d234
kbuild: refactor more IMX image rules
by Masahiro Yamada
· 11 years ago
4e0c8ab
kbuild: use shorten logs for IMX images
by Masahiro Yamada
· 11 years ago
04a34c9
kbuild: use shorten logs for misc targets
by Masahiro Yamada
· 11 years ago
ad0fed4
kbuild: use shorten log for linking u-boot
by Masahiro Yamada
· 11 years ago
982a119
kbuild: use shorten logs for combined rules of mkimage, padding and cat
by Masahiro Yamada
· 11 years ago
ee0acfa
kbuild: use shorten logs for cat rules
by Masahiro Yamada
· 11 years ago
9bf215b
kbuild: use shorten logs for mkimage rules
by Masahiro Yamada
· 11 years ago
f9c235f
kbuild: use shorten logs objcopy rules
by Masahiro Yamada
· 11 years ago
03c7b3f
kbuild: Add $(Q) when descending into subdirectories
by Masahiro Yamada
· 11 years ago
95ddcd6
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
by Masahiro Yamada
· 11 years ago
6a44d80
kbuild: move asm-offsets.h rules to ./Kbuild
by Masahiro Yamada
· 11 years ago
6378008
kbuild: abolish "depend" target
by Masahiro Yamada
· 11 years ago
7424145
kbuild: consolidate version and timestamp headers generation
by Masahiro Yamada
· 11 years ago
5b1f1f4
Makefile: add a new script to check -fstack-usage support
by Masahiro Yamada
· 11 years ago
2765118
kbuild: fix errors of 'make *tags' and 'make cscope'
by Masahiro Yamada
· 11 years ago
73c8b52
kbuild: a minor optimization of "make clobber"
by Masahiro Yamada
· 11 years ago
3e11350
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
0a8e823
Prepare v2014.04-rc1
by Tom Rini
· 11 years ago
6ab6b2a
dts: re-write dts/Makefile more simply with Kbuild
by Masahiro Yamada
· 11 years ago
8fac9c7
kernel-doc: move kernel-doc tools to scripts/
by Masahiro Yamada
· 11 years ago
3341bfe
kbuild: check clean source and generate Makefile for out-of-tree build
by Masahiro Yamada
· 11 years ago
53bca5a
kbuild: support simultaneous board configuration and "make all"
by Masahiro Yamada
· 11 years ago
efcf861
kbuild: use scripts/Makefile.clean
by Masahiro Yamada
· 11 years ago
2887c47
Makefile: refactor tools-all targets
by Masahiro Yamada
· 11 years ago
3f76e98
Makefile: Do not pass MTD_VERSION from the top Makefile
by Masahiro Yamada
· 11 years ago
656de6b
kbuild: refactor Makefile and spl/Makefile more
by Masahiro Yamada
· 11 years ago
cbce795
examples: move api/ and standalone/ entry to examples/Makefile
by Masahiro Yamada
· 11 years ago
433b2f1
kbuild: change the top Makefile to more Kbuild-ish structure
by Masahiro Yamada
· 11 years ago
7390643
Makefile: remove a cleaning target "tidy"
by Masahiro Yamada
· 11 years ago
5fe6301
kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary
by Masahiro Yamada
· 11 years ago
47f1571
kbuild: convert some make rules to Kbuild style
by Masahiro Yamada
· 11 years ago
5f30f3b
kbuild: move some lines to more suitable place
by Masahiro Yamada
· 11 years ago
6825a95
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
9e41403
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
ced0715
Makefile: move more stuff to top Makefile
by Masahiro Yamada
· 11 years ago
fea1ca8
Makefile: refactor include path settings
by Masahiro Yamada
· 11 years ago
2b3c9d3
Makefile: move more flags to the top Makefile
by Masahiro Yamada
· 11 years ago
bf4b3de
kbuild: Use Kbuild.include
by Masahiro Yamada
· 11 years ago
f6322eb
Makefile: move some variable definitions to the top Makefile
by Masahiro Yamada
· 11 years ago
a0b14c3
nand-spl: Use scripts/Makefile.build
by Masahiro Yamada
· 11 years ago
4a20df3
examples: Use scripts/Makefile.build
by Masahiro Yamada
· 11 years ago
e183a17
board: samsung: refactor host programs
by Masahiro Yamada
· 11 years ago
940db16
tools: convert makefiles to kbuild style
by Masahiro Yamada
· 11 years ago
0b2d3f2
ARM: NET: Remove the IXP NPE ethernet driver
by Marek Vasut
· 11 years ago
690e425
powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBI
by Prabhakar Kushwaha
· 11 years ago
b44bd2c
Prepare v2014.01
by Tom Rini
· 11 years ago
v2014.01
cddb6b8
Prepare v2014.01-rc3
by Tom Rini
· 11 years ago
v2014.01-rc3
7f673c9
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
54799e4
arm64: Make checkarmreloc accept arm64 relocations
by Scott Wood
· 11 years ago
f4dc714
arm64: Turn u-boot.bin back into an ELF file after relocate-rela
by Scott Wood
· 11 years ago
8137af1
arm64: Add tool to statically apply RELA relocations
by Scott Wood
· 11 years ago
7dcd3a2
tegra: allow build to succeed with SPL disabled
by Vidya Sagar
· 11 years ago
5727026
Makefile: fix broken pipe error for lcd4_lwmon5 board
by Masahiro Yamada
· 11 years ago
ace8f50
Makefile: fix the typo error for mrproper
by Bo Shen
· 11 years ago
fd44194
Prepare v2014.01-rc2
by Tom Rini
· 11 years ago
v2014.01-rc2
475c506
Makefile, .gitignore: Cleanup non-existing binaries
by Masahiro Yamada
· 11 years ago
aaed2eb
examples: x86: delete 82559_eeprom
by Masahiro Yamada
· 11 years ago
e8a8b82
Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)
by Masahiro Yamada
· 11 years ago
6bb6049
Makefile: delete unnecessary lines
by Masahiro Yamada
· 11 years ago
dd88ab3
Makefile: Move some scripts imported from Linux
by Masahiro Yamada
· 11 years ago
392ba52
drivers/mtd: descend into sub directories only when it is necessary
by Masahiro Yamada
· 11 years ago
755e08f
post: descend only when CONFIG_HAS_POST is defined
by Masahiro Yamada
· 11 years ago
8e9a6cb
Makefile: delete a make rule of $(LDSCRIPT)
by Masahiro Yamada
· 11 years ago
74c43bb
Makefile: correct dependencies of asm-offsets.[hs]
by Masahiro Yamada
· 11 years ago
a8c0754
Makefile: use two double-quotations as a pair
by Masahiro Yamada
· 11 years ago
65947ab
Makefile: Do not create empty autoconf.mk on error
by Masahiro Yamada
· 11 years ago
a804b5c
Add dumpimage, a tool to extract data from U-Boot images
by Guilherme Maciel Ferreira
· 11 years ago
4b210ad
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
f15ea6e
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
47ed5dd
arm: keep all sections in ELF file
by Albert ARIBAUD
· 11 years ago
985e18d
blackfin: Do not generate unused header bootrom-asm-offsets.h
by Masahiro Yamada
· 11 years ago
77fdd6d
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 11 years ago
d19ad72
Prepare v2014.01-rc1
by Tom Rini
· 11 years ago
v2014.01-rc1
5614e71
Driver/DDR: Moving Freescale DDR driver to a common driver
by York Sun
· 11 years ago
fdc3697
Makefile: move some libraries to lib/Makefile
by Masahiro Yamada
· 11 years ago
8a7e7d5
Makefile: descend into subdirectories only when CONFIG_API is defined
by Masahiro Yamada
· 11 years ago
2e78e75
tools: updater: Remove remainders of dead board
by Masahiro Yamada
· 11 years ago
57c3e5f
Makefile: move fs/fat/ entry to drivers/Makefile
by Masahiro Yamada
· 11 years ago
0a3656a
powerpc: mpc824x: Do not create a symbolic link to bedbug_603e.c
by Masahiro Yamada
· 11 years ago
5cdee2d
powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.c
by Masahiro Yamada
· 11 years ago
88afda1
Makefile: delete unused lines
by Masahiro Yamada
· 11 years ago
bc8bb6e
Makefile: refactor a little
by Masahiro Yamada
· 11 years ago
e2906a5
Makefile: rename all libraries to built-in.o
by Masahiro Yamada
· 11 years ago
fdd91fa
drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=y
by Masahiro Yamada
· 11 years ago
Next »