Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
61378fd49d0e7b74477e461fd754212d053b73d8
/
arch
/
arm
/
lib
61378fd
efi: arm: Add aarch64 EFI app support
by Simon Glass
· 8 years ago
fc03fb9
efi: arm: Add EFI app support
by Simon Glass
· 8 years ago
631c1a2
elf: arm: Add a few ARM relocation types
by Simon Glass
· 8 years ago
266c8c1
arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode
by Keerthy
· 8 years ago
485110a
arm: print the cache config option in hex instead of decimal
by Keerthy
· 8 years ago
b805c35
spl: Add a parameter to jump_to_image_linux()
by Simon Glass
· 8 years ago
bae1480
arm: cache: always flush cache line size for page table
by Stefan Agner
· 8 years ago
c4a7322
arm: cache: add support for LPAE for region D$ behavior
by Stefan Agner
· 8 years ago
84f9b61
ARM: Move SYS_CACHELINE_SIZE over to Kconfig
by Tom Rini
· 8 years ago
36f067f
cmd: Split 'bootz' and 'booti' out from 'bootm'
by Tom Rini
· 8 years ago
413ca3d
vexpress: Check TC2 firmware support before defaulting to nonsec booting
by Jon Medhurst \(Tixy\)
· 8 years ago
3b787ef
ARM: Rework and correct barrier definitions
by Tom Rini
· 8 years ago
9bcf9c0
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
72bc1f3
arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node
by Hou Zhiqiang
· 8 years ago
25f6861
arm/PSCI: Fixed the backward compatiblity issue
by Hou Zhiqiang
· 8 years ago
21d805c
arm/PSCI: Removed unused code
by Hou Zhiqiang
· 8 years ago
8ff8689
libfdt: Introduce new ARCH_FIXUP_FDT option
by Michal Simek
· 8 years ago
6402f72
armv8: spl: Call board_init_r from crt0_64 in SPL
by Jeremy Hunt
· 8 years ago
9c74372
spl: zImage support in Falcon mode
by Ladislav Michl
· 8 years ago
a0dfb84
spl: Fix compilation warnings for arm64
by Michal Simek
· 9 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
a1db4fe
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
a00f85d
ARM: Add an empty secure stack section
by Chen-Yu Tsai
· 8 years ago
143997a
arm: Show cache warnings in U-Boot proper only
by Simon Glass
· 8 years ago
8540658
arm: Move check_cache_range() into a common place
by Simon Glass
· 8 years ago
2663cd6
arm64: add better and more generic spin-table support
by Masahiro Yamada
· 8 years ago
909cc1c
ARM: move #ifdef to match the error handling code
by Masahiro Yamada
· 8 years ago
48321ba
arm/arm64: implement a boot header capability
by Andre Przywara
· 8 years ago
0529a67
arm: lib: Fix fix push/pop-section directives
by Marek Vasut
· 8 years ago
14d74b0
arm: lib: fix push/pop-section directives
by Stephen Warren
· 8 years ago
71cfb33
arm: lib: Split asm symbols into different .text subsections
by Marek Vasut
· 9 years ago
e92cb0b
arm: lib: Import Thumb1 functions
by Marek Vasut
· 9 years ago
eb91a46
arm: lib: import muldi3.S from Linux
by Marek Vasut
· 9 years ago
d0a8586
arm: lib: Repair Warning: conditional infixes are deprecated in unified syntax
by Marek Vasut
· 9 years ago
d2c1fbb
arm: lib: Import __do_div64 from Linux
by Marek Vasut
· 9 years ago
8eb18ae
arm: lib: Fix uldivmod.S build on Thumb2
by Marek Vasut
· 9 years ago
14fefa0
arm: lib: Sync libgcc 32b division/modulo operations
by Marek Vasut
· 9 years ago
c480fe7
arm: lib: Sync libgcc shift operations
by Marek Vasut
· 9 years ago
98260c2
arm: lib: Drop underscore from private libgcc filenames
by Marek Vasut
· 9 years ago
d086918
arm: include: Import unified.h from Linux kernel
by Marek Vasut
· 9 years ago
859f256
Rename reset to sysreset
by Stephen Warren
· 9 years ago
07dafdb
Change my mailaddress
by Andreas Bießmann
· 9 years ago
f57ef51
arm: spl: Align default board_init_f comment with code
by Andreas Dannenberg
· 9 years ago
ae6c2bc
arm: Add support for HYP mode and LPAE page tables
by Alexander Graf
· 9 years ago
edbbd25
armv8: lsch3: Enable WUO config for RNI-20 node
by Prabhakar Kushwaha
· 9 years ago
33a1d87
arm: Add a 64-bit division routine to the private library
by Simon Glass
· 9 years ago
80b9c6b
arm: Allow EFI payload code to take exceptions
by Alexander Graf
· 9 years ago
5817786
arm64: Allow EFI payload code to take exceptions
by Alexander Graf
· 9 years ago
0bd425a
efi_loader: Add runtime services
by Alexander Graf
· 9 years ago
408a12d
arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)
by David Müller (ELSOFT AG)
· 9 years ago
fbf49c0
arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7
by Marek Vasut
· 9 years ago
113094e
ARM: bootm: Try to use relocated ramdisk
by Jeffy Chen
· 9 years ago
159c0da
arm: initialize gd for AArch64
by Stephen Warren
· 9 years ago
85260bb
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
decd33b
Change e-mail address of Kamil Lulko
by Kamil Lulko
· 9 years ago
c4485e7
common: bootm: check return value of strict_strtoul
by Peng Fan
· 9 years ago
a382322
arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
by Albert ARIBAUD
· 9 years ago
2738215
arm: fix compile warnings when semihosting is enabled on ARMv7M target.
by Vadzim Dambrouski
· 9 years ago
98d3894
arm: add support for semihosting for ARMv7M targets
by Vadzim Dambrouski
· 9 years ago
35375d4
arm: Switch 32-bit ARM to using generic global_data setup
by Simon Glass
· 9 years ago
4f45651
arm: Switch aarch64 to using generic global_data setup
by Simon Glass
· 9 years ago
da1a904
armv8/gic: Fix GIC v2 initialization
by Thierry Reding
· 9 years ago
88f4c83
Merge remote-tracking branch 'u-boot/master'
by Albert ARIBAUD
· 9 years ago
81eb219
arm: Drop old non-generic-board code
by Simon Glass
· 9 years ago
cb60ae8
arm: Correct comments in crt0.S for the recent SPL improvements
by Simon Glass
· 9 years ago
e2cb6c5
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
3f67b7d
arm: reset: Avoid a build error when the reset uclass is enabled
by Simon Glass
· 9 years ago
8238f34
armv8: Add framework for CCN-504 interconnect configuration
by Bhupesh Sharma
· 9 years ago
f295d9e
ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM
by Tom Rini
· 9 years ago
2219026
ARM: cache: implement a default weak flush_cache() function
by Wu, Josh
· 9 years ago
aaa3545
ARM: cache: add an empty stub function for invalidate/flush dcache
by Wu, Josh
· 9 years ago
62cb156
spl, common, serial: build SPL without serial support
by Heiko Schocher
· 9 years ago
419228a
arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values
by Thierry Reding
· 9 years ago
ba4d90a
arm: Add ENTRY/ENDPROC to private libgcc functions
by Simon Glass
· 9 years ago
bd1fef5
common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()
by Matt Porter
· 10 years ago
9fcb5ef
arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>
by Tom Rini
· 10 years ago
cb33440
virt-dt: Allow reservation of secure region when in a RAM carveout
by Jan Kiszka
· 10 years ago
ac31b5a
ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions
by Jan Kiszka
· 10 years ago
5895b7c
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
c35f6cb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
8e728cd
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
b3b57e8
ARM: Add ARMv7-M support
by rev13@wp.pl
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
29d23ec
ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching
by Bryan Brinsko
· 10 years ago
c1a1955
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 10 years ago
e47e38e
armv8: semihosting: delete external interface
by Linus Walleij
· 10 years ago
6cf1671
armv8: semihosting: add a command to load semihosted images
by Linus Walleij
· 10 years ago
1c2e27e
armv8: semihosting: do not inline trap call
by Linus Walleij
· 10 years ago
f36fede
ARMv8: enable pre-allocation malloc
by David Feng
· 10 years ago
23d9b03
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 10 years ago
fb02cc1
ARM: PSCI: Rework the DT handler slightly
by Tom Rini
· 10 years ago
42b500b
arm: relocation: clear .bss section with arch memset if defined
by Przemyslaw Marczak
· 10 years ago
d8711af
arm: spl: Allow board_init_r() to run with a larger stack
by Simon Glass
· 10 years ago
aeca9cc
arm: spl: Avoid setting up a duplicate global data structure
by Simon Glass
· 10 years ago
1eba1d7
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
26ea9f4
ARM: remove jadecpu board support
by Masahiro Yamada
· 10 years ago
1ce575f
armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack
by York Sun
· 10 years ago
Next »