Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
c2fd3f57040d4d8e858f0449afe46416cfad95da
/
arch
/
arm
/
cpu
7bbc5ff
mxs: Do not disable bo detection when DC-DC is already enabled
by Stefan Wahren
· 9 years ago
9bea236
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
21a2694
arm, imx6, i2c: add I2C4 for MX6DL
by Heiko Schocher
· 9 years ago
8975cdf
sunxi: Make DRAM_ODT_EN Kconfig setting a bool
by Hans de Goede
· 9 years ago
a881db0
sunxi: Fix dram initialization not working on some a33 devices
by Hans de Goede
· 9 years ago
5cd83b11
sunxi: add support for UART2 on A23/A33
by Laurent Itti
· 9 years ago
f0e8e89
imx: mx6: add get_cpu_temp_grade to obtain cpu temperature grade from OTP
by Tim Harvey
· 9 years ago
9b9449c
imx: mx6: add get_cpu_speed_grade_hz func to return MHz speed grade from OTP
by Tim Harvey
· 9 years ago
3625fd6
arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified
by Tim Harvey
· 9 years ago
0e6b7a2
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 9 years ago
cf85202
exynos: clock: clean up checkpatch issues
by Minkyu Kang
· 9 years ago
b68a5b1
arm: mx6: ddr3: Remove dead code
by Nikolay Dimitrov
· 9 years ago
b4ed9f8
mx6: Set shared override bit in PL310 AUX_CTRL register
by Fabio Estevam
· 10 years ago
8a2bd21
arm: mx6: Clamp MMDC and DDR3 clocks for timing calculations
by Nikolay Dimitrov
· 10 years ago
a8f2d01
tegra: Boot in non-secure mode by default
by Jan Kiszka
· 10 years ago
7316987
tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0
by Ian Campbell
· 10 years ago
ce416fa
ARM: Add board-specific initialization hook for PSCI
by Jan Kiszka
· 10 years ago
d6b72da
virt-dt: Allow reservation of secure region when in a RAM carveout
by Jan Kiszka
· 10 years ago
3317b98
ARM: Put target PC for PSCI CPU_ON on per-CPU stack
by Jan Kiszka
· 10 years ago
4c681a3
ARM: Factor out reusable psci_get_cpu_stack_top
by Jan Kiszka
· 10 years ago
4ce4de1
ARM: Factor out reusable psci_cpu_entry
by Jan Kiszka
· 10 years ago
b0206e7
ARM: Factor out reusable psci_cpu_off_common
by Jan Kiszka
· 10 years ago
680f396
ARM: Factor out common psci_get_cpu_id
by Jan Kiszka
· 10 years ago
104d6fb
ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions
by Jan Kiszka
· 10 years ago
a26cd04
arch: Make board selection choices optional
by Joe Hershberger
· 9 years ago
55ce920
ARM: socfpga: abolish CONFIG_SOCFPGA
by Masahiro Yamada
· 10 years ago
05a2172
ARM: socfpga: move SoC sources to mach-socfpga
by Masahiro Yamada
· 10 years ago
a02a669
ARM: socfpga: remove redundant config.mk
by Masahiro Yamada
· 10 years ago
cc25d85
ARM: socfpga: do not add board directory to header search path
by Masahiro Yamada
· 10 years ago
1131d4e
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 10 years ago
350b50e
arm: armada-xp: Move SoC sources to mach-mvebu
by Stefan Roese
· 10 years ago
3f2f1a0
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
b939689
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
fd01ae1
sunxi: usb: Protect phy-init and phy-power-on against multiple calls
by Hans de Goede
· 10 years ago
e13afee
sunxi: usb: Do not call phy_probe from hcd code
by Hans de Goede
· 10 years ago
2aacc42
sunxi: usb: Rename the usbc.? files to usb_phy.?
by Hans de Goede
· 10 years ago
7b79865
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
by Hans de Goede
· 10 years ago
a781c97
sunxi: usb: Remove sunxi_usbc_get_io_base function
by Hans de Goede
· 10 years ago
375de01
sunxi: usb: Move setup of host controller clocks to the host controller drivers
by Hans de Goede
· 10 years ago
d17e157
sunxi: emac: Remove non driver-model code
by Hans de Goede
· 10 years ago
939ed1c
sunxi: emac: Add driver model support
by Hans de Goede
· 10 years ago
a536077
sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers
by Hans de Goede
· 10 years ago
1d624a4
sunxi: axp: Move axp pmic register helpers to a separate file
by Hans de Goede
· 10 years ago
a725426
sunxi: usbc: Fix vbus gpio handling to work with the driver-model
by Hans de Goede
· 10 years ago
8c3dacf
sunxi: Add basic A33 basic support
by Vishnu Patekar
· 10 years ago
ffc0ae0
sunxi: Add a33 dram init code
by Vishnu Patekar
· 10 years ago
886a7b4
sunxi: Add support for A33 PLL11 (second DRAM pll)
by Hans de Goede
· 10 years ago
5e6bacd
sunxi: s/sun8i/sun8i_a23/
by Hans de Goede
· 10 years ago
44d8ae5
sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool
by Hans de Goede
· 10 years ago
929b262
sunxi: usbc: Remove unused irq field
by Hans de Goede
· 10 years ago
92bcc6c
sunxi: Also set Auxiliary Ctl SMP bit in SPL
by Hans de Goede
· 10 years ago
dcfa530
sun7i: Remove duplicate call to psci_arch_init
by Jan Kiszka
· 10 years ago
ace97d2
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 10 years ago
0107f24
ARM: zynq: move SoC sources to mach-zynq
by Masahiro Yamada
· 10 years ago
7472a5d
ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S
by Masahiro Yamada
· 10 years ago
16247d2
zynqmp: Add support for emulation platform - Veloce
by Michal Simek
· 10 years ago
a7858f6
zynq: timer: Fix wrong timer calculation
by Siva Durga Prasad Paladugu
· 10 years ago
5cb2420
zynqmp: Add support for R5 sw loading
by Michal Simek
· 10 years ago
222b212
zynqmp: caches: Enable dcache for zynqmp
by Siva Durga Prasad Paladugu
· 10 years ago
f25f552
zynq: slcr: Disable all level shifters
by Siva Durga Prasad Paladugu
· 10 years ago
e7fa7d5
ARM: zynq: drop legacy ps7_init.c/h support
by Masahiro Yamada
· 10 years ago
7a1aec8
zynq: Add Zynq PicoZed board support
by Nathan Rossi
· 10 years ago
5362662
Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga
by Tom Rini
· 10 years ago
e536ab8
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
3f6dcdb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
ab10d73
armv8/fsl-lsch3: Implement workaround for I2C erratum A009203
by York Sun
· 10 years ago
8b06460
ls2085a: esdhc: Add esdhc support for ls2085a
by Yangbo Lu
· 10 years ago
32eda7c
armv8/ls2085ardb: Enable NAND SPL support
by Scott Wood
· 10 years ago
b2d5ac5
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
39b0bbb
driver/ifc: Add 64KB page support
by Jaiprakash Singh
· 10 years ago
7a90a1f
ARM: vf610: Enable caches
by Stefan Agner
· 10 years ago
1db503c
ARM: vf610: Add SoC and CPU type detection
by Sanchayan Maity
· 10 years ago
ecd8557
fastboot: ARM: OMAP5: Enable reboot-bootloader
by Dileep Katta
· 10 years ago
f12467d
ARM: DRA7: Set serial number environment variable
by Dileep Katta
· 10 years ago
e2b65ea
armv8/ls2085ardb: Add support of LS2085ARDB platform
by York Sun
· 10 years ago
7288c2c
armv8/ls2085aqds: Add support of LS2085AQDS platform
by York Sun
· 10 years ago
9cc2c47
driver/ldpaa: Add support of WRIOP static data structure
by Prabhakar Kushwaha
· 10 years ago
d27bf90
armv8/fsl-ch3: Add support to print RCW configuration
by Bhupesh Sharma
· 10 years ago
125e2bc
drivers/fsl-mc: Changed MC firmware loading for new boot architecture
by J. German Rivera
· 10 years ago
31d34c6
armv8: Add SerDes framework for Layerscape Architecture
by Minghuan Lian
· 10 years ago
1e52835
armv8/fsl-lsch3: Use correct compatible for serial clock fixup
by Scott Wood
· 10 years ago
d746fef
armv8/ls2085a: Add workaround for USB erratum A-008751
by Scott Wood
· 10 years ago
b991b98
fsl-lsch3: Introduce place for common early SoC init
by Scott Wood
· 10 years ago
12eaf31
armv8/fsl-lsch3: Update early MMU table
by York Sun
· 10 years ago
07c6600
armv8/fsl-lsch3: Set nodes in DVM domain
by Scott Wood
· 10 years ago
05d2e21
armv8/ls2085a: Add support for reset request
by pankaj chauhan
· 10 years ago
207774b
armv8/ls2085a: Fix generic timer clock source
by York Sun
· 10 years ago
19f9175
armv8/fsl-lsch3: Fix platform clock calculation
by York Sun
· 10 years ago
060ef09
armv8/fsl-lsch3: Implement workaround for erratum A008585
by York Sun
· 10 years ago
e702146
ARM: integrator: abolish CONFIG_INTEGRATOR
by Masahiro Yamada
· 10 years ago
526fcc2
ARM: ARM720t: remove empty asm/arch/hardware.h
by Masahiro Yamada
· 10 years ago
eaaa4f7
ARMv7M: Add STM32F4 support
by rev13@wp.pl
· 10 years ago
12d8a72
ARM: Add ARMv7-M support
by rev13@wp.pl
· 10 years ago
78c5a18
arm: mx6: ddr: add pd_fast_exit flag to system information
by Tim Harvey
· 10 years ago
32f9ef3
ARM: mxs: Get boot mode from OCRAM
by Jörg Krause
· 10 years ago
a2a55e5
driver/fsl-mc: Add support of MC Flibs
by Prabhakar Kushwaha
· 10 years ago
b7f57ac
fsl-ch3/README: Add description for NOR flash layout (firmware images)
by Bhupesh Sharma
· 10 years ago
422cb08
armv8/fsl-lsch3: Add Freescale Debug Server driver
by Bhupesh Sharma
· 10 years ago
0ef44d1
arm: socfpga: spl: add board_init_f to SPL
by Dinh Nguyen
· 10 years ago
9ad3a4a
arm: socfpga: spl: Add SDRAM check
by Dinh Nguyen
· 10 years ago
Next »