index
:
bootable_bootloader_goldelico_gta04.git
replicant-4.2
bootable/bootloader/goldelico/gta04
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kirkwood: dram_init is moved to dram.c
Prafulla Wadaskar
2010-10-13
7
-55
/
+39
*
orion5x: optimize window size computation
Albert Aribaud
2010-10-13
1
-11
/
+21
*
Kirkwood: print_cpuinfo fixed for valid devid revid
Prafulla Wadaskar
2010-10-13
2
-11
/
+25
*
mvsata_ide: adjust port init sequence
Albert Aribaud
2010-10-13
1
-9
/
+33
*
orion5x: fix relocation-incompatible code
Albert Aribaud
2010-10-11
3
-31
/
+54
*
arm: bugfix: replace ble with blo in start.S files
Albert Aribaud
2010-10-11
14
-68
/
+67
*
Merge branch 'at91' of git://git.denx.de/u-boot-atmel
Wolfgang Denk
2010-10-11
5
-74
/
+90
|
\
|
*
at91: Add arch_preboot_os which disables PIT in a faster way
Alexander Stein
2010-10-05
1
-0
/
+16
|
*
atmel_usart: change register access to C structure
Andreas Bießmann
2010-10-05
2
-46
/
+46
|
*
at91_emac.h: fix typo in register definition
Andreas Bießmann
2010-10-05
1
-1
/
+1
|
*
AT91: convert cpu.c to struct SoC access
Reinhard Meyer
2010-10-05
1
-20
/
+12
|
*
at91_emac.c: poll for IDLE when writing PHY
Andreas Bießmann
2010-10-05
1
-2
/
+14
|
*
at91_emac.c: fix 'Warning: eth device name has a space!'
Andreas Bießmann
2010-10-05
1
-5
/
+1
*
|
Merge branch 'master' of git://git.denx.de/u-boot-imx
Wolfgang Denk
2010-10-11
30
-153
/
+1510
|
\
\
|
*
|
MX51: Support for TTECH vision2 board
Stefano Babic
2010-10-07
8
-0
/
+1212
|
*
|
MX51: Register definitions cannot be included in board config file
Stefano Babic
2010-09-30
1
-4
/
+6
|
*
|
MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51
Stefano Babic
2010-09-30
2
-41
/
+118
|
*
|
MXC: Correct SPI_CPOL setting in SPI driver
Stefano Babic
2010-09-30
6
-11
/
+11
|
*
|
MX51: Drop unused header file for mx51evk
Stefano Babic
2010-09-29
2
-52
/
+0
|
*
|
MXC: Add watchdog support to serial driver
Stefano Babic
2010-09-29
1
-2
/
+5
|
*
|
MX51: add structure to access System Reset Controller
Stefano Babic
2010-09-29
1
-0
/
+10
|
*
|
MX51: Added pins definition to set up pads
Stefano Babic
2010-09-29
1
-0
/
+44
|
*
|
ARM: Use syslib functions for all CORTEXA8
Stefano Babic
2010-09-29
4
-2
/
+3
|
*
|
Use common function to set GPIOs for MX3 and MX5
Stefano Babic
2010-09-29
10
-67
/
+127
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-x86
Wolfgang Denk
2010-10-11
20
-702
/
+668
|
\
\
\
|
*
|
|
x86: Implement fully relocatable image
Graeme Russ
2010-10-07
3
-24
/
+35
|
*
|
|
x86: Use loops instead of memcpy/memset in board_init_f
Graeme Russ
2010-10-07
2
-17
/
+33
|
*
|
|
x86: Rearrange linker script
Graeme Russ
2010-10-07
2
-23
/
+21
|
*
|
|
x86: Rename linker script symbols
Graeme Russ
2010-10-07
4
-36
/
+33
|
*
|
|
x86: Set cold/warm boot flag
Graeme Russ
2010-10-07
3
-16
/
+13
|
*
|
|
x86: Place global data below stack before entering C
Graeme Russ
2010-10-07
3
-37
/
+37
|
*
|
|
x86: Dont clobber %eax after getting memory size
Graeme Russ
2010-10-07
1
-3
/
+2
|
*
|
|
x86: Don't clobber %ebx
Graeme Russ
2010-10-07
2
-7
/
+12
|
*
|
|
x86: Remove usage of %ebp as a return pointer
Graeme Russ
2010-10-07
5
-13
/
+12
|
*
|
|
x86: Move ECC initialisation outside RAM initialisation
Graeme Russ
2010-10-07
2
-14
/
+14
|
*
|
|
x86: Remove progress indication in low-level init
Graeme Russ
2010-10-07
2
-54
/
+2
|
*
|
|
x86: Fix %ss and %esp in register structure for interrupts
Graeme Russ
2010-10-07
3
-4
/
+45
|
*
|
|
x86: Change compiler options
Graeme Russ
2010-10-07
4
-17
/
+12
|
*
|
|
x86: Coding Style Cleanup
Graeme Russ
2010-10-07
4
-373
/
+362
|
*
|
|
x86: Move loading of GTD to C code
Graeme Russ
2010-10-07
2
-96
/
+57
|
*
|
|
x86: use gc sections to reduce image size
Graeme Russ
2010-10-07
2
-5
/
+8
|
*
|
|
x86: zboot update
Graeme Russ
2010-10-07
1
-5
/
+13
|
*
|
|
x86: Use TEXT_BASE in linker scripts
Graeme Russ
2010-10-07
1
-4
/
+4
|
*
|
|
x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
Graeme Russ
2010-10-07
2
-2
/
+2
|
*
|
|
x86: Remove bi_env from do_bdinfo
Graeme Russ
2010-10-07
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Wolfgang Denk
2010-10-11
12
-42
/
+225
|
\
\
\
|
*
|
|
fsl: add support for NXID v1 EEPROM format
Timur Tabi
2010-10-07
1
-9
/
+17
|
*
|
|
powerpc/85xx: fix rev.2 job queue LIODN error storm
Kim Phillips
2010-10-07
1
-4
/
+10
|
*
|
|
powerpc/p4080: Add new CPC register - HDBCR0
Kumar Gala
2010-10-07
1
-1
/
+4
|
*
|
|
powerpc/85xx: Add support for 4th PCI controller on corenet_ds
Kumar Gala
2010-10-07
2
-1
/
+35
[next]