Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
10e4779db8ae6c2784392fa7a1f690645918662d
/
arch
/
arm
/
cpu
/
arm926ejs
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
65d2190
ARM: mxs: support full SPL framework
by Mans Rullgard
· 7 years ago
2f66b40
ARM: mxs: move spl data
by Mans Rullgard
· 7 years ago
96db04f
ARM: arm926ejs: fix lowlevel_init call
by Mans Rullgard
· 7 years ago
04ef865
ARM: mxs: make lowlevel_init() weak
by Mans Rullgard
· 7 years ago
9c21549
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· 7 years ago
b7c82ed
build: Drop CONFIG_SPL_BUILD guards in some cases
by Tom Rini
· 7 years ago
a9e5609
arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMC
by Thomas Petazzoni
· 7 years ago
39412c2
board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/
by Thomas Petazzoni
· 7 years ago
699c223
arm: spear: do not return random value from stack
by xypron.glpk@gmx.de
· 7 years ago
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· 7 years ago
9d69424
mx25: Add function to set PER clocks
by Benoît Thébaudeau
· 8 years ago
9f2aa98
mx25: Fix imx_get_perclk()
by Benoît Thébaudeau
· 8 years ago
80f2edf
arch/arm/cpu/arm926ejs/omap: Remove
by Tom Rini
· 8 years ago
2f949c3
board_f: Drop setup_dram_config() wrapper
by Simon Glass
· 8 years ago
1c640a6
arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD
by Tom Rini
· 8 years ago
06f108e
serial, ns16550: bugfix: ns16550 fifo not enabled
by Heiko Schocher
· 8 years ago
b2c8868
mmc: move more driver config options to Kconfig
by Masahiro Yamada
· 8 years ago
aaf7d12
ARM: mxs: Remove unused variable warning
by Marek Vasut
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
167ad90
spear: Use upper case for CONFIG options
by Simon Glass
· 8 years ago
84f9b61
ARM: Move SYS_CACHELINE_SIZE over to Kconfig
by Tom Rini
· 8 years ago
8540658
arm: Move check_cache_range() into a common place
by Simon Glass
· 8 years ago
edf3271
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
9084407
arm: Allow skipping of low-level init with I-cache on
by Simon Glass
· 9 years ago
0ad9e1f
arm: mxs: Remove misleading comments
by Michael Heimpold
· 8 years ago
3056e50
mx27: 16-bit wide watchdog registers
by Leonid Iziumtsev
· 9 years ago
d1e22fa
ARM: Various: Future-proof serial platdata
by Adam Ford
· 9 years ago
8d4b7e9
ARM: start.S: fix typo
by Yuichiro Goto
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
45e3fd9
arm: lpc32xx: switch SPL builds to driver model
by Vladimir Zapolskiy
· 9 years ago
8bf9450
arm: lpc32xx: switch serial console to driver model
by Vladimir Zapolskiy
· 9 years ago
364e536
ARM: mxs: allow boards to select DC-DC switching clock source
by Michael Heimpold
· 9 years ago
6823cdd
ARM: mxs: fix VDDD brownout setting
by Michael Heimpold
· 9 years ago
9332042
mxs: add parameter base_addr for mxs_set_lcdclk
by Peng Fan
· 9 years ago
67d3dd24
Merge git://git.denx.de/u-boot
by Stefano Babic
· 9 years ago
a382322
arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
by Albert ARIBAUD
· 9 years ago
a7209a2
imx: cpu: move common chip revision id's
by Adrian Alonso
· 9 years ago
c62d1b5
lpc32xx: fix calculation of HCLK PLL output clock
by Vladimir Zapolskiy
· 9 years ago
69804d4
arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4
by Stefan Roese
· 9 years ago
b7f8ed2
lpc32xx: remove duplicated DMA_CLK_ENABLE bit definition
by Vladimir Zapolskiy
· 9 years ago
b741b16
imx: mxs: reimplement get_cpu_rev
by Peng Fan
· 9 years ago
0fe2e85
imx: mx27 implement get_cpu_rev
by Peng Fan
· 9 years ago
c58b7ef
arm: mxs: Fix mkimage invocation
by Marek Vasut
· 9 years ago
448e84f
arm: spear: Enable caches on SPEAr
by Stefan Roese
· 9 years ago
7618ad0
arm: spear: Move to common SPL infrastructure
by Stefan Roese
· 9 years ago
64bbb7d
usb: spear: Add support for both SPEAr600 EHCI controllers
by Stefan Roese
· 9 years ago
890cc77
usb: lpc32xx: add host USB driver
by Sylvain Lemieux
· 9 years ago
90a837f
dma: lpc32xx: add DMA driver
by Sylvain Lemieux
· 9 years ago
0e2e12a
arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INIT
by Stefan Roese
· 9 years ago
eb48e2b
lpc32xx: cpu: add support for soft reset
by Sylvain Lemieux
· 9 years ago
4f62bc1
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
297abca
imx28: Fix issue with GCC 5.x
by Måns Rullgård
· 9 years ago
2219026
ARM: cache: implement a default weak flush_cache() function
by Wu, Josh
· 9 years ago
aaa3545
ARM: cache: add an empty stub function for invalidate/flush dcache
by Wu, Josh
· 9 years ago
78f04f0
nand: lpc32xx: add SLC NAND controller support
by Vladimir Zapolskiy
· 9 years ago
8bffd71
net: lpc32xx: add RMII phy mode support
by Vladimir Zapolskiy
· 9 years ago
a787d95
mxs: Do not disable bo detection when DC-DC is already enabled
by Stefan Wahren
· 10 years ago
73348c0
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
09b0057
ARM: mxs: Get boot mode from OCRAM
by Jörg Krause
· 10 years ago
6e37874
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
by Simon Glass
· 10 years ago
ee69a39
lpc32xx: add support for board work_92105
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
24bfa9d
lpc32xx: add LPC32xx SSP support (SPI mode)
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
eb135ad
lpc32xx: add GPIO support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
b23324c
lpc32xx: i2c: add LPC32xx I2C interface support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
7c97f70
lpc32xx: mtd: nand: add MLC NAND controller
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
391e163
lpc32xx: add Ethernet support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
126f359
ARM: move -march=* and -mtune= options to arch/arm/Makefile
by Masahiro Yamada
· 10 years ago
ffdb488
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
23d9b03
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 10 years ago
2ac3792
edminiv2: switch to SPL
by Albert ARIBAUD
· 10 years ago
236d957
ARM: remove dkb board support
by Masahiro Yamada
· 10 years ago
26ea9f4
ARM: remove jadecpu board support
by Masahiro Yamada
· 10 years ago
0f2ec0a
ARM: versatile: move SoC sources to mach-versatile
by Masahiro Yamada
· 10 years ago
2253764
ARM: orion5x: move SoC sources to mach-orion5x
by Masahiro Yamada
· 10 years ago
5d083e1
ARM: nomadik: move SoC sources to mach-nomadik
by Masahiro Yamada
· 10 years ago
5e5e23a
ARM: kirkwood: move SOC sources to mach-kirkwood
by Masahiro Yamada
· 10 years ago
3644548
ARM: davinci: move SoC sources to mach-davinci
by Masahiro Yamada
· 10 years ago
e77d1d9
ARM: at91: collect SoC sources into mach-at91
by Masahiro Yamada
· 10 years ago
803f21a
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 10 years ago
6bfc15a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
9bf144c
arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode
by Graeme Russ
· 10 years ago
b82e470
arm: mxs: Enable booting of mx28 without battery
by Graeme Russ
· 10 years ago
0f2483a
arm: mxs: Add debug outputs and comments to mxs SPL source files
by Graeme Russ
· 10 years ago
6834865
ARM: atmel: cleanup: remove at91cap9 related code
by Bo Shen
· 10 years ago
35d908c
davinci: Do not duplicate setting of gd
by Tom Rini
· 10 years ago
8312e53
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 10 years ago
f680edb
ARM: kirkwood: fix cpu info for 6282 device id
by Luka Perkov
· 11 years ago
b642d83
arm, arm926ejs: make thumb mode compileable
by Heiko Schocher
· 10 years ago
e80958b
Add support for Seagate BlackArmor NAS220
by Evgeni Dobrev
· 10 years ago
74e1fce
mx25: Fix boot hang by avoiding vector relocation
by Fabio Estevam
· 10 years ago
9882e20
mx25: Remove empty line after printing the reset cause
by Fabio Estevam
· 10 years ago
36f9f1b
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
7e08a1f
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
abde127
kbuild: use SoC-specific CONFIG to descend into SoC directory
by Masahiro Yamada
· 10 years ago
40e73b1
kbuild: Descend into SOC directory from CPU directory
by Masahiro Yamada
· 10 years ago
c210f8b
dm: at91: Add platform data for GPIO on at91sam9260-based boards
by Simon Glass
· 10 years ago
eff8e68
replace DIV_ROUND with DIV_ROUND_CLOSEST
by Masahiro Yamada
· 10 years ago
bd6e56f
imx: fix exception vectors relocation in imx27
by Albert ARIBAUD
· 10 years ago
406c4b30
ARM: mxs: tools: Add support for boot progress display flag
by Alexey Ignatov
· 10 years ago
Next »