aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
AgeCommit message (Expand)AuthorFilesLines
2018-10-19arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config optionVladimir Zapolskiy1-3/+0
2018-10-19arm: lpc32xx: add CONFIG_ARCH_LPC32XX build optionVladimir Zapolskiy1-0/+20
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay4-9/+6
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-5/+0
2018-09-25arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is builtQuentin Schulz1-0/+3
2018-09-10arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is builtQuentin Schulz1-0/+3
2018-09-10ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford5-36/+23
2018-06-18ARM: mxs: let boards override entire dram parameter tableMans Rullgard1-7/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini52-107/+52
2018-04-27ARM: mxs: support full SPL frameworkMans Rullgard4-2/+15
2018-04-27ARM: mxs: move spl dataMans Rullgard2-6/+3
2018-04-27ARM: arm926ejs: fix lowlevel_init callMans Rullgard1-2/+2
2018-04-27ARM: mxs: make lowlevel_init() weakMans Rullgard1-1/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-01-10build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini2-10/+2
2017-08-26arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMCThomas Petazzoni1-1/+1
2017-08-26board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/Thomas Petazzoni3-0/+425
2017-08-13arm: spear: do not return random value from stackxypron.glpk@gmx.de1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic2-2/+2
2017-05-31mx25: Add function to set PER clocksBenoît Thébaudeau1-0/+19
2017-05-31mx25: Fix imx_get_perclk()Benoît Thébaudeau1-1/+10
2017-05-15arch/arm/cpu/arm926ejs/omap: RemoveTom Rini4-433/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-03-18arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini2-2/+2
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher1-4/+8
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada1-4/+4
2016-12-19ARM: mxs: Remove unused variable warningMarek Vasut1-2/+2
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-16spear: Use upper case for CONFIG optionsSimon Glass1-1/+1
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini1-5/+0
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass1-17/+0
2016-06-13Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-0/+2
2016-06-12arm: Allow skipping of low-level init with I-cache onSimon Glass1-0/+2
2016-06-07arm: mxs: Remove misleading commentsMichael Heimpold1-2/+2
2016-03-25mx27: 16-bit wide watchdog registersLeonid Iziumtsev1-4/+4
2016-03-14ARM: Various: Future-proof serial platdataAdam Ford1-4/+4
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-2/+2
2016-01-13arm: lpc32xx: switch SPL builds to driver modelVladimir Zapolskiy1-1/+1
2016-01-13arm: lpc32xx: switch serial console to driver modelVladimir Zapolskiy1-2/+35
2016-01-03ARM: mxs: allow boards to select DC-DC switching clock sourceMichael Heimpold1-0/+34
2015-12-01ARM: mxs: fix VDDD brownout settingMichael Heimpold1-2/+2
2015-11-12mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan1-1/+1
2015-11-12Merge git://git.denx.de/u-bootStefano Babic2-0/+16
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2-0/+16
2015-10-30imx: cpu: move common chip revision id'sAdrian Alonso1-0/+1
2015-10-11lpc32xx: fix calculation of HCLK PLL output clockVladimir Zapolskiy1-5/+5
2015-09-11arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4Stefan Roese1-0/+34
2015-09-11lpc32xx: remove duplicated DMA_CLK_ENABLE bit definitionVladimir Zapolskiy1-2/+1
2015-09-02imx: mxs: reimplement get_cpu_revPeng Fan1-28/+24