index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
board
/
cobra5272
Age
Commit message (
Expand
)
Author
2016-01-20
m68k: move CONFIG_SYS_TEXT_BASE to defconfig files
Masahiro Yamada
2015-11-20
Move console definitions into a new console.h file
Simon Glass
2015-04-23
m68k: add architecture-specific u-boot.lds
angelo@sysam.it
2014-09-24
MAINTAINERS: comment out blank M: field
Masahiro Yamada
2014-09-13
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
2014-07-30
Add board MAINTAINERS files
Masahiro Yamada
2014-07-30
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
2013-11-01
m68k: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-14
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-15
Replace __bss_end__ with __bss_end
Simon Glass
2013-03-12
Refactor linker-generated arrays
Albert ARIBAUD
2012-10-22
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
common: Add .u_boot_list into all linker files
Marek Vasut
2012-07-29
doc: cleanup - move board READMEs into respective board directories
Wolfgang Denk
2011-10-18
ColdFire: Cleanup lds files for multiple defined symbols
stany MARCEL
2011-07-26
Remove calls to set_timer outside arch/
Graeme Russ
2011-03-27
rename _end to __bss_end__
Po-Yu Chuang
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-10-18
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
Wolfgang Denk
2010-04-13
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
Peter Tyser
2010-04-13
Rename lib_generic/ to lib/
Peter Tyser
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
2009-03-20
Fix all linker script to handle all rodata sections
Trent Piepho
2008-11-03
ColdFire: Remove platforms mii.c file
TsiChung Liew
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename environment.c in env_embedded.c to reflect is functionality
Jean-Christophe PLAGNIOL-VILLARD
2008-07-11
Fix compile error caused by incorrect function return type
TsiChung Liew
2008-06-12
Change initdram() return type to phys_size_t
Becky Bruce
2008-05-20
Big white-space cleanup.
Wolfgang Denk
2008-04-18
Remove all the search paths from the .lds files.
Jason Wessel
2008-02-14
Fix remaining CONFIG_COMMANDS
Jean-Christophe PLAGNIOL-VILLARD
2008-01-12
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
Wolfgang Denk
2007-08-16
ColdFire: cobra5272 platform for MCF52x2 update
TsiChungLiew
2006-10-08
Move "ar" flags to config.mk to allow for silent "make -s"
Wolfgang Denk
2006-09-01
Add support for a saving build objects in a separate directory.
Marian Balakowicz
2006-05-09
Fixes for gcc 3.4 based m68k toolchain,
Marian Balakowicz
2006-03-11
More GCC 4.x code cleanup
Wolfgang Denk
2005-08-31
Fix problems with ld version 2.16 (dot outside sections problem)
Wolfgang Denk
2005-01-09
Patch by Florian Schlote, 08 Sep 2004:
wdenk