index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-uniphier
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: uniphier: fix init page table for ProXstream2/PH1-LD6b USB boot
Masahiro Yamada
2015-09-25
1
-4
/
+2
*
ARM: uniphier: add ProXstream2 and PH1-LD6b support
Masahiro Yamada
2015-09-25
26
-0
/
+567
*
ARM: uniphier: add PH1-Pro5 support
Masahiro Yamada
2015-09-25
22
-1
/
+346
*
ARM: uniphier: allow to enable multiple SoCs
Masahiro Yamada
2015-09-25
78
-429
/
+1068
*
ARM: uniphier: unify low-level debug init code
Masahiro Yamada
2015-09-25
11
-152
/
+115
*
ARM: uniphier: fix glitch signal problem for low-level debug
Masahiro Yamada
2015-09-25
4
-20
/
+20
*
ARM: uniphier: delete unneeded input enable for low-level debug
Masahiro Yamada
2015-09-25
1
-5
/
+0
*
ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*
Masahiro Yamada
2015-09-25
5
-15
/
+14
*
ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD
Masahiro Yamada
2015-09-25
1
-0
/
+4
*
ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local file
Masahiro Yamada
2015-09-25
2
-7
/
+10
*
ARM: uniphier: refactor LED function
Masahiro Yamada
2015-09-25
9
-128
/
+96
*
ARM: uniphier: remove useless wrapper functions
Masahiro Yamada
2015-09-25
3
-17
/
+10
*
ARM: uniphier: remove unused header file
Masahiro Yamada
2015-09-25
1
-24
/
+0
*
ARM: uniphier: parse device tree to determine DRAM base and size
Masahiro Yamada
2015-09-25
2
-16
/
+47
*
ARM: uniphier: remove ifdef CONFIG_{SOC} conditionals from sg-regs.h
Masahiro Yamada
2015-09-25
11
-119
/
+109
*
ARM: uniphier: change the external bus address mapping
Masahiro Yamada
2015-09-25
4
-19
/
+19
*
ARM: uniphier: drop DCC micro support card support
Masahiro Yamada
2015-09-25
11
-293
/
+20
*
ARM: uniphier: drop ad-hoc input enable settings
Masahiro Yamada
2015-09-25
7
-51
/
+7
*
ARM: uniphier: drop ad-hoc early pin-muxing settings
Masahiro Yamada
2015-09-25
6
-82
/
+7
*
ARM: uniphier: enable SPL_OF_CONTROL
Masahiro Yamada
2015-08-31
7
-49
/
+0
*
ARM: uniphier: fix build error when CONFIG_DEBUG_LL is defined
Masahiro Yamada
2015-08-30
1
-0
/
+2
*
ARM: UniPhier: add PH1-sLD3 SoC support
Masahiro Yamada
2015-07-23
20
-10
/
+436
*
ARM: UniPhier: add IDs for PH1-Pro5, ProXstream2, PH1-LD6b
Masahiro Yamada
2015-07-02
1
-0
/
+9
*
ARM: UniPhier: add pin mux setting for NAND CS1 of PH1-Pro4
Masahiro Yamada
2015-05-31
1
-0
/
+2
*
ARM: UniPhier: fix pin mux setting for USB port 2 of PH1-sLD8
Masahiro Yamada
2015-05-31
1
-2
/
+2
*
ARM: UniPhier: update DDR PHY register map for PH1-Pro5
Masahiro Yamada
2015-05-31
1
-4
/
+7
*
ARM: UniPhier: set MACH_PH1_PRO4 as default SoC
Masahiro Yamada
2015-05-31
1
-1
/
+1
*
ARM: UniPhier: remove meaningless CONFIG_SPL_BUILD ifdefs
Masahiro Yamada
2015-05-31
1
-4
/
+0
*
ARM: UniPhier: remove unnecessary cache coherency code
Masahiro Yamada
2015-05-31
1
-23
/
+1
*
ARM: UniPhier: use 32 bit register access for debug UART setting
Masahiro Yamada
2015-05-31
1
-4
/
+3
*
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
Masahiro Yamada
2015-05-31
1
-3
/
+2
*
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
Masahiro Yamada
2015-05-31
38
-104
/
+76
*
arch: Make board selection choices optional
Joe Hershberger
2015-05-12
1
-0
/
+1
*
malloc_f: enable SYS_MALLOC_F by default if DM is on
Masahiro Yamada
2015-03-28
1
-3
/
+0
*
malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
Masahiro Yamada
2015-03-28
1
-3
/
+0
*
ARM: UniPhier: remove unnecessary ifdef conditional
Masahiro Yamada
2015-03-24
1
-2
/
+0
*
ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper
Masahiro Yamada
2015-03-24
2
-17
/
+5
*
ARM: UniPhier: optimize kicking secondary CPUs code
Masahiro Yamada
2015-03-24
4
-72
/
+38
*
ARM: UniPhier: fix typos in comments
Masahiro Yamada
2015-03-24
2
-12
/
+13
*
ARM: UniPhier: add empty lowlevel_init to U-boot proper
Masahiro Yamada
2015-03-24
2
-0
/
+13
*
ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer
Masahiro Yamada
2015-03-24
2
-4
/
+13
*
ARM: UniPhier: enable Driver Model and UART on SPL
Masahiro Yamada
2015-03-24
1
-3
/
+10
*
ARM: UniPhier: move UART pin settings to SPL
Masahiro Yamada
2015-03-24
9
-49
/
+96
*
ARM: UniPhier: move platform devices to SPL
Masahiro Yamada
2015-03-24
2
-2
/
+2
*
ARM: UniPhier: include PH1-LD4 Makefile from PH1-sLD8
Masahiro Yamada
2015-03-24
1
-16
/
+1
*
ARM: UniPhier: remove unnecessary CONFIG_SYS_SOC
Masahiro Yamada
2015-03-24
1
-3
/
+0
*
ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros
Masahiro Yamada
2015-03-01
2
-5
/
+7
*
ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization
Masahiro Yamada
2015-03-01
2
-21
/
+0
*
ARM: UniPhier: consolidate MEMCONF setting code
Masahiro Yamada
2015-03-01
6
-141
/
+116
*
ARM: UniPhier: support 1CS support card for all the UniPhier SoCs
Masahiro Yamada
2015-03-01
9
-121
/
+189
[next]