Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
4103e13534141c31e4e9bf40848ab3a61dabce81
/
arch
« Previous
d35831f
arm: mvebu: Move SAR register defines into header
by Stefan Roese
· 9 years ago
b7ca250
arm: mvebu: Remove leftover Makefile
by Stefan Roese
· 9 years ago
81e33f4
arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
by Stefan Roese
· 9 years ago
b322c83
arm: mvebu: Consolidate board Kconfig options into one file
by Stefan Roese
· 9 years ago
d718bf2
arm: mvebu: Print CPU and SDRAM frequency upon startup
by Stefan Roese
· 9 years ago
e25d5a9
arm: mvebu: Make serdes setup on Armada XP less noisy
by Stefan Roese
· 9 years ago
84877c6
arm: mvebu: Don't include "netdev.h" in cpu.c
by Stefan Roese
· 9 years ago
bf0db8b
arm: mvebu: Add support for MV78260
by Stefan Roese
· 9 years ago
00a457b
arm: mvebu: Don't use 0 as board ID as its used for the custom boards
by Stefan Roese
· 9 years ago
ab8a4c6
arm: mvebu: Simplify code in setup_usb_phys() a bit
by Stefan Roese
· 9 years ago
c86d53f
arm: mvebu: Don't disable cache at startup on Armada XP at all
by Stefan Roese
· 9 years ago
f4e6ec7
arm: mvebu: Don't call arch_cpu_init() from SPL at all
by Stefan Roese
· 9 years ago
f0e8173
arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x
by Stefan Roese
· 9 years ago
3e5ce7c
arm: mvebu: Enable L2 cache on Armada XP
by Stefan Roese
· 9 years ago
0299c90
arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
by Stefan Roese
· 9 years ago
8a02ec1
arm: mvebu: Move some defines to common include file
by Stefan Roese
· 9 years ago
e3b9c98
net: mvneta: Convert to driver model
by Stefan Roese
· 9 years ago
202eded
arm: mvebu: armada-388-gp.dts: Add ethernet aliases
by Stefan Roese
· 9 years ago
18c1272
arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
by Stefan Roese
· 9 years ago
09a54c0
arm: mvebu: Add SPI driver model support
by Stefan Roese
· 9 years ago
6451223
arm: mvebu: Add DM and OF_CONTROL support to SPL
by Stefan Roese
· 9 years ago
2fbc18f
arm: mvebu/kirkwood: Use common timer functions
by Stefan Roese
· 9 years ago
1222305
arm: lpc32xx: switch SPL builds to driver model
by Vladimir Zapolskiy
· 9 years ago
d25ba89
arm: lpc32xx: switch serial console to driver model
by Vladimir Zapolskiy
· 9 years ago
adc421e
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
ecc3066
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
20d08f5
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 9 years ago
4fb01c4
arm: dts: am4372: add qspi register maps for memory map
by Mugunthan V N
· 9 years ago
1f19d50
arm: dts: dra72-evm: add spi-flash comaptible for flash
by Mugunthan V N
· 9 years ago
f7276c8
arm: dts: dra7-evm: add spi-flash comaptible for flash
by Mugunthan V N
· 9 years ago
4416ddb
arm: dts: am437x-gp-evm: add spi-flash comaptible for flash
by Mugunthan V N
· 9 years ago
830aba2
arm: dts: dra7: add qspi register maps for memory map and control module
by Mugunthan V N
· 9 years ago
6145ef7
dts: dra7: add spi alias for qspi
by Mugunthan V N
· 9 years ago
47c0d79
arm: mvebu: Select SPL_DM_SEQ_ALIAS
by Nathan Rossi
· 9 years ago
3c30fd6
x86: qemu: remove cpu node in device tree
by Miao Yan
· 9 years ago
de752c5
x86: qemu: fix cpu device in smp boot
by Miao Yan
· 9 years ago
b28cecd
x86: use actual CPU number for allocating memory
by Miao Yan
· 9 years ago
24fb490
x86: fix a typo in function name
by Miao Yan
· 9 years ago
5a69405
x86: qemu: add a cpu uclass driver for qemu target
by Miao Yan
· 9 years ago
f60df20
x86: qemu: add fw_cfg support
by Miao Yan
· 9 years ago
87968de
x86: ivybridge: Add macros for LPC decode ranges
by Bin Meng
· 9 years ago
59fb7fb
x86: fsp: Always use hex numbers in the hob command output
by Bin Meng
· 9 years ago
fa331fa
x86: ivybridge: Do not require HAVE_INTEL_ME
by Bin Meng
· 9 years ago
33fb6c0
x86: ivybridge: Add microcode blobs for all the steppings
by Bin Meng
· 9 years ago
214feec
x86: fsp: Set up init runtime buffer in update_fsp_configs()
by Bin Meng
· 9 years ago
4ce022d
x86: fsp: Move struct fspinit_rtbuf definition to chipset header
by Bin Meng
· 9 years ago
e293502
x86: queensbay: Remove invalid comments in update_fsp_configs()
by Bin Meng
· 9 years ago
3340f2c
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
by Bin Meng
· 9 years ago
81f84aa
x86: fsp: Rename update_fsp_upd() and change its signature
by Bin Meng
· 9 years ago
cb379a3
x86: fsp: Rename shared_data to fsp_config_data
by Bin Meng
· 9 years ago
57ac74f
x86: fsp: Add boot_mode as a member of struct shared_data
by Bin Meng
· 9 years ago
f0285fb
x86: fsp: Avoid cast stack_top in struct shared_data
by Bin Meng
· 9 years ago
aa02446
x86: fsp: Simplify fsp_continue()
by Bin Meng
· 9 years ago
077678e
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
ab971e1
sandbox: eth-raw-os.c: Ensure that our interface name is not too long
by Tom Rini
· 9 years ago
9b20519
rockchip: Use the debug UART on rk3036
by Simon Glass
· 9 years ago
4abe8e4
dm: Convert PCI MMC over to use DM PCI API
by Simon Glass
· 9 years ago
96350f7
dm: tegra: net: Convert tegra boards to driver model for Ethernet
by Simon Glass
· 9 years ago
8beb0bd
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
by Simon Glass
· 9 years ago
3f4e1e8
dm: pci: video: Convert video and pci_rom to use DM PCI API
by Simon Glass
· 9 years ago
7d8e404
dm: Convert bios_interrupts to use DM PCI API
by Simon Glass
· 9 years ago
9bf727f
dm: x86: ivybridge: Convert graphics init to use DM PCI API
by Simon Glass
· 9 years ago
93d92d4
ARM: uniphier: add dump command for DDR Multi PHY registers
by Masahiro Yamada
· 9 years ago
15607d0
ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6b
by Masahiro Yamada
· 9 years ago
107b3fb
ARM: uniphier: move headers out of include/mach directory
by Masahiro Yamada
· 9 years ago
042b28f
ARM: uniphier: move cmd_pinmon.c to boot-mode subdirectory
by Masahiro Yamada
· 9 years ago
9ca6616
ARM: uniphier: move cmd_ddrphy.c to dram subdirectory
by Masahiro Yamada
· 9 years ago
9475f8d
ARM: uniphier: kill bogus header includes
by Masahiro Yamada
· 9 years ago
90345c9
am33xx/am43xx: Add platform data for GPIOs
by Tom Rini
· 9 years ago
d7b4ca2
powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx
by Robert P. J. Day
· 9 years ago
e7cc8d1
test: add sandbox timer to test.dts
by Thomas Chou
· 9 years ago
3861d78
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 9 years ago
6a655d8
powerpc, mpc5xxx: fix missing bootflag init
by Heiko Schocher
· 9 years ago
f1993ca
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
40f4839
imx_common: check for Serial Downloader in spl_boot_device
by Stefano Babic
· 9 years ago
fe21eaf
ARM: mxs: allow boards to select DC-DC switching clock source
by Michael Heimpold
· 9 years ago
839479d
imx: ddr: drop duplicated debug info
by Peng Fan
· 9 years ago
40253dd
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 9 years ago
8f7ed08
arm: socfpga: Unreset NAND in U-Boot
by Marek Vasut
· 9 years ago
ac242e1
arm: socfpga: Unreset NAND in SPL
by Marek Vasut
· 9 years ago
f2f3782
arm: socfpga: Define NAND reset bit
by Marek Vasut
· 9 years ago
8182b41
ARM: dts: uniphier: add SD/MMC pinmux nodes
by Masahiro Yamada
· 9 years ago
8ea4f49
ARM: uniphier: set DTB file name to fdt_file environment
by Masahiro Yamada
· 9 years ago
3388669
ARM: uniphier: merge umc/ and ddrphy/ into a single directory
by Masahiro Yamada
· 9 years ago
6e1550f
ARM: uniphier: display model number all the time on boot up
by Masahiro Yamada
· 9 years ago
6f45a97
ARM: uniphier: add macros and revision IDs for sLD11 and LD10
by Masahiro Yamada
· 9 years ago
6994700
ARM: uniphier: compile uniphier_get_board_param() for U-Boot proper
by Masahiro Yamada
· 9 years ago
89c05fa
ARM: uniphier: split ProXstream2 board data and change DDR frequency
by Masahiro Yamada
· 9 years ago
6ba60fa
ARM: uniphier: call uniphier_get_board_param() without FDT blob
by Masahiro Yamada
· 9 years ago
2071f14
ARM: uniphier: add functions to get SoC model/revision
by Masahiro Yamada
· 9 years ago
b00543e
ARM: dts: uniphier: use stdout-path instead of console
by Masahiro Yamada
· 9 years ago
4e1f81d
ARM: dts: uniphier: add outer cache nodes
by Masahiro Yamada
· 9 years ago
8f06243
ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi
by Masahiro Yamada
· 9 years ago
6a9f6ba
ARM: uniphier: allow DDR function to return more precise error code
by Masahiro Yamada
· 9 years ago
11d6eff
ARM: uniphier: use BIT() macro for DDR PHY header
by Masahiro Yamada
· 9 years ago
b04ed73
ARM: uniphier: rename DTCR_RNKEN_* register bit to DTCR_RANKEN_*
by Masahiro Yamada
· 9 years ago
a1c4bf8
ARM: uniphier: add const qualifier to constant array
by Masahiro Yamada
· 9 years ago
fc18be1
ARM: uniphier: add static qualifiers to locally used functions
by Masahiro Yamada
· 9 years ago
68909e8
arm: socfpga: Make /soc available in pre-reloc
by Marek Vasut
· 9 years ago
0780697
arm: socfpga: Actually enable L2 cache
by Marek Vasut
· 9 years ago
Next »