summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-26/+0
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-3/+1
* dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada2020-02-191-2/+3
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1110-0/+10
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0510-0/+10
* | x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2020-02-072-0/+89
* | x86: Add support for ACPI general-purpose eventsSimon Glass2020-02-073-0/+119
* | x86: itss: Add of-platdata supportSimon Glass2020-02-071-0/+10
* | x86: Give each driver an IRQ typeSimon Glass2020-02-074-5/+7
* | x86: apl: Drop the I2C config in FSP-SSimon Glass2020-02-071-58/+0
* | x86: apl: Use the clock driverSimon Glass2020-02-072-0/+8
* | x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner2020-02-075-1/+9
|/
* x86: itss: Remove apl-prefixWolfgang Wallner2020-02-042-29/+29
* x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner2020-02-043-3/+8
* x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2020-02-043-1/+3
* x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner2020-02-042-1/+1
* x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS filesWolfgang Wallner2020-02-042-1/+3
* x86: limit the fs segment to the pointer sizeMasahiro Yamada2020-02-041-3/+7
* x86: use invd instead of wbinvd in real mode start codeMasahiro Yamada2020-02-042-2/+2
* x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden2020-02-041-8/+5
* x86: Move coreboot over to use the coreboot UARTSimon Glass2020-02-041-1/+5
* x86: Update coreboot serial table structSimon Glass2020-02-041-0/+19
* asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra2020-01-251-2/+21
* common: Move hang() to the same header as panic()Simon Glass2020-01-175-0/+5
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move ll_boot_init() to init.hSimon Glass2020-01-175-0/+5
* x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2020-01-072-11/+29
* x86: Add chromebook_coralSimon Glass2019-12-152-0/+832
* x86: apl: Add FSP supportSimon Glass2019-12-153-0/+877
* x86: apl: Add FSP structuresSimon Glass2019-12-154-0/+440
* x86: apl: Add Kconfig and MakefileSimon Glass2019-12-153-0/+98
* x86: apl: Add P2SB driverSimon Glass2019-12-152-0/+167
* x86: apl: Add SPL/TPL initSimon Glass2019-12-152-0/+272
* x86: apl: Add a CPU driverSimon Glass2019-12-155-0/+81
* x86: apl: Add SPL loadersSimon Glass2019-12-152-0/+180
* x86: apl: Add PUNIT driverSimon Glass2019-12-152-0/+97
* x86: apl: Add PCH driverSimon Glass2019-12-153-0/+46
* x86: apl: Add LPC driverSimon Glass2019-12-153-0/+205
* x86: apl: Add ITSS driverSimon Glass2019-12-153-0/+258
* x86: apl: Add hostbridge driverSimon Glass2019-12-152-0/+180
* x86: apl: Add systemagent driverSimon Glass2019-12-153-0/+62
* x86: apl: Add pinctrl driverSimon Glass2019-12-151-0/+485
* x86: apl: Add UART driverSimon Glass2019-12-153-0/+154
* x86: apl: Add PMC driverSimon Glass2019-12-153-0/+240
* x86: apl: Add basic IO addressesSimon Glass2019-12-151-0/+29
* x86: Move qemu CPU fixup function into its own fileSimon Glass2019-12-153-68/+79
* x86: Add a generic Intel pinctrl driverSimon Glass2019-12-152-0/+679
* x86: Add low-power subsystem (lpss) supportSimon Glass2019-12-153-0/+81
* x86: Make MSR_PKG_POWER_SKU commonSimon Glass2019-12-153-3/+8
* x86: Separate out U-Boot and device tree in ROM imageSimon Glass2019-12-151-3/+11