aboutsummaryrefslogtreecommitdiff
path: root/board/armltd/integrator
AgeCommit message (Expand)AuthorFilesLines
2021-07-06ARM: integrator: Drop PCI supportLinus Walleij4-651/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass2-1/+3
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-1/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass1-1/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng1-3/+1
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay1-22/+23
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-6/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-17/+8
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2015-08-12integrator: switch to DM serial portLinus Walleij1-0/+18
2015-04-23integrator: stop zeroing the gd flagsLinus Walleij1-2/+0
2015-04-23ARM: integrator: move board select into mach-integrator/KconfigMasahiro Yamada1-103/+0
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-24/+0
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-32/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+14
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+159
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-1/+1
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-24/+4
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk6-6/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-132/+8
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+110
2012-03-04integrator: remove fragile delay loop from PCI codeLinus Walleij1-5/+2
2012-02-27integrator: rewrite the AP PCI driverLinus Walleij2-250/+532
2012-02-27integrator: stop calling pci_init() twiceLinus Walleij1-3/+0
2011-11-10integrator: enable Vpp and disable flash protectionLinus Walleij1-0/+20
2011-11-10integrator: add system controller headerLinus Walleij1-0/+91
2011-11-10integrator: make flash writeable on bootLinus Walleij2-0/+77
2011-11-10integrator: use io-accessors for board initLinus Walleij1-4/+5
2011-11-10integrator: move text offset to configLinus Walleij1-5/+0
2011-11-08integrator: do not test first part of the memoryLinus Walleij1-4/+15
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-09-03integrator: convert to new build systemLinus Walleij1-220/+0
2011-09-03integratorap: support relocationLinus Walleij1-8/+7