index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: sh: Convert to Kconfig
Marek Vasut
2017-08-03
71
-34
/
+44
*
ARM: rmobile: Enable clock framework on ULCB
Marek Vasut
2017-08-03
2
-0
/
+4
*
ARM: rmobile: Enable clock framework on Salvator-X
Marek Vasut
2017-08-03
2
-0
/
+4
*
clk: rmobile: Add RCar Gen3 clock driver
Marek Vasut
2017-08-03
5
-0
/
+967
*
ARM: rmobile: Enable OF_CONTROL on RCar Gen3
Marek Vasut
2017-08-03
4
-4
/
+4
*
ARM: dts: rmobile: Import DTS from Linux 4.12
Marek Vasut
2017-08-03
12
-0
/
+4558
*
ARM: rmobile: Increase console buffer sizes
Marek Vasut
2017-08-03
1
-5
/
+5
*
ARM: rmobile: ulcb: Add ULCB board support
Marek Vasut
2017-08-03
9
-0
/
+614
*
ARM: rmobile: Add PFC PUEN bank 5 address
Marek Vasut
2017-08-03
1
-0
/
+2
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2017-08-01
88
-707
/
+326
|
\
|
*
x86: Switch all boards to use DM SCSI
Bin Meng
2017-08-01
20
-53
/
+8
|
*
x86: Convert MMC to driver model
Simon Glass
2017-08-01
8
-82
/
+62
|
*
block: ide: Fix build error when CONFIG_BLK is on
Bin Meng
2017-08-01
1
-0
/
+2
|
*
dm: scsi: Add a generic PCI-based AHCI driver
Bin Meng
2017-08-01
3
-0
/
+49
|
*
x86: ivybridge: remove unused uma_memory_size
xypron.glpk@gmx.de
2017-08-01
1
-5
/
+0
|
*
x86: Convert INTEL_ICH6_GPIO to Kconfig
Bin Meng
2017-08-01
9
-8
/
+10
|
*
x86: kconfig: Move USB to platform Kconfig
Bin Meng
2017-08-01
11
-5
/
+17
|
*
x86: kconfig: Let board select SPI flash
Bin Meng
2017-08-01
27
-51
/
+22
|
*
x86: qemu: Remove SPI flash from defconfigs
Bin Meng
2017-08-01
4
-17
/
+0
|
*
x86: qemu: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
5
-16
/
+4
|
*
x86: quark: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
2
-9
/
+9
|
*
x86: tangier: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
2
-7
/
+7
|
*
x86: queensbay: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
2
-11
/
+11
|
*
x86: coreboot: kconfig: Imply drivers that are useful
Bin Meng
2017-08-01
2
-5
/
+10
|
*
x86: broadwell: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
2
-6
/
+6
|
*
x86: ivybridge: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
5
-19
/
+6
|
*
x86: baytrail: kconfig: Imply platform specific drivers
Bin Meng
2017-08-01
8
-56
/
+10
|
*
x86: kconfig: Imply DM uclass drivers
Bin Meng
2017-08-01
22
-81
/
+12
|
*
x86: kconfig: Select OF_CONTROL
Bin Meng
2017-08-01
22
-21
/
+1
|
*
x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig
Bin Meng
2017-08-01
17
-12
/
+5
|
*
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
Bin Meng
2017-08-01
22
-79
/
+21
|
*
x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
Bin Meng
2017-08-01
10
-16
/
+2
|
*
x86: kconfig: Let board select BOARD_EARLY_INIT_F
Bin Meng
2017-08-01
21
-40
/
+5
|
*
x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig
Bin Meng
2017-08-01
10
-7
/
+3
|
*
x86: kconfig: Select PCI and DM_PCI
Bin Meng
2017-08-01
23
-22
/
+3
|
*
x86: kconfig: Select USE_PRIVATE_LIBGCC
Bin Meng
2017-08-01
21
-20
/
+1
|
*
x86: kconfig: Select TIMER and X86_TSC_TIMER
Bin Meng
2017-08-01
23
-22
/
+2
|
*
x86: Make table address selectable
Andy Shevchenko
2017-08-01
2
-7
/
+15
|
*
x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()
Bin Meng
2017-08-01
1
-4
/
+9
|
*
x86: tsc: Correct Silvermont reference clock values
Bin Meng
2017-08-01
1
-4
/
+4
|
*
x86: tsc: Update comments and expand definitions in freq_desc_tables[]
Bin Meng
2017-08-01
1
-15
/
+9
|
*
x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()
Bin Meng
2017-08-01
1
-9
/
+0
|
*
x86: tsc: Identify Intel-specific code
Bin Meng
2017-08-01
1
-0
/
+4
|
*
x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO
Bin Meng
2017-08-01
1
-1
/
+1
|
*
x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot
Bin Meng
2017-08-01
1
-1
/
+1
|
*
x86: Use default stack boundary alignment
Bin Meng
2017-08-01
1
-2
/
+1
*
|
Merge git://git.denx.de/u-boot-mmc
Tom Rini
2017-08-01
27
-199
/
+470
|
\
\
|
|
/
|
/
|
|
*
regulator: palmas: disable bypass when the LDO is enabled
Jean-Jacques Hiblot
2017-08-01
2
-0
/
+37
|
*
regulator: palmas: Add support for LDO1 regulator to provide 1.8V
Kishon Vijay Abraham I
2017-08-01
1
-3
/
+2
|
*
dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA
Simon Glass
2017-08-01
1
-1
/
+6
[next]