Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ef1f61aa03b30498a86ae0aa839f734bcb3737ec
« Previous
52a1c2c
block: ide: Fix build error when CONFIG_BLK is on
by Bin Meng
· 7 years ago
a5c680f
dm: scsi: Add a generic PCI-based AHCI driver
by Bin Meng
· 7 years ago
6461f45
x86: ivybridge: remove unused uma_memory_size
by xypron.glpk@gmx.de
· 7 years ago
7243689
x86: Convert INTEL_ICH6_GPIO to Kconfig
by Bin Meng
· 7 years ago
b9342b2
x86: kconfig: Move USB to platform Kconfig
by Bin Meng
· 7 years ago
1df7f0b
x86: kconfig: Let board select SPI flash
by Bin Meng
· 7 years ago
31ba86e
x86: qemu: Remove SPI flash from defconfigs
by Bin Meng
· 7 years ago
97e12b0
x86: qemu: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
b0e3adf
x86: quark: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
71305b4
x86: tangier: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
a65ae28
x86: queensbay: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
08fb85b
x86: coreboot: kconfig: Imply drivers that are useful
by Bin Meng
· 7 years ago
1b15ef9
x86: broadwell: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
a5b2129
x86: ivybridge: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
e88e1ef
x86: baytrail: kconfig: Imply platform specific drivers
by Bin Meng
· 7 years ago
4f0faac
x86: kconfig: Imply DM uclass drivers
by Bin Meng
· 7 years ago
263252c
x86: kconfig: Select OF_CONTROL
by Bin Meng
· 7 years ago
67f99f9
x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig
by Bin Meng
· 7 years ago
5d89b37
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
by Bin Meng
· 7 years ago
3612b1e
x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
by Bin Meng
· 7 years ago
30b1ecd
x86: kconfig: Let board select BOARD_EARLY_INIT_F
by Bin Meng
· 7 years ago
1e452b4
x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig
by Bin Meng
· 7 years ago
6bf89de
x86: kconfig: Select PCI and DM_PCI
by Bin Meng
· 7 years ago
e28497b
x86: kconfig: Select USE_PRIVATE_LIBGCC
by Bin Meng
· 7 years ago
0ce9c57
x86: kconfig: Select TIMER and X86_TSC_TIMER
by Bin Meng
· 7 years ago
c3df28f
x86: Make table address selectable
by Andy Shevchenko
· 7 years ago
167a401
x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()
by Bin Meng
· 7 years ago
f575715
x86: tsc: Correct Silvermont reference clock values
by Bin Meng
· 7 years ago
c636774
x86: tsc: Update comments and expand definitions in freq_desc_tables[]
by Bin Meng
· 7 years ago
fde1801
x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()
by Bin Meng
· 7 years ago
0b992e4
x86: tsc: Identify Intel-specific code
by Bin Meng
· 7 years ago
d92e9c8
x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO
by Bin Meng
· 7 years ago
e719b6b
x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot
by Bin Meng
· 7 years ago
9a95f51
x86: Use default stack boundary alignment
by Bin Meng
· 7 years ago
5c97001
regulator: palmas: disable bypass when the LDO is enabled
by Jean-Jacques Hiblot
· 7 years ago
9554a14
regulator: palmas: Add support for LDO1 regulator to provide 1.8V
by Kishon Vijay Abraham I
· 7 years ago
3936514
dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA
by Simon Glass
· 7 years ago
cf7b2e1
dm: sata: sunxi: Add support for driver model
by Simon Glass
· 7 years ago
74daf94
dm: sunxi: sata: Don't build sata support into SPL
by Simon Glass
· 7 years ago
8620f38
dm: sunxi: Linksprite_pcDuino3: Correct polarity of MMC card detect
by Simon Glass
· 7 years ago
dd27918
dm: mmc: sunxi: Add support for driver model
by Simon Glass
· 7 years ago
ec73d96
dm: mmc: sunxi: Drop mmc_clk_io_on()
by Simon Glass
· 7 years ago
034e226
dm: mmc: sunxi: Pass private data around explicitly
by Simon Glass
· 7 years ago
3f5af12
dm: mmc: sunxi: Rename mmchost to priv
by Simon Glass
· 7 years ago
e3c794e
dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv
by Simon Glass
· 7 years ago
bfc1c6b
dm: ahci: Correct uclass private data
by Simon Glass
· 7 years ago
068a2fc
dm: scsi: Drop duplicate SCSI and DM_SCSI options
by Simon Glass
· 7 years ago
336a448
fdt: Correct fdt_get_base_address()
by Simon Glass
· 7 years ago
c4d660d
dm: mmc: Allow disabling driver model in SPL
by Simon Glass
· 7 years ago
745a94f
ahci: Support non-PCI controllers
by Simon Glass
· 7 years ago
6364a5d
Prepare v2017.09-rc1
by Tom Rini
· 7 years ago
eddc7da
configs: Resync with savedefconfig
by Tom Rini
· 7 years ago
8f1a80e
configs: Migrate CMD_NAND*
by Tom Rini
· 7 years ago
7b3c4c3
dm: console: Check for serial devices properly
by Simon Glass
· 7 years ago
42f9f91
console: Unify the check for a serial console
by Simon Glass
· 7 years ago
ef3fc42d
arm: mach-omap2: Align image address before cache operations
by Andrew F. Davis
· 7 years ago
c826d17
ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS
by Tom Rini
· 7 years ago
3c7be0c
am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT
by Tom Rini
· 7 years ago
43ba3c5
env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
by Tom Rini
· 7 years ago
3158eeb
Remove unused CONFIG_TWL4030_PWM
by Adam Ford
· 7 years ago
84e9dcc
serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig
by Patrice Chotard
· 7 years ago
0fa0abe
dm: Kconfig: fix typo in help for SPL_PINCTRL
by Philipp Tomsich
· 7 years ago
c1ae1a1
efi_loader: Fix warning in efi_gop
by Alexander Graf
· 7 years ago
2218b32
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 7 years ago
55f228b
x86: minnowmax: Remove CONFIG_SMSC_LPC47M
by Bin Meng
· 7 years ago
382fabb
x86: acpi: Don't touch hardware on HW reduced platforms
by Andy Shevchenko
· 7 years ago
ace7762
x86: acpi: Export acpi_fill_mcfg() with __weak attribute
by Andy Shevchenko
· 7 years ago
b156da9
x86: acpi: Deduplicate acpi_fill_madt() implementation
by Andy Shevchenko
· 7 years ago
2dcbef6
x86: acpi: Name fields in FADT in accordance with specification
by Andy Shevchenko
· 7 years ago
684c4cd
x86: acpi: Fill OEM revision
by Andy Shevchenko
· 7 years ago
e7aa9c2
Makefile: Export build date as integer
by Andy Shevchenko
· 7 years ago
06054b1
Makefile: Don't shadow actual error when compile ASL
by Andy Shevchenko
· 7 years ago
66712c2
x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts
by Stefan Roese
· 7 years ago
1f4e257
x86: dfi-bt700: Add xHCI USB support
by Stefan Roese
· 7 years ago
db1d20a
x86: conga-qeval20-qa3-e3845: Select CONFIG_BOARD_LATE_INIT
by Stefan Roese
· 7 years ago
68b3f8d
x86: theadorable-x86-dfi-bt700: Add Spansion SPI support and move VIDEO blob
by Stefan Roese
· 7 years ago
495f377
x86: Add Intel Edison board files
by Andy Shevchenko
· 7 years ago
e71de54
x86: Add Intel Tangier support
by Felipe Balbi
· 7 years ago
b7026b0
x86: Add dma-mapping.h to architectural code
by Andy Shevchenko
· 7 years ago
8f8a12d
watchdog: Introduce watchdog driver for Intel Tangier
by Felipe Balbi
· 7 years ago
611dbb7
arch/x86: Select USB before selecting host driver
by Andy Shevchenko
· 7 years ago
19d1f1a
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 7 years ago
211aaf3
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
af65db8
efi_loader: indent entry/exit prints to show nesting level
by Rob Clark
· 7 years ago
c160d2f
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
by Rob Clark
· 7 years ago
b108d8a
clk: fix compilation errors for poplar platform
by Patrice Chotard
· 7 years ago
d38a8ea
usb: host: xhci-dxc3: fix compilation warnings
by Patrice Chotard
· 7 years ago
3b63db3
phy: add a NO-OP phy driver
by Jean-Jacques Hiblot
· 7 years ago
2080d02
usb: host: ohci-generic: initialize PHY only when found
by Patrice Chotard
· 7 years ago
4b3928a
usb: host: ehci-generic: initialize PHY only when found
by Patrice Chotard
· 7 years ago
623b7ac
dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB
by Patrice Chotard
· 7 years ago
d9fb7be
dm: phy: add missing #ifdef CONFIG_PHY
by Patrice Chotard
· 7 years ago
6fa8ddd
dfu: add common function to initiate transaction
by Patrick Delaunay
· 7 years ago
57da060
dfu: factorize transaction cleanup
by Patrick Delaunay
· 7 years ago
15970d8
dfu: remove limitation on partition size
by Patrick Delaunay
· 7 years ago
4de5120
dfu: allow dfu read on partition greater than 2GB
by Patrick Delaunay
· 7 years ago
bab0146
usb: gadget: f_thor: Free the allocated out request buffer
by Siva Durga Prasad Paladugu
· 8 years ago
78e3098
usb: xhci: Enable TT to support LS/FS devices behind a HS hub
by Bin Meng
· 7 years ago
196ef83
usb: xhci: Correct TT_SLOT and TT_PORT macros
by Bin Meng
· 7 years ago
d228ca3
usb: xhci: Implement update_hub_device() operation
by Bin Meng
· 7 years ago
Next »