- 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
- f602aa0 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · 21 years ago
- f5547d3 * Modify XLB arbiter priorities on MPC5200 so all devices use same by wdenk · 21 years ago
- 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
- bb2d927 * Header file cleanup for ARM by wdenk · 21 years ago
- dbae504 Patch by Murray Jensen, 20 Jun 2003: by wdenk · 21 years ago
- b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
- 2029f4d * Added support for both PCMCIA slots (at the same time!) on MPC8xx by wdenk · 22 years ago
- 1272e23 * Vince Husovsky, 7 Nov 2002: by wdenk · 22 years ago
- e221174 Initial revision by wdenk · 22 years ago