Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8a03b0dbd77a9cdaddc8e478495842aa939981bc
/
arch
/
arm
/
cpu
/
arm926ejs
/
mxs
f7ed78b
treewide: convert bd_t to struct bd_info by coccinelle
by Masahiro Yamada
· 4 years, 5 months ago
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· 4 years, 7 months ago
0f2af88
common: Drop log.h from common header
by Simon Glass
· 4 years, 7 months ago
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· 4 years, 7 months ago
9758973
common: Drop init.h from common header
by Simon Glass
· 4 years, 7 months ago
274e0b0
common: Drop net.h from common header
by Simon Glass
· 4 years, 7 months ago
f11478f
common: Move hang() to the same header as panic()
by Simon Glass
· 5 years ago
8e16b1e
common: Move RAM-sizing functions to init.h
by Simon Glass
· 5 years ago
afb0215
common: Move reset_cpu() to the CPU header
by Simon Glass
· 5 years ago
e4c6332
ARM: mxs: spl_boot.c: make early_delay more robust
by Rasmus Villemoes
· 5 years ago
5a84b03
arm: mxs: be more careful when enabling gpmi_clk
by Rasmus Villemoes
· 5 years ago
6cb658c
arm: mxs: fix comments in arch_cpu_init to match the code
by Rasmus Villemoes
· 5 years ago
495a5dc
common: Move get_ticks() function out of common.h
by Simon Glass
· 5 years ago
3673618
common: Move serial functions out of common.h
by Simon Glass
· 5 years ago
9d6fda7
arm: mxs: Increase VDDD voltage to match specification
by Marek Vasut
· 5 years ago
2aaa27d
linker: Modify linker scripts to be more generic
by Tom Rini
· 6 years ago
9858a60
arm: remove prototype for get_timer_masked
by Patrick Delaunay
· 6 years ago
554d879
ARM: CPU: arm926ejs: Consolidate cache routines to common file
by Adam Ford
· 6 years ago
6bd0393
ARM: mxs: let boards override entire dram parameter table
by Mans Rullgard
· 7 years ago
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
04ef865
ARM: mxs: make lowlevel_init() weak
by Mans Rullgard
· 7 years ago
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· 7 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
0ad9e1f
arm: mxs: Remove misleading comments
by Michael Heimpold
· 8 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
b741b16
imx: mxs: reimplement get_cpu_rev
by Peng Fan
· 9 years ago
c58b7ef
arm: mxs: Fix mkimage invocation
by Marek Vasut
· 9 years ago
297abca
imx28: Fix issue with GCC 5.x
by Måns Rullgård
· 9 years ago
a787d95
mxs: Do not disable bo detection when DC-DC is already enabled
by Stefan Wahren
· 10 years ago
09b0057
ARM: mxs: Get boot mode from OCRAM
by Jörg Krause
· 10 years ago
ffdb488
remove unnecessary version.h includes
by Rob Herring
· 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
36f9f1b
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
eff8e68
replace DIV_ROUND with DIV_ROUND_CLOSEST
by Masahiro Yamada
· 10 years ago
406c4b30
ARM: mxs: tools: Add support for boot progress display flag
by Alexey Ignatov
· 10 years ago
1fc4234
ARM: MXS: fix Uninitialized variable error
by Wolfgang Denk
· 10 years ago
6ae8083
cppcheck cleanup: fix nullPointer errors
by Wolfgang Denk
· 10 years ago
3e28893
arm: mxs: Wait for DRAM to start
by Marek Vasut
· 11 years ago
c7d7734
arm: mxs: Wait when disabling VDDMEM current limiter
by Marek Vasut
· 11 years ago
3f7740f
arm: Add missing .vectors section to linker scripts
by Benoît Thébaudeau
· 10 years ago
9852cc6
arm: move exception handling out of start.S files
by Albert ARIBAUD
· 11 years ago
b8fb7b8
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
266003a
arm: mxs: Add support for generating signed BootStream
by Marek Vasut
· 11 years ago
5f1f8ef
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
by Stefano Babic
· 11 years ago
bd23a6c
Revert "arm: mxs: Add support for generating signed BootStream"
by Stefano Babic
· 11 years ago
c01f10b
mxs: fix warning in SPL with console support
by Stefano Babic
· 11 years ago
bb9f5e2
arm: mxs: Add serial console support into SPL
by Marek Vasut
· 11 years ago
d18f74a
arm: mxs: Properly set GD pointer in SPL
by Marek Vasut
· 11 years ago
6580d0a
arm: mxs: Add support for generating signed BootStream
by Marek Vasut
· 11 years ago
913784a
arm: mxs: Adjust the load address of U-Boot and SPL for HAB
by Marek Vasut
· 11 years ago
31fea44
kbuild: Rename UIMAGE to MKIMAGE
by Marek Vasut
· 11 years ago
a0b3de0
kbuild,mxs: use short logs for MXS images
by Masahiro Yamada
· 11 years ago
6e29472
arm: remove unneeded symbol offsets and _TEXT_BASE
by Albert ARIBAUD
· 11 years ago
9d25fa4
arm: make _end compiler-generated
by Albert ARIBAUD
· 11 years ago
95fc6d6
arm: keep all sections in ELF file
by Albert ARIBAUD
· 11 years ago
ea385ed
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
4cf9ce4
ARM: mxs: Enable DCDC converter for battery boot
by Marek Vasut
· 11 years ago
65aac04
arm926ejs: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
edc43b0
ARM: mxs: Setup stack in JTAG mode
by Marek Vasut
· 11 years ago
ee3b9e4
ARM: mxs: tools: Use mkimage for BootStream generation
by Marek Vasut
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
0dc62ba
ARM: mxs: Receive r0 and r1 passed from BootROM
by Marek Vasut
· 11 years ago
8980d4a
ARM: mxs: Document the power block initialization
by Marek Vasut
· 11 years ago
2ad2ec4
ARM: mxs: rename function that sets AUTO_RESTART flag
by Hector Palacios
· 11 years ago
4a0e05d
ARM: mxs: tools: Add mkimage support for MXS bootstream
by Marek Vasut
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
1691593
remove all references to .dynsym
by Albert ARIBAUD
· 11 years ago
39c3103
arm: mxs: Fix vectoring table crafting
by Marek Vasut
· 12 years ago
33de200
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
5ace29c
arm: mxs: Add LCDIF clock configuration function
by Marek Vasut
· 12 years ago
e07153e
arm: mxs: Preprocess u-boot.bd so they contain full path
by Marek Vasut
· 12 years ago
499c4a8
arm: mx23: Fix VDDMEM misconfiguration
by Marek Vasut
· 12 years ago
b294f80
mxs: Explain why some mx23 DDR registers are not configured
by Fabio Estevam
· 12 years ago
51e7778
mx23: Operate DDR voltage supply at 2.5V
by Fabio Estevam
· 12 years ago
94bc0dd
mxs: spl_mem_init: Change EMI port priority
by Fabio Estevam
· 12 years ago
1bd7205
mxs: spl_mem_init: Skip the initialization of some DRAM_CTL registers
by Fabio Estevam
· 12 years ago
7f77e5f
mxs: spl_mem_init: Remove erroneous DDR setting
by Fabio Estevam
· 12 years ago
0541af8
mxs: spl_mem_init: Fix comment about start bit
by Fabio Estevam
· 12 years ago
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
23de0e6
mx23: Put back RAM voltage level to its original value
by Fabio Estevam
· 12 years ago
05b0ef4
imx: Move some i.MX common functions into the imx-common directory
by Stefan Roese
· 12 years ago
136f3f4
imx: Move some header files from arch-mxs to imx-common
by Stefan Roese
· 12 years ago
3954db8
arm: Make all linker scripts compatible with per-symbol sections
by Benoît Thébaudeau
· 12 years ago
a402da3
arm: start.S: Fix _TEXT_BASE for SPL
by Benoît Thébaudeau
· 12 years ago
cc7229c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
e0a77a9
mxs: spl_mem_init: Align DDR2 init with FSL bootlets source
by Fabio Estevam
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
81420c3
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
6277b19
Remove linker lists (LGAs) from SPL linker scripts
by Albert ARIBAUD
· 12 years ago
69d8ce0
mxs: timrot: Rename local macros
by Fadil Berisha
· 12 years ago
d608f6e
mxs: timrot: Add support to i.MX23
by Fadil Berisha
· 12 years ago
5d26bad
mx23: Document the tRAS lockout setting in memory initialization
by Otavio Salvador
· 12 years ago
Next »