Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0b32638bd40a9ffb1b6df8f4ad754520424ba0d7
/
arch
0b32638
arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization
by Wenyou Yang
· 9 years ago
aa0a58d
arm: at91/spl: mpddrc: add struct atmel_mpddrc_config
by Wenyou Yang
· 9 years ago
13e95e0
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
0fefe6d
sunxi: Add suport for A83T based Banana-pi M3 Board
by Vishnu Patekar
· 9 years ago
ad8baac
sunxi: Add support for LPDDR3 for A83T
by Vishnu Patekar
· 9 years ago
c49936f
sunxi: Groundwork to support new dram type for A83T
by Vishnu Patekar
· 9 years ago
46da7a6
sunxi: Redundant code cleanup from a83t dram init
by Vishnu Patekar
· 9 years ago
1b28d5f
sunxi: Support PSCI ops on Allwinner H3
by Chen-Yu Tsai
· 9 years ago
6daddfe
sunxi: Support H3 CCU security switches
by Chen-Yu Tsai
· 9 years ago
0932b63
sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3
by Chen-Yu Tsai
· 9 years ago
4eaebbc
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
434dc7b
mips: asm/io.h: Add in <linux/bug.h>
by Tom Rini
· 9 years ago
9300f30
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 9 years ago
e7d15f6
arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()
by Ashish kumar
· 9 years ago
1de43cf
powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq
by Prabhakar Kushwaha
· 9 years ago
03aeeb3
Merge branch 'master' of git://git.denx.de/u-boot-imx
by Tom Rini
· 9 years ago
52d6760
openrisc: Fix build errors
by Bin Meng
· 9 years ago
78eeb91
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
6d064ee
serial: Remove serial_putc_raw_dev
by Tom Rini
· 9 years ago
7aaf277
arm, powerpc: Update cc-version tests to check for cc-name as well
by Tom Rini
· 9 years ago
eb518d5
imx: mx7: default enable MDIO open drain
by Peng Fan
· 9 years ago
bd0c46f
imx: mx6ul/sx: fix mmdc_ch0 clk calculation
by Peng Fan
· 9 years ago
0fe0ddc
imx: mx6: add more entry for mxc_ccm_reg
by Peng Fan
· 9 years ago
007c8da
imx: nand: update GPMI NAND driver to support MX7
by Peng Fan
· 9 years ago
4a4be69
imx: apbh_dma: Update APBH-DMA for MX7D
by Peng Fan
· 9 years ago
a75abeb
x86: ivybridge: Use syscon for the GMA device
by Simon Glass
· 9 years ago
43a5034
x86: Set up a shared syscon numbering schema
by Simon Glass
· 9 years ago
b0a6dca
x86: ivybridge: Drop the SMM-locking code
by Simon Glass
· 9 years ago
72ce7ef
x86: ivybridge: Drop XHCI support
by Simon Glass
· 9 years ago
74a9e6a
x86: ivybridge: Drop special EHCI init
by Simon Glass
· 9 years ago
11f76a7
x86: ivybridge: Sort out the calls to bridge_silicon_revision()
by Simon Glass
· 9 years ago
6c9e1d8
x86: ivybridge: Move code from pch.c to bd82x6x.c
by Simon Glass
· 9 years ago
b3a9e51
x86: ivybridge: Convert pch.c to use DM PCI API
by Simon Glass
· 9 years ago
cd7f2d9
x86: ivybridge: Convert report_platform to DM PCI API
by Simon Glass
· 9 years ago
37a91ff
x86: ivybridge: Convert SDRAM init to use driver model
by Simon Glass
· 9 years ago
1e186f5
x86: ivybridge: Convert sdram_initialise() to use DM PCI API
by Simon Glass
· 9 years ago
a33044b
x86: ivybridge: Convert dram_init() to use DM PCI API
by Simon Glass
· 9 years ago
18df7d0
x86: ivybridge: Convert enable_usb_bar() to use DM PCI API
by Simon Glass
· 9 years ago
9afcd96
x86: ivybridge: Use the I2C driver to perform SMbus init
by Simon Glass
· 9 years ago
d6fe74e
x86: ivybridge: Convert lpc init code to DM PCI API
by Simon Glass
· 9 years ago
582075c
x86: ivybridge: Drop the special PCI driver
by Simon Glass
· 9 years ago
40e7a20
x86: ivybridge: Move LPC init into the LPC probe() method
by Simon Glass
· 9 years ago
5337b43
x86: ivybridge: Move lpc_enable() into gma.c
by Simon Glass
· 9 years ago
35c50a5
x86: ivybridge: Use driver model PCI API in sata.c
by Simon Glass
· 9 years ago
39f3f8c
x86: ivybridge: Use the SATA driver to do the init
by Simon Glass
· 9 years ago
c0cf9ac
x86: ivybridge: Drop the unused bd82x6x_init_extra()
by Simon Glass
· 9 years ago
5cc400b
x86: ivybridge: Do the SATA init before relocation
by Simon Glass
· 9 years ago
9c8caca
x86: ivybridge: Drop unnecessary northbridge setup
by Simon Glass
· 9 years ago
e5bdccd
x86: ivybridge: Use driver model PCI API in bd82x6x.c
by Simon Glass
· 9 years ago
4fa56b1
x86: ivybridge: Move northbridge and PCH init into drivers
by Simon Glass
· 9 years ago
00431f6
x86: Bring up northbridge, pch and lpc after the CPUs
by Simon Glass
· 9 years ago
9df244f
x86: Don't show an error when the MRC cache is up to date
by Simon Glass
· 9 years ago
0aa7bfa
x86: Make x86_init_cpus() static
by Simon Glass
· 9 years ago
6b7f76d
x86: ivybridge: Move early init code into northbridge.c
by Simon Glass
· 9 years ago
83b9c65
x86: ivybridge: Drop the dead MTRR code
by Simon Glass
· 9 years ago
0b22c97
x86: ivybridge: Set up the thermal target correctly
by Simon Glass
· 9 years ago
5e469f3
x86: ivybridge: Move CPU init code into the driver
by Simon Glass
· 9 years ago
b4974c4
x86: ivybridge: Use common CPU init code
by Simon Glass
· 9 years ago
25d1f94
x86: ivybridge: Move GPIO init to the LPC init() method
by Simon Glass
· 9 years ago
a716f9e
x86: ivybridge: Move sandybridge init to the lpc probe() method
by Simon Glass
· 9 years ago
d4d1e91
x86: ivybridge: Move graphics init much later
by Simon Glass
· 9 years ago
b20cf04
x86: ivybridge: Probe the LPC in CPU init
by Simon Glass
· 9 years ago
ee30129
x86: ivybridge: Rename lpc_init() to lpc_init_extra()
by Simon Glass
· 9 years ago
99eecaa
x86: ivybridge: Move LPC and PCH init into northbridge probe()
by Simon Glass
· 9 years ago
aa0f23e
x86: ivybridge: Move northbridge init into the probe() method
by Simon Glass
· 9 years ago
061e9ea
x86: ivybridge: Add a driver for the bd82x6x northbridge
by Simon Glass
· 9 years ago
29ce97e
dm: x86: Add a northbridge uclass
by Simon Glass
· 9 years ago
a7b1d95
x86: ivybridge: Rename bd82x6x_init()
by Simon Glass
· 9 years ago
8acbabb
x86: ivybridge: Move more init to the probe() function
by Simon Glass
· 9 years ago
62b3717
x86: ivybridge: Move lpc_early_init() to probe()
by Simon Glass
· 9 years ago
044f1a0
x86: ivybridge: Set up the LPC device using driver model
by Simon Glass
· 9 years ago
660680d
dm: x86: Drop the weak cpu_irq_init() function
by Simon Glass
· 9 years ago
5ce1af5
dm: x86: queensbay: Add an interrupt driver
by Simon Glass
· 9 years ago
1a44e88
dm: x86: quark: Add an interrupt driver
by Simon Glass
· 9 years ago
ddcafd6
x86: Use the IRQ device when setting up the mptable
by Simon Glass
· 9 years ago
7da3ca6
dm: x86: Add a common PIRQ init function
by Simon Glass
· 9 years ago
754f55e
dm: x86: Set up interrupt routing from interrupt_init()
by Simon Glass
· 9 years ago
18a8e09
dm: x86: Create a driver for x86 interrupts
by Simon Glass
· 9 years ago
3276163
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
by Simon Glass
· 9 years ago
68a2423
dm: Expand the uclass for Platform Controller Hubs (PCH)
by Simon Glass
· 9 years ago
ab91fd5
video: Add support for Armada XP LCD controller
by Stefan Roese
· 9 years ago
e513abb
rockchip: Add support for Raxda Rock 2
by Simon Glass
· 9 years ago
648b936
rockchip: rock2: dts: Make changes for U-Boot
by Simon Glass
· 9 years ago
d23faff
rockchip: rock2: Bring in device tree files from Linux
by Simon Glass
· 9 years ago
1501980
rockchip: dts: Sync up SPDIF node with Linux
by Simon Glass
· 9 years ago
abd2c15
rockchip: jerry: Enable EDP and HDMI video output
by Simon Glass
· 9 years ago
94906e4
rockchip: spl: Support full-speed CPU in SPL
by Simon Glass
· 9 years ago
9a13c55
rockchip: jerry: Fix the SDRAM timing
by Simon Glass
· 9 years ago
4ba1293
rockchip: spl: Drop MMC support code when not needed
by Simon Glass
· 9 years ago
f71eb80
rockchip: Tidy up the register-access macros
by Simon Glass
· 9 years ago
3fee8c4
rockchip: sdram: Use syscon_get_first_range() where possible
by Simon Glass
· 9 years ago
f1a81c0
rockchip: sdram: Tidy up a few comments
by Simon Glass
· 9 years ago
38675c4
rockchip: Add a simple 'clock' command
by Simon Glass
· 9 years ago
e7d7a01
rockchip: Don't skip low-level init
by Simon Glass
· 9 years ago
e421bb8
rockchip: video: Add a video-output driver
by Simon Glass
· 9 years ago
9160b4c
rockchip: video: Add a display driver for rockchip eDP
by Simon Glass
· 9 years ago
0139ae6
rockchip: video: Add a display driver for rockchip HDMI
by Simon Glass
· 9 years ago
5562bf1
rockchip: Rename the CRU_MODE_CON fields
by Simon Glass
· 9 years ago
c5915f7
pwm: rockchip: Add a PWM driver for Rockchip SoCs
by Simon Glass
· 9 years ago
cf88b7c
rockchip: jerry: Enable the Chrome OS EC
by Simon Glass
· 9 years ago
Next »