Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
3f82b1d3abf492038e14237f9c89bd55c31770ad
/
arch
3f82b1d
arm: Tegra2: Add basic NVIDIA Tegra2 SoC support
by Tom Warren
· 14 years ago
518075f
microblaze: Fix msr handling in interrupt_handler
by Michal Simek
· 14 years ago
b777a37
microblaze: Fix systems with MSR=0
by Michal Simek
· 14 years ago
6002bf0
sc520: Release CAR and enable caching
by Graeme Russ
· 14 years ago
e4f78d7
x86: Convert board_init_f to use an init_sequence
by Graeme Russ
· 14 years ago
a382414
x86: Rearrange function calls in board_init_f
by Graeme Russ
· 14 years ago
71a5404
x86: Split board_init_f() into init_fnc_t compatible functions
by Graeme Russ
· 14 years ago
5fed821
x86: Fix incorrect usage of relocation offset
by Graeme Russ
· 14 years ago
0b23785
x86: Move console initialisation into board_init_f
by Graeme Russ
· 14 years ago
bf6af15
x86: Move test for cold boot into init functions
by Graeme Russ
· 14 years ago
c869e2a
x86: Move call to dram_init_f into board_init_f
by Graeme Russ
· 14 years ago
fb00290
x86: Defer setup of final stack
by Graeme Russ
· 14 years ago
96cd664
sc520: Move RAM sizing code from asm to C
by Graeme Russ
· 14 years ago
ed4cba7
x86: Use Cache-As-RAM for initial stack
by Graeme Russ
· 14 years ago
2e2613d
x86: Move initial gd to fixed location
by Graeme Russ
· 14 years ago
6d0cb34
sc520: Remove printf calls from cpu_init_f
by Graeme Russ
· 14 years ago
870847f
sc520: Move board specific settings to board init function
by Graeme Russ
· 14 years ago
c2cbbaf
sc520: Define MMCR address in include file
by Graeme Russ
· 14 years ago
0ea76e9
x86: Make cpu init functions weak
by Graeme Russ
· 14 years ago
4e33467
x86: Call early_board_init when warm booting
by Graeme Russ
· 14 years ago
0c24c9c
x86: Add processor flags header from linux
by Graeme Russ
· 14 years ago
c53fd2b
x86: Move Global Descriptor Table defines to processor.h
by Graeme Russ
· 14 years ago
ca56a4c
x86: Add stack dump to register dump
by Graeme Russ
· 14 years ago
9963a82
x86: Fix mangled umlauts
by Graeme Russ
· 14 years ago
0640e40
sc520: Sort Makefile
by Graeme Russ
· 14 years ago
3a25e94
x86: Parametize values used in linker script
by Graeme Russ
· 14 years ago
a85f53c
x86: Align config.mk and linker scripts with other arches
by Graeme Russ
· 14 years ago
de47cbe
x86: Fix definition of global_data struct for asm-offsets.c
by Graeme Russ
· 14 years ago
856e4b0
powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3
by York Sun
· 14 years ago
65b57eb
Merge branch 'next' of git://git.denx.de/u-boot-nios
by Wolfgang Denk
· 14 years ago
fced09a
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 14 years ago
d8a593c
nios2: add gpio_is_valid
by Thomas Chou
· 14 years ago
85debef
nios2: use long for ssize_t
by Thomas Chou
· 14 years ago
e91d545
nios2: add gpio_free
by Thomas Chou
· 14 years ago
2da0fc0
ppc4xx: Add DLVision-10G board support
by Dirk Eibach
· 14 years ago
8d4addc
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
by Wolfgang Denk
· 14 years ago
e9e481f
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 14 years ago
26e5f79
mpc83xx: Use correct register to calculate clocks.
by Joakim Tjernlund
· 14 years ago
10fa8d7
mpc83xx: fix pcie configuration space read/write
by Leo Liu
· 14 years ago
04a641d
powerpc/8xxx: Fix possible compile issue related to P1013
by Kumar Gala
· 14 years ago
4bfa18f
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Wolfgang Denk
· 14 years ago
9167191
powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134
by York Sun
· 14 years ago
eb0aff7
powerpc/85xx: Rename MPC8572 DDR erratum to DDR115
by York Sun
· 14 years ago
e1df0de
powerpc/85xx: Remove unnecessary polling loop from DDR init
by York Sun
· 14 years ago
5103a03
fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)
by Kumar Gala
· 14 years ago
6e7f0bc0
powerpc/85xx: Enable ESDHC111 Erratum on P2010/P2020 SoCs
by Kumar Gala
· 14 years ago
d1a24f0
Minor Coding Style Cleanup.
by Wolfgang Denk
· 14 years ago
8e9c897
sh: add support for sh7757lcr board
by Yoshihiro Shimoda
· 14 years ago
36781e4
sh: add support the CONFIG_SYS_LDSCRIPT
by Yoshihiro Shimoda
· 14 years ago
008a351
armv7: add support for S5PC210 SoC
by Minkyu Kang
· 14 years ago
e0617c6
S5P: serial: Use the inline function instead of static value
by Minkyu Kang
· 14 years ago
c9ac3ba
arm926ejs: timer: Replace bss variable by gdr
by Heiko Schocher
· 14 years ago
009b540
remove (double) LED initialization in arm920t start.s
by Jens Scharsig
· 14 years ago
c44bf4e
arm1136: timer: Replace bss variable by gd
by Heiko Schocher
· 14 years ago
386ad72
ARM: */start.S: code cleanup
by Liu Hui-R64343
· 14 years ago
3c0659b
ARM: Avoid compiler optimization for readb, writeb and friends.
by Alexander Holler
· 14 years ago
3c15216
armv7: s5pc1xx: don't use function pointer for clock functions
by Minkyu Kang
· 14 years ago
724bd3c
DaVinci: Remove incorrect CONFIG option
by Sandeep Paulraj
· 14 years ago
5342a71
DaVinci DM6467: Fix Build Error
by Sandeep Paulraj
· 14 years ago
b157dd5
DaVinci DM6467: Enhance board Support
by Sandeep Paulraj
· 14 years ago
04f15b3
ARM: Update mach types
by Sandeep Paulraj
· 14 years ago
840f892
DaVinci DM6467: Added ET1011C (LSI) PHY support
by Sandeep Paulraj
· 14 years ago
57418d2
Davinci MMCSD Support
by Sandeep Paulraj
· 14 years ago
a4594e4
ARM: fix broken build of ARM
by Stefano Babic
· 14 years ago
db106ef
MX5: Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss
by Stefano Babic
· 14 years ago
ac87c17
SPI: mxc_spi: replace fixed offsets with structures
by Stefano Babic
· 14 years ago
b9bb053
Add support for MX35 processor
by Stefano Babic
· 14 years ago
595f3e5
MX5: Add initial support for MX53 processor
by Liu Hui-R64343
· 14 years ago
8aba9dc
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
by Nobuhiro Iwamatsu
· 14 years ago
f8ea15f
ftpmu010: support faraday ftpmu010 driver
by Macpaul Lin
· 14 years ago
5aebe3b
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 14 years ago
9296683
powerpc/8xxx: Fix compile warning when build for a DDR1 or DDR2 board
by Kumar Gala
· 14 years ago
beba93e
powerpc/85xx: Protect all LBC code with CONFIG_FSL_LBC
by Dipen Dudhat
· 14 years ago
768d5b2
powerpc/p4080: Fix warning in serdes code from early use of hwconfig
by York Sun
· 14 years ago
6b06d7d
corenet_ds: Extend board specific parameters
by York Sun
· 14 years ago
fa8d23c
mpc85xx: Implement workaround for erratum DDR-A003
by York Sun
· 14 years ago
e1fd16b
mpc85xx: Enable unique mode registers and dynamic ODT for DDR3
by York Sun
· 14 years ago
d2a9568
mpc85xx: Adding more registers and options
by York Sun
· 14 years ago
47df8f0
mpc8xxx: Enable ECC on/off control in hwconfig
by York Sun
· 14 years ago
dd12768
mpc8xxx: Display RDIMM if detected
by York Sun
· 14 years ago
243be8e
powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers
by Kumar Gala
· 14 years ago
dd50af2
powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR init
by Kumar Gala
· 14 years ago
f193e3d
powerpc/p2040: Add various p2040 specific information
by Kumar Gala
· 14 years ago
1eda59f
powerpc/p5020: Add various p5020 specific information
by Kumar Gala
· 14 years ago
d5d2cd4
powerpc/p3041: Add various p3041 specific information
by Kumar Gala
· 14 years ago
b5debec
powerpc/85xx: Add Support for Freescale P1014 Processor
by Poonam Aggrwal
· 14 years ago
b8cdd01
powerpc/85xx: Add Support for Freescale P1010 Processor
by Poonam Aggrwal
· 14 years ago
17028be
Fix wrong CONFIG_SYS_MPC85xx_SERDES1_ADDR
by Prabhakar
· 14 years ago
7a577fd
powerpc/85xx: Move RESET_VECTOR_ADDRESS into config.h
by Kumar Gala
· 14 years ago
fc0c2b6
8xxx/ddr: add support to only compute the ddr sdram size
by Haiying Wang
· 14 years ago
eddf52b
Replace "FLASH" strings with "Flash" or "flash"
by Peter Tyser
· 14 years ago
f133796
powerpc/85xx: Add the workaround for erratum ELBC-A001 (enable on P4080)
by Kumar Gala
· 14 years ago
868da59
powerpc/85xx: Add the workaround for erratum CPC-A003 (enable on P4080)
by Kumar Gala
· 14 years ago
1d2c2a6
powerpc/85xx: Add the workaround for erratum CPC-A002 (enable on P4080)
by Kumar Gala
· 14 years ago
3dbd5d7
powerpc/8xxx: Move fsl_is_spd() into generic 8xxx ddr code
by Kumar Gala
· 14 years ago
ae026ff
fsl_esdhc: Add the workaround for erratum ESDHC136 (enable on P4080)
by Roy Zang
· 14 years ago
3b4456e
fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080)
by Roy Zang
· 14 years ago
d621da0
fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080)
by Jerry Huang
· 14 years ago
5655136
powerpc/86xx: Enable common SRIO init code
by Kumar Gala
· 14 years ago
a09b9b6
powerpc/8xxx: Refactor SRIO initialization into common code
by Kumar Gala
· 14 years ago
Next »