index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm1176: bugfix: fix start.S for ELF relocation
Albert Aribaud
2010-11-26
1
-34
/
+13
*
arm: add ELF relocation support to rest of cpus
Albert Aribaud
2010-11-26
18
-666
/
+785
*
omap4: board: change global data pointer to file scope
Nishanth Menon
2010-11-19
1
-1
/
+2
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
45
-90
/
+90
*
ARM: fix linker file for newer ld support
Albert Aribaud
2010-11-17
7
-121
/
+105
*
armv7, beagle: Second SDRAM bank don;t work
Heiko Schocher
2010-11-04
1
-0
/
+7
*
Merge branch 'master' of git://git.denx.de/u-boot-marvell
Wolfgang Denk
2010-10-29
1
-0
/
+10
|
\
|
*
Kirkwood: bugfix: DRAM size initialization
Tanmay Upadhyay
2010-10-28
1
-0
/
+10
*
|
Merge branch 'master' of git://git.denx.de/u-boot-imx
Wolfgang Denk
2010-10-29
3
-78
/
+5
|
\
\
|
*
|
MX51: remove warning in clock.c
Stefano Babic
2010-10-28
1
-1
/
+1
|
*
|
imx25: Fix reset
Matthias Weisser
2010-10-28
1
-4
/
+4
|
*
|
MX5:use common u-boot.lds of cpu layer
Jason Liu
2010-10-28
1
-73
/
+0
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Wolfgang Denk
2010-10-29
4
-27
/
+48
|
\
\
\
|
*
|
|
Add generic support for samsung s3c2440
C Nauman
2010-10-28
4
-27
/
+48
*
|
|
|
Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa
Wolfgang Denk
2010-10-29
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
arm/pxa: remove unused arch-pxa/macro.h
Mikhail Kshevetskiy
2010-10-27
1
-1
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Drop support for CONFIG_SKIP_RELOCATE_UBOOT
Wolfgang Denk
2010-10-29
14
-38
/
+0
*
|
|
|
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
Wolfgang Denk
2010-10-29
18
-1673
/
+8
|
/
/
/
*
|
|
Coding Style cleanup
Wolfgang Denk
2010-10-27
2
-2
/
+1
*
|
|
ARM: use the same branch insn on all architectures
Wolfgang Denk
2010-10-26
10
-10
/
+10
*
|
|
arm1176: fix relocation
Darius Augulis
2010-10-26
2
-61
/
+97
*
|
|
ARM: fix address setup in start.S
Darius Augulis
2010-10-26
4
-8
/
+16
*
|
|
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-26
14
-53
/
+56
*
|
|
ARM: Use consistent assembler syntax
Gray Remlin
2010-10-26
3
-15
/
+15
*
|
|
PXA: Use pxa-regs.h register definitions in start.S
Marek Vasut
2010-10-22
1
-12
/
+8
*
|
|
PXA: Implement ELF relocation
Marek Vasut
2010-10-22
2
-76
/
+72
|
|
/
|
/
|
*
|
MX31: Removed warnings for iomux function
Stefano Babic
2010-10-20
1
-4
/
+3
*
|
PXA: Fix reloc, Push lowlevel init into C code
Marek Vasut
2010-10-19
2
-214
/
+359
*
|
PXA: pxafb: Marvell Littleton LCD definition
Marek Vasut
2010-10-19
1
-0
/
+33
*
|
PXA: pxafb: Add support for Sharp LQ038J7DH53
Marek Vasut
2010-10-19
1
-0
/
+34
*
|
PXA: pxafb: Add ACX517AKN support
Marek Vasut
2010-10-19
1
-0
/
+34
*
|
PXA: pxa-regs.h cleanup
Marek Vasut
2010-10-19
5
-106
/
+123
*
|
PXA: pxafb: Fix indent problems
Marek Vasut
2010-10-19
1
-100
/
+100
*
|
Merge branch 'at91' of git://git.denx.de/u-boot-atmel
Wolfgang Denk
2010-10-19
2
-71
/
+69
|
\
\
|
*
|
AT91 clock/timer: move static data to global_data struct
Reinhard Meyer
2010-10-19
2
-71
/
+69
|
|
/
*
|
Merge branch 'elf_reloc'
Wolfgang Denk
2010-10-19
6
-221
/
+291
|
\
\
|
*
|
arm1136, qong: add support for ELF relocations
Heiko Schocher
2010-10-13
2
-78
/
+108
|
*
|
armv7, beagle: add support for ELF relocations
Heiko Schocher
2010-10-13
2
-53
/
+85
|
*
|
arm926ejs, tx25: add support for ELF relocations
Heiko Schocher
2010-10-13
1
-4
/
+4
|
*
|
arm: implement ELF relocations
Albert Aribaud
2010-10-13
2
-91
/
+99
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-imx
Wolfgang Denk
2010-10-19
8
-51
/
+43
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
MX5: Remove dead code with ENABLE_IMPRECISE_ABORT
Jason Liu
2010-10-19
1
-14
/
+0
|
*
|
MX5: rename mx51 to mx5
Jason Liu
2010-10-18
8
-37
/
+43
*
|
|
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
Wolfgang Denk
2010-10-18
18
-26
/
+26
|
/
/
*
|
ARMV7: OMAP4: Implement relocation for Panda and OMAP4430SDP
Steve Sakoman
2010-10-17
1
-0
/
+5
*
|
ARMV7: OMAP3: Fix bug in get_sdr_cs_offset()
Steve Sakoman
2010-10-17
1
-1
/
+1
*
|
Merge branch 'master' of git://git.denx.de/u-boot-imx
Wolfgang Denk
2010-10-17
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
MX31: add support for setting pin pads
Stefano Babic
2010-10-13
1
-0
/
+17
*
|
Kirkwood: dram_init is moved to dram.c
Prafulla Wadaskar
2010-10-13
1
-0
/
+38
*
|
orion5x: optimize window size computation
Albert Aribaud
2010-10-13
1
-11
/
+21
[next]