Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3b48b4ff8c6f45c0e8cede9044f0ed9e332e5cf1
/
config.mk
49a88e3
Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
by Masahiro Yamada
· 11 years ago
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
36f3e65
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
4c08a1d
cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header
by Masahiro Yamada
· 11 years ago
2188b96
config.mk: Delete unnecessary code
by Masahiro Yamada
· 11 years ago
b143210
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
4a0e05d
ARM: mxs: tools: Add mkimage support for MXS bootstream
by Marek Vasut
· 11 years ago
2d2e3b6
TPL : introduce the TPL based on the SPL
by Ying Zhang
· 11 years ago
2c8c3c2
SPL: Makefile: Build a separate autoconf.mk for SPL
by Joel Fernandes
· 11 years ago
1f78f06
Validate dtc is new enough
by Stephen Warren
· 11 years ago
1234ce7
Licenses: introduce SPDX Unique Lincense Identifiers
by Wolfgang Denk
· 11 years ago
8c7d16d
mkimage: Use board config to get CONFIG_FIT_SIGNATURE value
by Simon Glass
· 11 years ago
f19be41
mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE
by Simon Glass
· 11 years ago
35191a3
image: Add RSA support for image signing
by Simon Glass
· 11 years ago
831aa54
Support tracing in config.mk when enabled
by Simon Glass
· 11 years ago
d086bf1
build: Pull -DBUILD_TAG into separate ifdef
by Marek Vasut
· 12 years ago
07253bb
Trigger generic board error only when building
by Simon Glass
· 12 years ago
07a78db
Makefile: Add target for combined u-boot.img & spl/u-boot.bin
by Stefan Roese
· 12 years ago
8149ac9
Makefile: Move SHELL setup to config.mk
by Benoît Thébaudeau
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
6682832
__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board
by Simon Glass
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
a0603a3
common: Add symbol handling for generic lists into Makefile
by Marek Vasut
· 12 years ago
787d532
add check infrastructure, default sparse
by Kim Phillips
· 12 years ago
21bb3ec
serial: Compile drivers/serial/serial.c by default
by Marek Vasut
· 12 years ago
6082822
serial: Unconditionally enable CONFIG_SERIAL_MULTI
by Marek Vasut
· 12 years ago
4b4969b
tools, config.mk: add binutils-version
by Allen Martin
· 12 years ago
681b0e0
config: Always use GNU ld
by Khem Raj
· 12 years ago
0ba64c3
Makefile: Add u-boot.spr build target (SPEAr)
by Stefan Roese
· 13 years ago
5436f9c
tools, config.mk: Add gcc-version.sh, cc-version test from Linux
by Tom Rini
· 13 years ago
b7f3413
config.mk: Check for -fstack-usage support
by Tom Rini
· 13 years ago
a384c6c
config.mk: Make cc-option create a file under include/generated
by Tom Rini
· 13 years ago
9ba618a
config.mk: use memoization in cc-option macro to speed up compilation
by Daniel Schwierzeck
· 13 years ago
9209ed5
Reduce build times
by Wolfgang Denk
· 13 years ago
38d6b8d
fdt: Add support for embedded device tree (CONFIG_OF_EMBED)
by Simon Glass
· 13 years ago
122035e
build: force migration away from $(AR)
by Mike Frysinger
· 13 years ago
935c5bc
Adjust dependency rules to permit per-file flags
by Simon Glass
· 13 years ago
f6312ad
disable security warning flags when possible
by Mike Frysinger
· 14 years ago
a180922a
Extend build-system for SPL framework
by Daniel Schwierzeck
· 13 years ago
4e16feb
config.mk: move LDSCRIPT processing to the top-level Makefile
by Ilya Yanok
· 13 years ago
34c6dd2
Handle most LDSCRIPT setting centrally
by Scott Wood
· 14 years ago
3935873
Introduce a new linker flag LDFLAGS_FINAL
by Haiying Wang
· 14 years ago
31162e1
Top config.mk: add include/config.mk
by Joakim Tjernlund
· 14 years ago
b859b8c
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
by Nobuhiro Iwamatsu
· 14 years ago
031711b
config.mk: unify duplicated flag setting
by Mike Frysinger
· 14 years ago
302141d
Coding Style (white space) cleanup
by Wolfgang Denk
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
0708bc6
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
a569861
config.mk: avoid -traditional-cpp on OS X 10.5
by Mike Frysinger
· 14 years ago
56fff49
nios: remove nios-32 arch
by Thomas Chou
· 15 years ago
788f4a2
config.mk: use different host compiler for OS X 10.6
by Andreas Biessmann
· 15 years ago
29514c7
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
by Peter Tyser
· 15 years ago
cede5d8
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago
b577a2f
Change directory-specific CFLAGS to use full path
by Peter Tyser
· 15 years ago
d53e8fd
Create CPUDIR variable
by Peter Tyser
· 15 years ago
16c91a1
makefiles: fixes for building build tools
by Scott Wood
· 15 years ago
6472af8
ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
by Kumar Gala
· 15 years ago
91acc21
start a linker script helper file
by Mike Frysinger
· 15 years ago
18d46c0
Fix all linker scripts for older binutils versions (pre-2.16)
by Wolfgang Denk
· 15 years ago
d47f486
ARM: compiler options cleanup - improve tool chain support
by Wolfgang Denk
· 15 years ago
31d434d
Move architecture specific config.mk files into subdirs
by Peter Tyser
· 15 years ago
56e77a6
config.mk: Remove unused HPATH
by Shinya Kuribayashi
· 15 years ago
d9d755b
config.mk: Remove $(PCI_CLOCK) reference
by Shinya Kuribayashi
· 15 years ago
c710f99
add %.c->%.i and %.c->%.s rules
by Mike Frysinger
· 15 years ago
a79d8e4
allow boards to customize compiler options on a per-file/dir basis
by Mike Frysinger
· 15 years ago
5bdf631
config.mk: remove un-needed REMOTE_BUILD check
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
8ccb33f
build system: treat all Darwin's alike
by Mike Frysinger
· 16 years ago
98c0286
Remove unneeded CONFIG_SHELL references
by Peter Tyser
· 16 years ago
0e0390d
make: Remove redundant __ARM__ addition when cross-compiling on *BSD
by Shinya Kuribayashi
· 16 years ago
686d44d
config.mk: Move arch-specific condition to $(ARCH)_config.mk
by Shinya Kuribayashi
· 16 years ago
e7af207
Conditionally add -fno-stack-protector to CFLAGS
by Haavard Skinnemoen
· 17 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
979b4bd
config.mk: use correct (cross) compiler
by Wolfgang Denk
· 17 years ago
1fbf223
include autoconf.mk before any other .mk files
by Mike Frysinger
· 17 years ago
7b2d836
Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin
by Wolfgang Denk
· 17 years ago
1280555
Only use TEXT_BASE if defined by the board
by Mike Frysinger
· 17 years ago
908e776
generate u-boot.ldr for Blackfin targets
by Mike Frysinger
· 17 years ago
0f91019
[BUILD] Generate include/autoconf.mk from board config files
by Grant Likely
· 17 years ago
aa06940
blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
by Shinya Kuribayashi
· 17 years ago
450c23e
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
by Aubrey.Li
· 18 years ago
71c20d6
Automatically adjust ARFLAGS so "make -s" is really silent.
by Wolfgang Denk
· 18 years ago
1cd6bf0
Don't pass any debug options directly to the assembler
by Haavard Skinnemoen
· 18 years ago
dbeba6c
Use -g instead of -gstabs in AFLAGS_DEBUG
by Wolfgang Denk
· 18 years ago
6a65e42
Move "ar" flags to config.mk to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
4df0da5
Coding style cleanup
by Wolfgang Denk
· 18 years ago
42fbddd
Add support for AMCC Sequoia PPC440EPx eval board
by Stefan Roese
· 18 years ago
d62379d
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
b4b1c46
Merge with /home/hs/U-Boot/u-boot-dev
by Wolfgang Denk
· 18 years ago
9a460d2
Fix gcc 3.4.x AFLAGS setting for m68k platform.
by Marian Balakowicz
· 19 years ago
3e8b1dc
Fixes for gcc 3.4 based m68k toolchain, based on patch by Jate Sujjavanich.
by Marian Balakowicz
· 19 years ago
ac1956e
Add MCF5282 support (without preloader)
by Heiko Schocher
· 19 years ago
46d2b52
Add ADI Blackfin support
by Wolfgang Denk
· 19 years ago
2105aa2
Cleanup (get rid of debug code that sneaked in)
by Wolfgang Denk
· 19 years ago
f14cc26
Added GPIO initialization of DF signal. Still not working.
by Markus Klotzbücher
· 19 years ago
21e69a0
This is the first commit for the u-boot zylonite port. The following has be
by Markus Klotzbücher
· 19 years ago
03f9ba3
Update ARM Integrator boards:
by Wolfgang Denk
· 19 years ago
aba5809
Make sure only supported compiler options are used
by Wolfgang Denk
· 19 years ago
9095d4a
* Patch by Eran Liberty Add support for the Freescale MPC8349ADS board.
by Eran Liberty
· 19 years ago
f8e9a23
Patch by Steven Scholz, 16 Aug 2004:
by wdenk
· 20 years ago
e4adb35
Patch by Scott McNutt, 25 Apr 2004:
by wdenk
· 21 years ago
Next »