index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
arm926ejs
/
mxs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: MXS: fix Uninitialized variable error
Wolfgang Denk
2014-11-10
1
-0
/
+2
*
cppcheck cleanup: fix nullPointer errors
Wolfgang Denk
2014-11-07
2
-0
/
+4
*
arm: mxs: Wait for DRAM to start
Marek Vasut
2014-09-29
1
-1
/
+7
*
arm: mxs: Wait when disabling VDDMEM current limiter
Marek Vasut
2014-09-29
1
-0
/
+5
*
arm: Add missing .vectors section to linker scripts
Benoît Thébaudeau
2014-08-30
1
-0
/
+1
*
arm: move exception handling out of start.S files
Albert ARIBAUD
2014-05-15
1
-90
/
+2
*
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2014-04-08
1
-1
/
+1
|
\
|
*
kbuild: Rename UIMAGE to MKIMAGE
Marek Vasut
2014-03-28
1
-1
/
+1
*
|
arm: mxs: Add support for generating signed BootStream
Marek Vasut
2014-04-04
2
-0
/
+70
*
|
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
Stefano Babic
2014-04-04
5
-14
/
+15
|
\
\
|
|
/
|
*
kbuild,mxs: use short logs for MXS images
Masahiro Yamada
2014-03-12
5
-14
/
+15
*
|
Revert "arm: mxs: Add support for generating signed BootStream"
Stefano Babic
2014-04-04
2
-87
/
+0
*
|
mxs: fix warning in SPL with console support
Stefano Babic
2014-04-02
1
-0
/
+2
*
|
arm: mxs: Add serial console support into SPL
Marek Vasut
2014-04-01
1
-1
/
+14
*
|
arm: mxs: Properly set GD pointer in SPL
Marek Vasut
2014-04-01
1
-0
/
+5
*
|
arm: mxs: Add support for generating signed BootStream
Marek Vasut
2014-03-31
2
-0
/
+87
*
|
arm: mxs: Adjust the load address of U-Boot and SPL for HAB
Marek Vasut
2014-03-31
4
-9
/
+24
|
/
*
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-26
1
-27
/
+0
*
arm: make _end compiler-generated
Albert ARIBAUD
2014-02-26
1
-2
/
+7
*
arm: keep all sections in ELF file
Albert ARIBAUD
2013-12-07
1
-7
/
+9
*
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-11-09
5
-9
/
+20
|
\
|
*
ARM: mxs: Enable DCDC converter for battery boot
Marek Vasut
2013-10-31
1
-0
/
+2
|
*
ARM: mxs: Setup stack in JTAG mode
Marek Vasut
2013-10-17
1
-0
/
+9
|
*
ARM: mxs: tools: Use mkimage for BootStream generation
Marek Vasut
2013-10-17
3
-9
/
+10
*
|
arm926ejs: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
1
-23
/
+3
|
/
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
2
-2
/
+2
*
ARM: mxs: Receive r0 and r1 passed from BootROM
Marek Vasut
2013-09-10
2
-22
/
+33
*
ARM: mxs: Document the power block initialization
Marek Vasut
2013-09-10
1
-0
/
+209
*
ARM: mxs: rename function that sets AUTO_RESTART flag
Hector Palacios
2013-08-31
1
-6
/
+3
*
ARM: mxs: tools: Add mkimage support for MXS bootstream
Marek Vasut
2013-08-31
2
-0
/
+14
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
12
-200
/
+12
*
remove all references to .dynsym
Albert ARIBAUD
2013-06-21
1
-5
/
+0
*
arm: mxs: Fix vectoring table crafting
Marek Vasut
2013-06-03
1
-3
/
+22
*
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-05-11
7
-96
/
+176
|
\
|
*
arm: mxs: Add LCDIF clock configuration function
Marek Vasut
2013-05-06
1
-0
/
+93
|
*
arm: mxs: Preprocess u-boot.bd so they contain full path
Marek Vasut
2013-05-06
3
-4
/
+14
|
*
arm: mx23: Fix VDDMEM misconfiguration
Marek Vasut
2013-05-06
2
-20
/
+42
|
*
mxs: Explain why some mx23 DDR registers are not configured
Fabio Estevam
2013-05-06
1
-0
/
+9
|
*
mx23: Operate DDR voltage supply at 2.5V
Fabio Estevam
2013-05-06
1
-2
/
+2
|
*
mxs: spl_mem_init: Change EMI port priority
Fabio Estevam
2013-05-05
1
-1
/
+1
|
*
mxs: spl_mem_init: Skip the initialization of some DRAM_CTL registers
Fabio Estevam
2013-05-05
1
-2
/
+15
|
*
mxs: spl_mem_init: Remove erroneous DDR setting
Fabio Estevam
2013-05-05
1
-4
/
+0
|
*
mxs: spl_mem_init: Fix comment about start bit
Fabio Estevam
2013-05-05
1
-1
/
+1
|
*
mx23: Put back RAM voltage level to its original value
Fabio Estevam
2013-04-28
1
-2
/
+2
|
*
imx: Move some i.MX common functions into the imx-common directory
Stefan Roese
2013-04-22
1
-63
/
+0
|
*
imx: Move some header files from arch-mxs to imx-common
Stefan Roese
2013-04-22
1
-1
/
+1
*
|
lib: consolidate hang()
Andreas Bießmann
2013-05-01
1
-7
/
+0
|
/
*
arm: Make all linker scripts compatible with per-symbol sections
Benoît Thébaudeau
2013-04-12
1
-3
/
+3
*
arm: start.S: Fix _TEXT_BASE for SPL
Benoît Thébaudeau
2013-04-12
1
-0
/
+4
*
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-04-04
1
-9
/
+9
|
\
[next]