summaryrefslogtreecommitdiff
path: root/board/astro
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+4
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-23m68k: add architecture-specific u-boot.ldsangelo@sysam.it1-86/+0
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-4/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+19
2014-06-12m68k: Fix warnings with gcc 4.6Simon Glass2-2/+2
2014-05-13fpga: xilinx: Simplify load/dump/info function handlingMichal Simek1-1/+2
2014-05-13fpga: xilinx: Fix the rest of CamelCasesMichal Simek1-19/+19
2014-05-13fpga: xilinx: Avoid CamelCase for in Xilinx_descMichal Simek1-1/+1
2014-05-13fpga: spartan3: Avoid CamelCaseMichal Simek1-2/+2
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-69/+4
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-19ColdFire: Fix build error for astro mcf53731 board.Jason Jin1-53/+11
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2010-12-09Remove redundant config.mk filesWolfgang Denk1-25/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-3/+1
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-2/+2
2010-03-24add ASTRO MCF5373L boardWolfgang Wegner6-0/+893