index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-uniphier
Age
Commit message (
Expand
)
Author
2015-07-01
ARM: UniPhier: add IDs for PH1-Pro5, ProXstream2, PH1-LD6b
Masahiro Yamada
2015-05-30
ARM: UniPhier: add pin mux setting for NAND CS1 of PH1-Pro4
Masahiro Yamada
2015-05-30
ARM: UniPhier: fix pin mux setting for USB port 2 of PH1-sLD8
Masahiro Yamada
2015-05-30
ARM: UniPhier: update DDR PHY register map for PH1-Pro5
Masahiro Yamada
2015-05-30
ARM: UniPhier: set MACH_PH1_PRO4 as default SoC
Masahiro Yamada
2015-05-30
ARM: UniPhier: remove meaningless CONFIG_SPL_BUILD ifdefs
Masahiro Yamada
2015-05-30
ARM: UniPhier: remove unnecessary cache coherency code
Masahiro Yamada
2015-05-30
ARM: UniPhier: use 32 bit register access for debug UART setting
Masahiro Yamada
2015-05-30
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
Masahiro Yamada
2015-05-30
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
Masahiro Yamada
2015-05-12
arch: Make board selection choices optional
Joe Hershberger
2015-03-28
malloc_f: enable SYS_MALLOC_F by default if DM is on
Masahiro Yamada
2015-03-28
malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
Masahiro Yamada
2015-03-23
ARM: UniPhier: remove unnecessary ifdef conditional
Masahiro Yamada
2015-03-23
ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper
Masahiro Yamada
2015-03-23
ARM: UniPhier: optimize kicking secondary CPUs code
Masahiro Yamada
2015-03-23
ARM: UniPhier: fix typos in comments
Masahiro Yamada
2015-03-23
ARM: UniPhier: add empty lowlevel_init to U-boot proper
Masahiro Yamada
2015-03-23
ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer
Masahiro Yamada
2015-03-23
ARM: UniPhier: enable Driver Model and UART on SPL
Masahiro Yamada
2015-03-23
ARM: UniPhier: move UART pin settings to SPL
Masahiro Yamada
2015-03-23
ARM: UniPhier: move platform devices to SPL
Masahiro Yamada
2015-03-23
ARM: UniPhier: include PH1-LD4 Makefile from PH1-sLD8
Masahiro Yamada
2015-03-23
ARM: UniPhier: remove unnecessary CONFIG_SYS_SOC
Masahiro Yamada
2015-02-28
ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros
Masahiro Yamada
2015-02-28
ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization
Masahiro Yamada
2015-02-28
ARM: UniPhier: consolidate MEMCONF setting code
Masahiro Yamada
2015-02-28
ARM: UniPhier: support 1CS support card for all the UniPhier SoCs
Masahiro Yamada
2015-02-28
ARM: UniPhier: enable xHCI and GIO cores for PH1-Pro4
Masahiro Yamada
2015-02-28
ARM: UniPhier: add I/O pin settings for xHCI on PH1-Pro4
Masahiro Yamada
2015-02-28
ARM: UniPhier: move uniphier_ehci_reset() function
Masahiro Yamada
2015-02-28
ARM: UniPhier: remove EHCI platform devices
Masahiro Yamada
2015-02-28
ARM: UniPhier: enable STDMAC for EHCI
Masahiro Yamada
2015-02-28
ARM: UniPhier: reset NAND core in SPL for non-NAND boot mode
Masahiro Yamada
2015-02-28
ARM: UniPhier: split clkrst_init() into two functions
Masahiro Yamada
2015-02-28
ARM: UniPhier: rename SC_CLKCTRL_CLK_* to SC_SCLKCTRL_CEN_*
Masahiro Yamada
2015-02-28
ARM: UniPhier: fix SBC init code
Masahiro Yamada
2015-02-28
ARM: UniPhier: fix comments in PH1-Pro4 SBC code
Masahiro Yamada
2015-02-28
ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
Masahiro Yamada
2015-02-28
ARM: UniPhier: move SoC headers to mach-uniphier/include/mach
Masahiro Yamada
2015-02-28
ARM: UniPhier: move SoC sources to mach-uniphier
Masahiro Yamada