Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
9352697aa060e9b1b5d891e4490fdfa6f5ba6114
/
arch
/
arm
9352697
board/ti/dra7xx: add support for parallel NOR
by pekon gupta
· 10 years ago
1899fac
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
aa159e6
Merge http://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
76a1e584
arm: Support pre-relocation malloc()
by Simon Glass
· 10 years ago
aae2aef
arm: Set up global data before board_init_f()
by Simon Glass
· 10 years ago
dae0f5c
mmc: s3c: Add SD driver
by Marek Vasut
· 10 years ago
7eca6b6
arm: s3c: Unify the S3C24xx SDI structure
by Marek Vasut
· 10 years ago
3fe3b4f
ARM: kirkwood: add mvsdio driver
by DrEagle
· 10 years ago
d5db702
sunxi: HYP/non-sec: add sun7i PSCI backend
by Marc Zyngier
· 10 years ago
fc70300
sunxi: Add CONFIG_MACPWR option
by Hans de Goede
· 10 years ago
06cdd94
sunxi: add defines to control USB Host clocks/resets
by Roman Byshko
· 10 years ago
a6e50a8
ahci: provide sunxi SATA driver using AHCI platform framework
by Ian Campbell
· 10 years ago
90f984e
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· 10 years ago
dd84058
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
362f16b
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
9d195a5
ARM: HYP/non-sec: remove MIDR check to validate CBAR
by Marc Zyngier
· 10 years ago
e771a3d
ARM: HYP/non-sec/PSCI: emit DT nodes
by Marc Zyngier
· 10 years ago
e29607e
ARM: convert arch_fixup_memory_node to a generic FDT fixup function
by Ma Haijun
· 10 years ago
38510a4
ARM: HYP/non-sec: add the option for a second-stage monitor
by Marc Zyngier
· 10 years ago
ecf07a7
ARM: HYP/non-sec: add generic ARMv7 PSCI code
by Marc Zyngier
· 10 years ago
f510aea
ARM: HYP/non-sec: allow relocation to secure RAM
by Marc Zyngier
· 10 years ago
bf433af
ARM: HYP/non-sec: add separate section for secure code
by Marc Zyngier
· 10 years ago
b726d22
ARM: add missing HYP mode constant
by Marc Zyngier
· 10 years ago
64fd44d
ARM: non-sec: reset CNTVOFF to zero
by Marc Zyngier
· 10 years ago
800c835
ARM: HYP/non-sec: add a barrier after setting SCR.NS==1
by Marc Zyngier
· 10 years ago
c19e0dd
ARM: HYP/non-sec: move switch to non-sec to the last boot phase
by Marc Zyngier
· 10 years ago
b1cdd8b
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
48b3ed2
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
740f41d
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
222a311
ARM: omap: clean redundant PISMO_xx macros used in OMAP3
by pekon gupta
· 10 years ago
77cd89e
ARM: omap: fix GPMC address-map size for NAND and NOR devices
by pekon gupta
· 10 years ago
8c16dd6
ARM: OMAP: Fix handling of errata i727
by Rajendra Nayak
· 10 years ago
a906847
board: k2e-evm: add board support
by Hao Zhang
· 10 years ago
1284246
ARM: keystone2: spl: add K2E SoC support
by Khoronzhuk, Ivan
· 10 years ago
20187fd
ARM: keystone2: add MSMC cache coherency support for K2E SOC
by Hao Zhang
· 10 years ago
4dca7f0
ARM: keystone2: clock: add K2E clock support
by Hao Zhang
· 10 years ago
5c76f78
ARM: keystone2: add K2E SoC hardware definitions
by Hao Zhang
· 10 years ago
8dfc15f
ARM: keystone: clock: move K2HK SoC dependent code in separate file
by Khoronzhuk, Ivan
· 10 years ago
3d31538
k2hk: use common KS2_ prefix for all hardware definitions
by Khoronzhuk, Ivan
· 10 years ago
7b26c1f
keystone2: add possibility to turn off all dsps
by Hao Zhang
· 10 years ago
4984bce
keystone2: move cpu_to_bus() to keystone.c
by Hao Zhang
· 10 years ago
35c547c
ARM: keystone2: keystone_nav: make it dependent on keystone driver
by Khoronzhuk, Ivan
· 10 years ago
101eec5
keystone2: ddr: add DDR3 PHY configs updated for PG 2.0
by Hao Zhang
· 10 years ago
0b86858
keystone: ddr3: add ddr3.h to hold ddr3 API
by Khoronzhuk, Ivan
· 10 years ago
04b7ce0
ARM: keystone2: psc: use common PSC base
by Khoronzhuk, Ivan
· 10 years ago
6d3bbdb
ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
by Stefan Roese
· 10 years ago
fb2fcb7
ARM: omap: Fix GPMC init for OMAP3 platforms
by Stefan Roese
· 10 years ago
c4f80f5
am335x_evm / gumstix pepper: Correct DDR settings
by Tom Rini
· 10 years ago
fafcfc5
arm: rmobile: Add support R8A7794
by Nobuhiro Iwamatsu
· 10 years ago
03606ff
ARM: zynq: Show ECC status on the same line as DRAM size
by Michal Simek
· 10 years ago
8340e7a
driver/ddr: Fix DDR4 driver for ARM
by York Sun
· 10 years ago
7c48b01
sunxi: use setbits_le32 to enable the DMA clock
by Ian Campbell
· 10 years ago
abce2c6
sunxi: add gpio driver
by Ian Campbell
· 10 years ago
ae5de5a
sunxi: Fix reset hang on sun5i
by Hans de Goede
· 10 years ago
6620377
sunxi: Add i2c support
by Hans de Goede
· 10 years ago
0db2bbd
mvtwsi: convert to CONFIG_SYS_I2C framework
by Hans de Goede
· 10 years ago
84f24ac
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
e153333
i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10
by Eric Nelson
· 10 years ago
5ba9554
usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
by Felipe Balbi
· 10 years ago
22692ec
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
157f45d
mx6: soc: Update the comments of set_ldo_voltage()
by Fabio Estevam
· 10 years ago
2eb268f
MX6: Correct calculation of PLL_SYS
by Andre Renaud
· 10 years ago
799aff3
sunxi: Avoid unused variable warning.
by Ian Campbell
· 10 years ago
072b2d8
kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabled
by Alexey Ignatov
· 10 years ago
8038b49
am43xx: Tune the system to avoid DSS underflows
by Cooper Jr., Franklin
· 10 years ago
2c95211
am43xx: Update EMIF DDR3 Configuration for AM43x GP
by Franklin S. Cooper Jr
· 10 years ago
878cae6
ARM: emif4: wait for CM_DLL_READYST to be set
by Jeroen Hofstee
· 10 years ago
6ee3d00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 10 years ago
c26fb9d
sunxi: Add emac glue, enable emac on the cubieboard
by Hans de Goede
· 10 years ago
f84269c
sunxi: Add sun5i support
by Hans de Goede
· 10 years ago
745325a
sunxi: Add sun4i support
by Hans de Goede
· 10 years ago
c7e79de
sunxi: Implement reset_cpu
by Hans de Goede
· 10 years ago
9e5f80d
sunxi: Fix u-boot-spl.lds to refer to .vectors
by Hans de Goede
· 10 years ago
23f23f2
socfpga: Relocate arch common functions away from board
by Chin Liang See
· 10 years ago
fe0d925
arm: Fix armv8 compilation error
by Shaibal.Dutta
· 10 years ago
ed6c7f7
arm: spl: fix include guard
by Jeroen Hofstee
· 10 years ago
dc4d4aa
socfpga: Adding Scan Manager driver
by Chin Liang See
· 10 years ago
05b884b
socfpga: Adding DesignWare watchdog support
by Chin Liang See
· 10 years ago
7237d22
arm: ep9315: Return back Cirrus Logic EDB9315A board support
by Sergey Kostanbaev
· 10 years ago
fcfddfd
ARM: cache_v7: use __weak
by Jeroen Hofstee
· 10 years ago
f749db3
ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board support
by York Sun
· 10 years ago
b940ca6
armv8/fsl-lsch3: Add support to load and start MC Firmware
by J. German Rivera
· 10 years ago
2f78eae
ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC
by York Sun
· 10 years ago
22932ff
ARMv8: Adjust MMU setup
by York Sun
· 10 years ago
0d031e0
Added 64-bit MMIO accessors for ARMv8
by J. German Rivera
· 10 years ago
261d276
arm: Add support for semihosting for armv8 fastmodel targets.
by Darwin Rambo
· 10 years ago
68049a0
i2c: tegra: use repeated start for reads
by Stephen Warren
· 10 years ago
304f936
Merge remote-tracking branch 'u-boot-samsung/master'
by Albert ARIBAUD
· 10 years ago
019b57c
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
e99f30e
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
d6694af
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
5d2ad2b
vf610: fix build due to missing sys_proto.h
by Stefano Babic
· 10 years ago
01a3647
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
ed1d98d
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
8e4ab1d
Exynos5420: Introduce support for the Peach-Pit board
by Akshay Saraswat
· 10 years ago
eacf46d
Exynos5420: Let macros be used for exynos5420
by Akshay Saraswat
· 10 years ago
8946034
tegra: dts: Bring in GPIO bindings from linux
by Simon Glass
· 10 years ago
5957ac2
Makefile: Support include files for .dts files
by Simon Glass
· 10 years ago
ad827e16
arm: Support iotrace feature
by Simon Glass
· 10 years ago
734af24
OMAP: disable gpmc timeout safely for reenabling
by Stefano Babic
· 10 years ago
Next »