summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-05x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner1-6/+1
2020-03-05x86: cpu_x86: Make cpu_x86_get_count() non-staticWolfgang Wallner2-1/+13
2020-03-05x86: p2sb: Drop 'apl' prefixWolfgang Wallner2-16/+16
2020-03-05Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko2-2/+2
2020-03-05x86: Correct error return value in mrccache_get_region()Simon Glass1-0/+2
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-26/+0
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-3/+1
2020-02-19dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada1-2/+3
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini10-0/+10
2020-02-07x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2-0/+89
2020-02-07x86: Add support for ACPI general-purpose eventsSimon Glass3-0/+119
2020-02-07x86: itss: Add of-platdata supportSimon Glass1-0/+10
2020-02-07x86: Give each driver an IRQ typeSimon Glass4-5/+7
2020-02-07x86: apl: Drop the I2C config in FSP-SSimon Glass1-58/+0
2020-02-07x86: apl: Use the clock driverSimon Glass2-0/+8
2020-02-07x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner5-1/+9
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass10-0/+10
2020-02-04x86: itss: Remove apl-prefixWolfgang Wallner2-29/+29
2020-02-04x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner3-3/+8
2020-02-04x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner3-1/+3
2020-02-03x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner2-1/+1
2020-02-03x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS filesWolfgang Wallner2-1/+3
2020-02-03x86: limit the fs segment to the pointer sizeMasahiro Yamada1-3/+7
2020-02-03x86: use invd instead of wbinvd in real mode start codeMasahiro Yamada2-2/+2
2020-02-03x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden1-8/+5
2020-02-03x86: Move coreboot over to use the coreboot UARTSimon Glass1-1/+5
2020-02-03x86: Update coreboot serial table structSimon Glass1-0/+19
2020-01-25asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra1-2/+21
2020-01-18common: Move hang() to the same header as panic()Simon Glass5-0/+5
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass5-0/+5
2020-01-08x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2-11/+29
2019-12-15x86: Add chromebook_coralSimon Glass2-0/+832
2019-12-15x86: apl: Add FSP supportSimon Glass3-0/+877
2019-12-15x86: apl: Add FSP structuresSimon Glass4-0/+440
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass3-0/+98
2019-12-15x86: apl: Add P2SB driverSimon Glass2-0/+167
2019-12-15x86: apl: Add SPL/TPL initSimon Glass2-0/+272
2019-12-15x86: apl: Add a CPU driverSimon Glass5-0/+81
2019-12-15x86: apl: Add SPL loadersSimon Glass2-0/+180
2019-12-15x86: apl: Add PUNIT driverSimon Glass2-0/+97
2019-12-15x86: apl: Add PCH driverSimon Glass3-0/+46
2019-12-15x86: apl: Add LPC driverSimon Glass3-0/+205
2019-12-15x86: apl: Add ITSS driverSimon Glass3-0/+258
2019-12-15x86: apl: Add hostbridge driverSimon Glass2-0/+180
2019-12-15x86: apl: Add systemagent driverSimon Glass3-0/+62
2019-12-15x86: apl: Add pinctrl driverSimon Glass1-0/+485
2019-12-15x86: apl: Add UART driverSimon Glass3-0/+154
2019-12-15x86: apl: Add PMC driverSimon Glass3-0/+240
2019-12-15x86: apl: Add basic IO addressesSimon Glass1-0/+29