Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6a62dc4e2799f8ffbfe69038f619fadbd3930262
/
arch
6a62dc4
powerpc/85xx: Implement work-around for P4080 erratum SERDES-A001
by Timur Tabi
· 14 years ago
7ace507
powerpc/85xx: Extend SERDES9 erratum work-around to SGMII, SRIO, and AURORA
by Timur Tabi
· 14 years ago
4ae8047
powerpc/85xx: Display SERDES 8 erratum warning if banks are not disabled
by Timur Tabi
· 14 years ago
90f381d
powerpc/85xx: Implement work-around for P4080 erratum SERDES-A005
by Timur Tabi
· 14 years ago
2b3cc2f
powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set
by Matthew McClintock
· 14 years ago
e49f1c3
powerpc/85xx: handle both "secX.Y" and "sec-vX.Y" properties
by Kim Phillips
· 14 years ago
3227620
powerpc/85xx: Enable ESDHC111 erratum on P2040/P3041/P5010/P5020 SoCs
by Lei Xu
· 14 years ago
6d6a0e1
powerpc/85xx: Enable Internal USB PHY for p2040, p3041, p5010 and p5020
by Roy Zang
· 14 years ago
e38209e
powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)
by Kumar Gala
· 14 years ago
b01c81f
p4080/serdes: Implement the XAUI workaround for SERDES9 erratum
by Emil Medve
· 14 years ago
f6651e6
powerpc/85xx: fsl_corenet_serdes code rework
by Emil Medve
· 14 years ago
d38d4b2
powerpc/85xx: Add device tree fixup for bman portal
by Haiying Wang
· 14 years ago
31253df
powerpc/85xx: Add support for 2nd USB controller on p1_p2_rdb
by Ramneek Mehresh
· 14 years ago
7b43041
powerpc/85xx: Added PMUXCR1 and PMUXCR2 defines for P1010/P1014 SoC
by Dipen Dudhat
· 14 years ago
f020e6c
powerpc/85xx: Change CS timing params before changing CS properties on IFC
by Dipen Dudhat
· 14 years ago
451ee1b
powerpc: fix implementation of out_8 to match the other out_XX functions
by Timur Tabi
· 14 years ago
8234294
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 14 years ago
50777c4
Don't grab memory for LCD if FB address is defined
by Minkyu Kang
· 14 years ago
d204d62
ftsmc020: move ftsmc020 static mem controller to driver/mtd
by Macpaul Lin
· 14 years ago
18fc967
ftsdmc020: move ftsdmc020.h to include/faraday
by Macpaul Lin
· 14 years ago
9783a2c
ARMV7: OMAP3: Cleanup extern variables in mem.c
by Luca Ceresoli
· 14 years ago
8020586
arm: Tegra2: GPIO: Add basic GPIO definitions
by Tom Warren
· 14 years ago
30e80f6
arm: Tegra2: Add missing PLLX init
by Tom Warren
· 14 years ago
a346ba9
ARM: fix stack pointer adjustment in board_init_f()
by Eric Cooper
· 14 years ago
112a188
arm: Tegra2: add support for A9 CPU init
by Tom Warren
· 14 years ago
202a76b
ARMV7: OMAP3: Add GPMC_CONFIGx register value definitions
by Luca Ceresoli
· 14 years ago
c1164af
ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
by Luca Ceresoli
· 14 years ago
8f6f15c
omap3_beagle: enable EHCI and USB storage.
by Alexander Holler
· 14 years ago
96b549e
OMAP3: Add support for DPLL5 (usbhost)
by Alexander Holler
· 14 years ago
340983d
Replace obsolete e-mail address
by Albert ARIBAUD
· 14 years ago
0d0783e
a320evb: fix include path of timer fttmr010
by Macpaul Lin
· 14 years ago
349efa3
fttmr010: move fttmr010 header to include/faraday
by Macpaul Lin
· 14 years ago
bb6a4e6
Orion5x: Correct DRAM bank detection
by Rogan Dawes
· 14 years ago
d455ca6
I2C: add i2c support for Armada100 platform
by Lei Wen
· 14 years ago
d10e397
I2C: add i2c support for Pantheon platform
by Lei Wen
· 14 years ago
a41374b4
mv_i2c: use structure to replace the direclty define
by Lei Wen
· 14 years ago
d3ae17b
pxa: move i2c driver to the common place
by Lei Wen
· 14 years ago
758898d
arm: a320: use new ftpmu010 API
by Po-Yu Chuang
· 14 years ago
93416c1
arm: Use optimized memcpy and memset from linux
by Matthias Weisser
· 14 years ago
bf7438a
OMAP3: BeagleBoard: Enable pullups on i2c2.
by Steve Kipisz
· 14 years ago
9697e8a
MX31: drop warnings in get_cpu_rev
by Stefano Babic
· 14 years ago
5cad108
MX5: factor out boot cause funciton to common code
by Jason Liu
· 14 years ago
4e01c43
ARM: MX31: Fix file name label
by Fabio Estevam
· 14 years ago
2b0fa45
MX31: Introduce get_reset_cause()
by Fabio Estevam
· 14 years ago
939b978
ARM: mx31: Print the silicon version
by Fabio Estevam
· 14 years ago
78129d9
IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
by Stefano Babic
· 14 years ago
59e6fc5
mx25: Make the UART port number explicit in its setup function
by Fabio Estevam
· 14 years ago
e17e331
MX31: add support for MX31 watchdog
by Stefano Babic
· 14 years ago
20f5492
Respect memreserve regions specified in the device tree
by Grant Likely
· 14 years ago
50fb22e
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
by Grant Likely
· 14 years ago
2639638
Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
by Grant Likely
· 14 years ago
dfff7a2
Stop passing around bootmem_base value.
by Grant Likely
· 14 years ago
c828253
Merge branch 'phylib' of git://git.denx.de/u-boot-mmc
by Wolfgang Denk
· 14 years ago
5ecef51
Merge branch 'misc' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 14 years ago
b2d36ea
Revert "PowerPC: Add support for -msingle-pic-base"
by Wolfgang Denk
· 14 years ago
7832a46
fsl: Change fsl_phy_enet_if to phy_interface_t
by Andy Fleming
· 14 years ago
422effd
tsec: Convert tsec to use PHY Lib
by Andy Fleming
· 14 years ago
0e71f80
gpio: generalize for all generic gpio providers
by Mike Frysinger
· 14 years ago
6ec4559
sc520: Move reset to stand-alone file
by Graeme Russ
· 14 years ago
cbfce1d
x86: Rename i386 to x86
by Graeme Russ
· 14 years ago
45fc1d8
x86: Code cleanup
by Graeme Russ
· 14 years ago
c5881f1
eNET: Remove config.mk
by Graeme Russ
· 14 years ago
33a5734
Make STANDALONE_LOAD_ADDR configurable per board
by Wolfgang Denk
· 14 years ago
5d0569a
Fix misc spelling errors found by lintian
by Loïc Minier
· 14 years ago
5d98e16
PowerPC: Add support for -msingle-pic-base
by Joakim Tjernlund
· 14 years ago
703b808
PowerPC: Move -fPIC flag to common place
by Joakim Tjernlund
· 14 years ago
f644151
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 14 years ago
dd07523
powerpc/85xx: Removed clearing of L2-as-SRAM
by Fabian Cenedese
· 14 years ago
0244963
fsl_esdhc: Deal with watermark level register related changes
by Priyanka Jain
· 14 years ago
25a2b39
powerpc/85xx: Add PBL boot from SPI flash support on P4080DS
by Shaohui Xie
· 14 years ago
f71233d
powerpc/85xx: Add support usb2/etsec and tdm/audio pin multiplex on P1022DS
by Jiang Yutang
· 14 years ago
3c8cad5
p4080ds: remove rev1-specific code for the SERDES8 erratum
by Timur Tabi
· 14 years ago
48aab14
powerpc/85xx: rename NAND prefixes to CONFIG_SYS
by Matthew McClintock
· 14 years ago
2d219a8
Blackfin: replace "bfin_reset_or_hang()" with "panic()"
by Kyle Moffett
· 14 years ago
24bb290
Blackfin: bootrom.h: sync with toolchain
by Mike Frysinger
· 14 years ago
dc02937
Blackfin: default to L1 bank A when L1 bank B does not exist
by Mike Frysinger
· 14 years ago
cd6f70c
Blackfin: turn off caches when self initializing
by Mike Frysinger
· 14 years ago
7edbbfa
Blackfin: only check for os log when we have external memory
by Mike Frysinger
· 14 years ago
3172d870
Blackfin: BF537: unify duplicated headers
by Mike Frysinger
· 14 years ago
143d22a
Blackfin: BF52x: unify duplicated headers
by Mike Frysinger
· 14 years ago
7675d6f
Blackfin: drop duplicate system mmr and L1 scratch defines
by Mike Frysinger
· 14 years ago
134db0d
Blackfin: BF50x: new processor port
by Mike Frysinger
· 14 years ago
93aac17
Blackfin: fix bd_t handling
by Mike Frysinger
· 14 years ago
1e912cb
Blackfin: bf537: fix L1 data defines
by Mike Frysinger
· 14 years ago
fbd8ae4
Blackfin: serial: clean up muxing a bit
by Mike Frysinger
· 14 years ago
5b0c128
Blackfin: move CONFIG_BFIN_CPU back to board config.h
by Mike Frysinger
· 14 years ago
785ce79
Blackfin: unify bootmode based LDR_FLAGS setup
by Mike Frysinger
· 14 years ago
d6a28fa
Blackfin: drop CONFIG_SYS_TEXT_BASE from boards
by Mike Frysinger
· 14 years ago
20ea997
Blackfin: skip RAM display for 0 mem systems
by Mike Frysinger
· 14 years ago
36ffc41
powerpc/85xx: Add some defines & registers in immap_85xx.h
by Zhao Chenhui
· 14 years ago
8cb2af7
powerpc/85xx: Add P1021 specific QE and UEC support
by Haiying Wang
· 14 years ago
1a35f3d
powerpc/85xx: don't init SDRAM when CONFIG_SYS_RAMBOOT
by Zhao Chenhui
· 14 years ago
e936628
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 14 years ago
4513d76
powerpc/8xxx: Fix typo for address hashing message
by Kumar Gala
· 14 years ago
046d772
mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements
by Kyle Moffett
· 14 years ago
e37716a
fsl_ddr: Don't use full 64-bit divides on 32-bit PowerPC
by Kyle Moffett
· 14 years ago
960f87f
powerpc/85xx: Fix setting of LIODN prop in PCIe nodes on P3041/P5020
by Laurentiu TUDOR
· 14 years ago
2c7ab3e
powerpc/85xx: Update timer-frequency prop in ptp_timer node of device tree
by bhaskar upadhaya
· 14 years ago
40222cb
powerpc/85xx: Fix determining Fman freq on P1023
by Kumar Gala
· 14 years ago
3842bb5
powerpc/85xx: Fixup determining PME, FMan freq
by Kumar Gala
· 14 years ago
Next »