Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d90e040f3681d51ea7c6fd7cb1aa3c63a15311af
/
cpu
d90e040
Add debug information for DDR controller registers
by Haiying Wang
· 16 years ago
b834f92
Check DDR interleaving mode
by Haiying Wang
· 16 years ago
fa44036
Pass dimm parameters to populate populate controller options
by Haiying Wang
· 16 years ago
272b596
Make DDR interleaving mode work correctly
by Haiying Wang
· 16 years ago
32090b3
85xx: Export invalidate_{i,d}cache and add flush_dcache
by Kumar Gala
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
8aee935
74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
by Kumar Gala
· 16 years ago
6ee861b
I2C: adding new "i2c bus" Command to the I2C Subsystem.
by Heiko Schocher
· 16 years ago
9031b21
i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
by Heiko Schocher
· 16 years ago
e5167f1
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
acb53d1
mpc83xx: wait till UPM completes the write to array
by Selvamuthukumar
· 16 years ago
e4bfc8b
mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
by Nick Spence
· 16 years ago
bc1a0b4
86xx: remove redudant code with lib_ppc/interrupts.c
by Kumar Gala
· 16 years ago
d60c70c
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
by Stefan Roese
· 16 years ago
b7ceed0
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
8b55700
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 16 years ago
7ac0ff4
85xx: Using proper I2C source clock divider for MPC8544
by Wolfgang Grandegger
· 16 years ago
4771a4c
i.MX31: switch to CFG_HZ=1000
by Guennadi Liakhovetski
· 16 years ago
89caad9
ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
by Adam Graham
· 16 years ago
bfcd6c3
Fix the incorrect DDR clk freq reporting on 8536DS
by Jason Jin
· 16 years ago
64df226
85xx: Remove setting of *cache-line-size in device trees
by Kumar Gala
· 16 years ago
b79b101
mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
by Anton Vorontsov
· 16 years ago
b824a1e
Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
by Wolfgang Denk
· 16 years ago
4c9c109
sh: Add support watchdog for SH4A core
by Nobuhiro Iwamatsu
· 16 years ago
9dbbd7b
Coding style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
66b222d
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 16 years ago
2a86239
Merge branch 'Makefile-next' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
35f9f94
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 16 years ago
58296a1
ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
by Stefan Roese
· 16 years ago
95ab2a3
at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
by Jens Scharsig
· 16 years ago
6281221
ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
by Hugo Villeneuve
· 16 years ago
0a83338
i.mx change get_timer(base) to return time since base
by Andrew Dyer
· 16 years ago
3207699
i.MX use u-boot baud rate and don't assume UART master clock
by Andrew Dyer
· 16 years ago
ecd7ac9
arm920t fix constant error in start.S
by Andrew Dyer
· 16 years ago
32a953d
Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
by Adrian Filipi
· 16 years ago
067a4f9
i.MX31: Add reset_timer() and modify get_timer_masked().
by Magnus Lilja
· 16 years ago
4436c1e
rename environment.c in env_embedded.c to reflect is functionality
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fdb79c3
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
73dc0e4
ARM DaVinci: Fix broken HW ECC for large page NAND.
by Hugo Villeneuve
· 16 years ago
7ddfafc
Fix printf errors under -DDEBUG
by Andrew Klossner
· 16 years ago
b937cc5
85xx: Ensure timebase is zero on secondary cores
by Kumar Gala
· 16 years ago
9030a69
Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
by Sergei Poselenov
· 16 years ago
fcc6238
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 16 years ago
2c0b326
ARM: fix warning: target CPU does not support interworking
by Sergei Poselenov
· 16 years ago
29809c1
ARM: Use do_div() instead of division for "long long".
by Sergei Poselenov
· 16 years ago
0857444
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
by Stefan Roese
· 16 years ago
013d2c9
ppc4xx: Remove CONFIG_CS8952_PHY define
by Stefan Roese
· 16 years ago
f00486d
ppc4xx: Fix compilation warning for PIP405
by Stefan Roese
· 16 years ago
234daa7
ppc4xx: Fix compilation warning for canyonlands & glacier
by Stefan Roese
· 16 years ago
35ad58d
Fix compiler warning in mpc8xxx ddr code
by Kumar Gala
· 16 years ago
97a2e10
rtc: allow rtc_set to return an error and use it in cmd_date
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
45a06ff
ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
by Victor Gallardo
· 16 years ago
97a5581
ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
by Adam Graham
· 16 years ago
ee8e0cf
ppc4xx: IBM Memory Controller DDR autocalibration routines
by Adam Graham
· 16 years ago
58cd437
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
by Wolfgang Denk
· 16 years ago
7c20aef
mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
by Nick Spence
· 16 years ago
56fd3c2
mpc83xx: Store and display Arbiter Event Register values
by Nick Spence
· 16 years ago
b89d6fb
mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
by Nick Spence
· 16 years ago
1528d9c
MPC83XX: Fix GPIO configuration - set gpio level before direction
by Nick Spence
· 16 years ago
cba8851
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
b664dea
Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
057d202
Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
by Ben Warren
· 16 years ago
2f2b6b6
Introduce netdev.h header file and remove externs
by Ben Warren
· 16 years ago
fecff2b
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· 16 years ago
8b3fbe3
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
a68e08f
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 16 years ago
f006908
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Wolfgang Denk
· 16 years ago
51da61c
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
by Wolfgang Denk
· 16 years ago
5b6918e
sh: Add support SH2/SH2A which is CPU of Renesas Technology
by Nobuhiro Iwamatsu
· 16 years ago
e726e7a
USB: Add support for OHCI controller on S3C6400
by Guennadi Liakhovetski
· 16 years ago
8c170c5
ARM: Add arm1176 core with S3C6400 SoC
by Guennadi Liakhovetski
· 16 years ago
4b26f05
ARM DaVinci: Changing function names for EMAC driver
by Sandeep Paulraj
· 16 years ago
7b86c2b
ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
by Stefan Roese
· 16 years ago
604b6fb
Move MPC512x_FEC driver to drivers/net
by Ben Warren
· 16 years ago
b5a7f8f
Move MPC5xxx_FEC driver to drivers/net
by Ben Warren
· 16 years ago
aa36c3c
ppc4xx: NAND configuration
by Wolfgang Ocker
· 16 years ago
61fa3ab
ppc4xx: fix UIC external_interrupt hang on UIC0
by Victor Gallardo
· 16 years ago
52b6bec
ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
by Prodyut Hazarika
· 16 years ago
0c1e325
ColdFire: I2C fix for multiple platforms
by TsiChung Liew
· 16 years ago
e4aa744
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 16 years ago
5586c2f
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
by Wolfgang Denk
· 16 years ago
72c625b
FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
by Kumar Gala
· 16 years ago
3519651
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 16 years ago
4e5781b
mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
by Heiko Schocher
· 16 years ago
4f6280e
mpc85xx: remove redudant code with lib_ppc/interrupts.c
by Kumar Gala
· 16 years ago
cd77728
mpc85xx: Add support for the MPC8536
by Kumar Gala
· 16 years ago
3ab0b2d
mpc85xx: Add support for the MPC8572DS reference board
by Kumar Gala
· 16 years ago
ab73a24
FSL DDR: Remove old SPD support from cpu/mpc85xx
by Kumar Gala
· 16 years ago
d5a1fb9
FSL DDR: Add 85xx specific register setting
by Kumar Gala
· 16 years ago
80f4bc7
FSL DDR: Add e500 TLB helper for DDR code
by Kumar Gala
· 16 years ago
8c042b6
Moved initialization of GRETH Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
90c96db
Moved initialization of MCFFEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
e7edd4e
Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
a3f554e
FSL DDR: Remove old SPD support from cpu/mpc86xx
by Kumar Gala
· 16 years ago
2e6ba7d
FSL DDR: Add 86xx specific register setting
by Kumar Gala
· 16 years ago
fcf2884
FSL DDR: Add DDR2 DIMM paramter support
by Kumar Gala
· 16 years ago
711d11b
FSL DDR: Add DDR1 DIMM paramter support
by Kumar Gala
· 16 years ago
124b082
FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
by Kumar Gala
· 16 years ago
51dc5e3
mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
by Ira W. Snyder
· 16 years ago
34a5b12
Minor coding style cleanup, updte CHANGELOG
by Wolfgang Denk
· 16 years ago
Next »