~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-05
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
* nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2021-10-06
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Move testdram() into init.hSimon Glass2020-01-17
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* MAINTAINERS: Switch nxp.com domainFabio Estevam2018-05-01
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-27
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-13
* board_f: Drop return value from initdram()Simon Glass2017-04-05
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-05
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-03
* m68k: move CONFIG_SYS_TEXT_BASE to defconfig filesMasahiro Yamada2016-01-20
* m68k: add architecture-specific u-boot.ldsangelo@sysam.it2015-04-23
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13
* Add board MAINTAINERS filesMasahiro Yamada2014-07-30
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-30
* m68k: convert makefiles to Kbuild styleMasahiro Yamada2013-11-01
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-12
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-15
|/
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-22
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-22
* ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang2012-09-20
* ColdFire: Cleanup for partial linking and --gc-sectionsJason Jin2011-09-04
* rename _end to __bss_end__Po-Yu Chuang2011-03-27
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18
* m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2010-04-13
* Rename lib_generic/ to lib/Peter Tyser2010-04-13
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13
* Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-20
* ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew2009-03-17
* ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew2008-11-03
* ColdFire: Remove platforms mii.c fileTsiChung Liew2008-11-03
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18
* rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-10
* Update MTD to that of Linux 2.6.22.1William Juul2008-08-12
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12
* Big white-space cleanup.Wolfgang Denk2008-05-21
* Remove all the search paths from the .lds files.Jason Wessel2008-04-17
* ColdFire: Update FlexBus CS for MCF532xTsiChungLiew2008-01-17
* Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2008-01-12
* ColdFire: fix build error becasue of bad type of mii_init()Liew Tsi Chung-r5aahp2007-09-15
* ColdFire: MCF5329 Update and cleanupTsiChungLiew2007-08-16
* Coding style cleanupStefan Roese2007-08-08
* Added NAND supportTsiChungLiew2007-08-08
* Moved sync() from board file to include/asm-m68k/io.hTsiChungLiew2007-08-08