Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
1258e4667a1d3db067158091828b64babf13d069
/
arch
1258e46
ARM: dts: Add STMFX gpio expander support for stm32mp157c-ev1
by Patrick Delaunay
· 6 years ago
77457fa
ARM: dts: stm32mp1: Add adc nodes
by Patrice Chotard
· 6 years ago
2366160
ARM: dts: stm32: Synchronize DT with kernel one
by Patrice Chotard
· 6 years ago
c8a6668
stm32mp1: dts: activate psci-1.0
by Patrick Delaunay
· 6 years ago
c16cc4f
stm32mp1: add command poweroff
by Patrick Delaunay
· 6 years ago
42f01aa
power: rename stpmu1 to official name stpmic1
by Patrick Delaunay
· 6 years ago
d46c22b
power: stpmu1: rename files to stpmic1
by Patrick Delaunay
· 6 years ago
17f1f9b
stm32mp1: Replace OTP read by SHADOW read
by Patrick Delaunay
· 6 years ago
815bc8b
stm32mp1: bsec: shadow all the upper OTP (no secure) during boot
by Patrick Delaunay
· 6 years ago
bfe1f08
stm32mp1: bsec: use device tree new compatible
by Patrick Delaunay
· 6 years ago
59a54e3
stm32mp1: basic boot: SPL enable access to GPIOZ bank
by Patrick Delaunay
· 6 years ago
8983ba2
stm32mp1: align serial number on bootrom
by Patrick Delaunay
· 6 years ago
6c09eb9
stm32mp1: add some syscon drivers for syscfg and etpzc
by Patrick Delaunay
· 6 years ago
9a2ba28
stm32mp1: support forced boot mode
by Patrick Delaunay
· 6 years ago
105a5ad
stm32mp1: spl: hang with trace when DDR init failed
by Patrick Delaunay
· 6 years ago
b496eec
stm32mp1: cosmetic: add comment on psci_migrate_info_type return value
by Patrick Delaunay
· 6 years ago
45ccdb6
stm32mp1: cosmetic cleanup Kconfig
by Patrick Delaunay
· 6 years ago
006ea18
stm32mp1: spl: add spl_display_print
by Patrick Delaunay
· 6 years ago
35d568f
stm32mp1: update print_cpuinfo()
by Patrick Delaunay
· 6 years ago
7f63c1e
stm32mp1: update boot mode management
by Patrick Delaunay
· 6 years ago
b4ae34b
stm32mp1: add runtime information in environment
by Patrick Delaunay
· 6 years ago
d461f10
stm32mp1: display board information
by Patrick Delaunay
· 6 years ago
d859c61
stm32mp1: bsec: access with SMC for trusted boot
by Patrick Delaunay
· 6 years ago
abf2678
stm32mp1: add trusted boot with TF-A
by Patrick Delaunay
· 6 years ago
5a451f1
Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 6 years ago
a71e2f9
arm: at91: Add gardena-gateway-at91sam support
by Stefan Roese
· 6 years ago
d4c8873
arm: at91: at91sam9x5.dtsi: Add watchdog handle
by Stefan Roese
· 6 years ago
da8a771
arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds
by Stefan Roese
· 6 years ago
256c2ff
arm: at91: Enable watchdog support
by Stefan Roese
· 6 years ago
ce4d04a
arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled
by Stefan Roese
· 6 years ago
e6a2769
arm: at91: Makefile: Compile lowlevel_init only when really necessary
by Stefan Roese
· 6 years ago
d9bd429
board: pm9g45: Migrate to CONFIG_DM
by Ilko Iliev
· 6 years ago
7dee184
ARM: at91: sama5d2: Wrap cpu detection to fix macb driver
by Alexander Dahl
· 6 years ago
ffb269a
Merge git://git.denx.de/u-boot-riscv
by Tom Rini
· 6 years ago
85c3d46
arm: sunxi: Enable DM_MMC on required SoCs
by Jagan Teki
· 6 years ago
c48b07a
Merge tag 'fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-staging
by Tom Rini
· 6 years ago
e82fa10
dts: imx8qxp-mek: Add PHY post reset delay
by Andrejs Cainikovs
· 6 years ago
ccd063e
watchdog: Move watchdog_dev to data section (BSS may not be cleared)
by Stefan Roese
· 6 years ago
48b90d9
riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure
by Rick Chen
· 6 years ago
a1ce531
riscv: dts: ae350 support SMP
by Rick Chen
· 6 years ago
dda00ae
riscv: ax25: Andes specific cache shall only support in M-mode
by Rick Chen
· 6 years ago
8848474
riscv: ax25: Add platform-specific Kconfig options
by Rick Chen
· 6 years ago
a1f2487
riscv: Add a SYSCON driver for Andestech's PLMT
by Rick Chen
· 6 years ago
0d38946
riscv: Add a SYSCON driver for Andestech's PLIC
by Rick Chen
· 6 years ago
8ac39e2
riscv: hang if relocation of secondary harts fails
by Lukas Auer
· 6 years ago
e043240
riscv: do not rely on hart ID passed by previous boot stage
by Lukas Auer
· 6 years ago
f28ad25
riscv: boot images passed to bootm on all harts
by Lukas Auer
· 6 years ago
3dea63c
riscv: add support for multi-hart systems
by Lukas Auer
· 6 years ago
1446b26
riscv: save hart ID in register tp instead of s0
by Lukas Auer
· 6 years ago
2503ccc
riscv: delay initialization of caches and debug UART
by Lukas Auer
· 6 years ago
f152feb
riscv: implement IPI platform functions using SBI
by Lukas Auer
· 6 years ago
34a0626
riscv: import the supervisor binary interface header file
by Lukas Auer
· 6 years ago
fa33f08
riscv: add infrastructure for calling functions on other harts
by Lukas Auer
· 6 years ago
0e62d5b
Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
da60b43
DTS: Fix ETH PHY reset on HSC|DDC boards (imx53)
by Lukasz Majewski
· 6 years ago
da06f9a
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 6 years ago
e3b086c
ARM: dts: rmobile: Activate I2C7 on Alt
by Marek Vasut
· 6 years ago
a2893ba
Revert "rockchip: Drop call to rockchip_dnl_mode_check() for now"
by Philipp Tomsich
· 6 years ago
d32519a
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 6 years ago
abe66b1
Convert CONFIG_ENV_SPI_* to Kconfig
by Patrick Delaunay
· 6 years ago
ac31d0d
exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE
by Patrick Delaunay
· 6 years ago
c49d0ac
ARM: dts: rmobile: Increase off-on delay on the SD Vcc regulator
by Marek Vasut
· 6 years ago
344db3f
mips: add missing dtb-y to arch/mips/dts/Makefile
by Masahiro Yamada
· 6 years ago
680207a
powerpc: fix arch/powerpc/dts/Makefile
by Masahiro Yamada
· 6 years ago
89c2b5c
ARM: fix arch/arm/dts/Makefile
by Masahiro Yamada
· 6 years ago
ef331e3
armv8: Disable exception vectors in SPL by default
by Alexander Graf
· 6 years ago
6dad56d
arm: lib: bootm: Push the Starting kernel print to the end
by Keerthy
· 6 years ago
a00d157
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 6 years ago
810ae23
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
599f7aa
ARM: kirkwood: disable dcache for Kirkwood boards
by Chris Packham
· 6 years ago
825dd50
ARM: mvebu: use correct name for pcie controller
by Chris Packham
· 6 years ago
5860532
ARM: kirkwood: add spi0 alias for dreamplug
by Chris Packham
· 6 years ago
ff0005b
ARM: dts: socfpga: Add missing altr,sysmgr-syscon for EMAC
by Ley Foon Tan
· 6 years ago
8303467
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 6 years ago
1580970
armv7: ls102xa: Add workaround for DDR erratum A-008850
by Alison Wang
· 6 years ago
9659eb4
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 6 years ago
8d03709
arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus
by Adam Ford
· 6 years ago
75cd09c
imx8qxp: Fix the reported CPU frequency
by Fabio Estevam
· 6 years ago
737d8bd
pico-imx6ul: Convert to DM MMC
by Fabio Estevam
· 6 years ago
e5c2244
pico-imx6ul: Import dts files from kernel
by Fabio Estevam
· 6 years ago
6a08213
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 6 years ago
3592965
x86: crownbay: Enable the beeper sound driver
by Bin Meng
· 6 years ago
8edaf34
x86: coreboot: Add the missing pc speaker node in the device tree
by Bin Meng
· 6 years ago
9b2c8c3
x86: Add a dtsi file for the pc speaker
by Bin Meng
· 6 years ago
7d0a53a
x86: Make sure i8254 is setup correctly before generating beeps
by Bin Meng
· 6 years ago
be26c4a
arm: dts: exynos: Adjust whitespace around status property
by Krzysztof Kozlowski
· 6 years ago
ae781d5
arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 family
by Krzysztof Kozlowski
· 6 years ago
b5d3faa
arm: dts: exynos: Add supply for ADC block to Odroid XU3 family
by Krzysztof Kozlowski
· 6 years ago
19c8c9c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
d9b59fc
x86: edison: Add the rest of UARTs present on board
by Andy Shevchenko
· 6 years ago
ab83e5c
x86: edison: Use proper number of serial interface
by Andy Shevchenko
· 6 years ago
edf18a8
x86: acpi: Not every platform has serial console a first device
by Andy Shevchenko
· 6 years ago
c652dd1
x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier
by Andy Shevchenko
· 6 years ago
1d2825a
x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier
by Andy Shevchenko
· 6 years ago
7544ad0
ARM: socfpga: Disable D cache in SPL
by Marek Vasut
· 7 years ago
532a54e
ARM: socfpga: fix data and tag latency values for pl310 cache controller
by Dinh Nguyen
· 6 years ago
3a4511c
ARM: dts: rmobile: Zap redundant USB/SDHI nodes on M3N
by Eugeniu Rosca
· 6 years ago
fc3ed15
ARM: dts: rmobile: Force 1-bit bus width on Gen2 QSPI
by Marek Vasut
· 6 years ago
8588730
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 6 years ago
7122f79
armv8: fsl-layerscape: avoid DT fixup warning
by Laurentiu Tudor
· 6 years ago
Next »