Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6f88c7038ff20947da5d0352caa3ff778c5727c7
/
arch
6f88c70
ARM64: zynqmp: Enable CLK and SPL_CLK by default
by Michal Simek
· 8 years ago
a0dfb84
spl: Fix compilation warnings for arm64
by Michal Simek
· 9 years ago
22866944
Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"
by Tom Rini
· 8 years ago
99777bd
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
dae0277
ARMv8/PSCI: Fixup the device tree for PSCI
by Hou Zhiqiang
· 8 years ago
21c4d55
ARMv8/Layerscape: switch SMP method accordingly
by Hou Zhiqiang
· 8 years ago
0078786
ARMv8/layerscape: Add FSL PPA support
by Hou Zhiqiang
· 8 years ago
505d735
ARMv8: add the secure monitor firmware framework
by Hou Zhiqiang
· 8 years ago
a7befa5
armv8: fsl-layerscape: add i/d-cache enable function to enable_caches
by Hou Zhiqiang
· 8 years ago
9da8f50
armv8: layerscape: Convert to use common MMU framework
by York Sun
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
c7104e5
armv8: mmu: Add support of non-identical mapping
by York Sun
· 8 years ago
f44afe7
armv8: mmu: split block if necessary
by York Sun
· 8 years ago
a81fcd1
armv8: mmu: house cleaning
by York Sun
· 8 years ago
f84f81e
armv8: Add tlb_allocated to arch global data
by York Sun
· 8 years ago
1ef95cc
armv8: Move secure_ram variable out of generic global data
by York Sun
· 8 years ago
a1db4fe
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
df09fb5
ARM: PSCI: Make psci_get_cpu_stack_top local to armv7/psci.S
by Chen-Yu Tsai
· 8 years ago
6e14795
ARM: PSCI: Switch to per-CPU target PC storage in secure data section
by Chen-Yu Tsai
· 8 years ago
ae7947c
ARM: PSCI: Add helper functions to access per-CPU target PC storage
by Chen-Yu Tsai
· 8 years ago
5ed0387
ARM: Add secure section for initialized data
by Chen-Yu Tsai
· 8 years ago
7ca1450
ARM: Move __secure definition to common asm/secure.h
by Chen-Yu Tsai
· 8 years ago
3de210c
ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure section
by Chen-Yu Tsai
· 8 years ago
1d0c177
ARM: PSCI: Remove unused psci_text_end symbol
by Chen-Yu Tsai
· 8 years ago
dd52202
ARM: PSCI: Allocate PSCI stack in secure stack section
by Chen-Yu Tsai
· 8 years ago
a00f85d
ARM: Add an empty secure stack section
by Chen-Yu Tsai
· 8 years ago
277a8f6
ARM: Page align secure section only when it is executed in situ
by Chen-Yu Tsai
· 8 years ago
766c22e
sunxi: Move remaining PSCI assembly code to C
by Chen-Yu Tsai
· 8 years ago
70617c7
ARM: PSCI: Split out common stack setup code from psci_arch_init
by Chen-Yu Tsai
· 8 years ago
bb175bc
sunxi: Add defconfig and dts file for the Orange Pi Lite SBC
by Hans de Goede
· 8 years ago
a4afc31
sunxi: Sync sun8i-h3-orangepi-plus.dts with upstream
by Hans de Goede
· 8 years ago
6527fa2
sunxi: Use BROM stored boot_media value to determine our boot-source
by Hans de Goede
· 8 years ago
b87ea78
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 8 years ago
ecf6082
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
d194c0e
net: Add EMAC driver for H3/A83T/A64 SoCs.
by Amit Singh Tomar
· 8 years ago
e9bbbe8
sunxi: FEL - Add the ability to recognize and auto-import uEnv-style data
by Bernhard Nortmann
· 8 years ago
6f3ea20
sunxi: Support booting from SPI flash
by Siarhei Siamashka
· 8 years ago
4d1192c
rockchip: sdram: Update the driver to support of-platdata
by Simon Glass
· 8 years ago
8e6af6f
rockchip: sdram: Move all DT decoding to ofdata_to_platdata()
by Simon Glass
· 8 years ago
d63ea43
rockchip: syscon: Update to work with of-platdata
by Simon Glass
· 8 years ago
26158ef
rockchip: Don't use spl_boot_device() with of-platdata
by Simon Glass
· 8 years ago
13fb1bc
rockchip: Move the MMC setup check earlier
by Simon Glass
· 8 years ago
19d6691
rockchip: Update the sdram-channel property to support of-platdata
by Simon Glass
· 8 years ago
4e9c131
sandbox: Add a test device that uses of-platdata
by Simon Glass
· 8 years ago
9ca517d
sandbox: Add a new sandbox_spl board
by Simon Glass
· 8 years ago
a7e2d4d
sandbox: Add basic SPL implementation
by Simon Glass
· 8 years ago
5cf1663
sandbox: Don't include the main loop in SPL
by Simon Glass
· 8 years ago
f44a3a5
sandbox: Don't use PCI in SPL
by Simon Glass
· 8 years ago
141e5a0
sandbox: Add some missing headers in cpu.c
by Simon Glass
· 8 years ago
be31037
sandbox: Correct header file order in cpu.c
by Simon Glass
· 8 years ago
1a3ba62
sandbox: Support building an SPL image
by Simon Glass
· 8 years ago
2c931ba
sandbox: Allow chaining from SPL to U-Boot proper
by Simon Glass
· 8 years ago
143997a
arm: Show cache warnings in U-Boot proper only
by Simon Glass
· 8 years ago
b7ba957
arm: Don't invalidate unaligned cache regions
by Simon Glass
· 8 years ago
8540658
arm: Move check_cache_range() into a common place
by Simon Glass
· 8 years ago
e38b45a
ARM: OMAP5+: Enable errata i727
by Lokesh Vutla
· 8 years ago
8a214c9
stm32: Change USART port to USART6 for stm32f746 discovery board
by Toshifumi NISHINAGA
· 8 years ago
18bd763
stm32: Add SDRAM support for stm32f746 discovery board
by Toshifumi NISHINAGA
· 8 years ago
65bfb9c
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board
by Toshifumi NISHINAGA
· 8 years ago
43cdb79
sandbox: Don't exit when bootm completes
by Simon Glass
· 8 years ago
332b829
linux/io.h: add generic ioremap()/iounmap() defines
by Masahiro Yamada
· 8 years ago
ea83da5
arm, nds32, sh: remove useless ioremap()/iounmap() defines
by Masahiro Yamada
· 8 years ago
a02effd
types.h: move and redefine resource_size_t
by Masahiro Yamada
· 8 years ago
0b6dd12
arm: am4x: add U-Boot FIT signing and SPL image post-processing
by Madan Srinivas
· 8 years ago
5cf344b
arm: omap5: add U-Boot FIT signing and SPL image post-processing
by Andreas Dannenberg
· 8 years ago
f4dd761
arm: omap-common: Update to generate secure U-Boot FIT blob
by Andreas Dannenberg
· 8 years ago
1549e2f
arm: omap-common: secure ROM signature verify API
by Andreas Dannenberg
· 8 years ago
6469e1a
arm: omap-common: add secure rom call API for secure devices
by Andreas Dannenberg
· 8 years ago
2cff3e7
arm: omap-common: add secure smc entry
by Daniel Allred
· 8 years ago
4631f7d
arm: cache: add missing dummy functions for when dcache disabled
by Daniel Allred
· 8 years ago
2663cd6
arm64: add better and more generic spin-table support
by Masahiro Yamada
· 8 years ago
8c1d3e0
Revert "armv8: Enable CPUECTLR.SMPEN for coherency"
by Tom Rini
· 8 years ago
47a3d05
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 8 years ago
e0f0cc5
x86: link: Correct a failure in DRAM init
by Simon Glass
· 8 years ago
aedc33d
x86: Add Advantech SOM-DB5800/SOM-6867 support
by George McCollister
· 8 years ago
0681dd8
x86: baytrail: acpi: Hide internal UART per GNVS setting
by Bin Meng
· 8 years ago
d9050c6
x86: acpi: Pack global NVS into ACPI table
by Bin Meng
· 8 years ago
0562f0d
x86: quark: Introduce ACPI global NVS
by Bin Meng
· 8 years ago
ebe7874
x86: baytrail: Introduce ACPI global NVS
by Bin Meng
· 8 years ago
9ad1234
x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART
by Bin Meng
· 8 years ago
fe8d45d
x86: baytrail: Introduce a Kconfig option for the internal UART
by Bin Meng
· 8 years ago
2f9cbd5
mmc: exynos_dw_mmc: remove the unused function
by Jaehoon Chung
· 8 years ago
7f2bceb
ARM: exynos4: dts: add the prefix '/' for aliases nodes
by Jaehoon Chung
· 8 years ago
d2ef0fc
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 8 years ago
9404be5
x86: fdt: Drop the unused compatible strings in fdtdec
by Simon Glass
· 8 years ago
47ca9fc
dm: gpio: MPC85XX GPIO platform data support
by Hamish Martin
· 8 years ago
efcc669
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
by Simon Glass
· 8 years ago
faeef3b
dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards
by Simon Glass
· 8 years ago
9410627
rockchip: Use 'select' instead of defaults in Kconfig
by Simon Glass
· 8 years ago
99ed877
ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHz
by Vignesh R
· 8 years ago
9b9f0f8
ARM: dts: K2G: Add support for QSPI controller
by Vignesh R
· 8 years ago
cefb8f3
ARM: dts: k2g: add support for Davinci SPI controller
by Vignesh R
· 8 years ago
6ceed0b
ARM: dts: k2l: Enable Davinci SPI controller
by Vignesh R
· 8 years ago
2ba906d
ARM: dts: k2e: Enable Davinci SPI controller
by Vignesh R
· 8 years ago
e96aeed
ARM: dts: k2hk: Enable Davinci SPI controller
by Vignesh R
· 8 years ago
adeb03f
ARM: dts: keystone2: add SPI aliases for davinci SPI nodes
by Vignesh R
· 8 years ago
9e7bf7d
armv8: Enable CPUECTLR.SMPEN for coherency
by Mingkai Hu
· 8 years ago
41bd7b2
arm: Fix setjmp (again)
by Alexander Graf
· 8 years ago
01f8b93
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
44fe9e4
video: tegra: Move to using simple-panel and pwm-backlight
by Simon Glass
· 9 years ago
Next »