summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: crownbay: Enable the beeper sound driverBin Meng2019-03-111-0/+1
* x86: coreboot: Add the missing pc speaker node in the device treeBin Meng2019-03-111-0/+1
* x86: Add a dtsi file for the pc speakerBin Meng2019-03-111-0/+5
* x86: Make sure i8254 is setup correctly before generating beepsBin Meng2019-03-111-0/+4
* x86: edison: Add the rest of UARTs present on boardAndy Shevchenko2019-03-101-0/+18
* x86: edison: Use proper number of serial interfaceAndy Shevchenko2019-03-101-3/+3
* x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko2019-03-101-3/+3
* x86: acpi: Add DMA descriptors for I2C1 on Intel TangierAndy Shevchenko2019-03-101-0/+11
* x86: acpi: Add DMA descriptors for SPI5 on Intel TangierAndy Shevchenko2019-03-101-0/+3
* x86: Add sound support for samusSimon Glass2019-02-201-4/+45
* x86: broadwell: Add support for serial I/O devicesSimon Glass2019-02-202-0/+192
* x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass2019-02-201-1/+2
* x86: broadwell: Add support for the ADSPSimon Glass2019-02-205-0/+208
* sound: x86: Add beeping support in i8254Simon Glass2019-02-202-4/+49
* sound: x86: link: Add sound supportSimon Glass2019-02-204-0/+132
* x86: ivybridge: Add a way to get the HDA config settingSimon Glass2019-02-201-2/+25
* x86: Adjust I/O macros to work on 64-bit machinesSimon Glass2019-02-201-8/+8
* x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt2019-02-132-9/+24
* x86: tangier: Add initial ACPI support for PMIC deviceAndy Shevchenko2019-02-121-0/+87
* x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng2019-02-121-14/+0
* x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng2019-02-122-3/+12
* x86: Change 4-level page table base address to low memoryBin Meng2019-02-121-4/+2
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-1/+1
* x86: Kconfig: spelling fixesChris Packham2019-01-182-2/+2
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-5/+6
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-1/+4
* efi: payload: only init usb if necessaryBin Meng2018-12-101-1/+2
* coreboot: only init usb if necessaryThomas RIENOESSL2018-12-101-1/+2
* x86: kconfig: Allow board defconfig file to disable 8259 and APICBin Meng2018-12-101-2/+2
* x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng2018-12-101-6/+10
* x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer2018-12-103-1/+12
* x86: acpi: Fix indentation in Intel Tangier ASL codeAndy Shevchenko2018-12-101-6/+6
* x86: acpi: Enable RTC for Intel TangierAndy Shevchenko2018-12-101-0/+13
* x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-052-0/+120
* x86: acpi: Add SPCR table descriptionAndy Shevchenko2018-12-051-0/+49
* x86: efi: app: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
* x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
* cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng2018-11-144-0/+4
* sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* x86: Implement arch-specific io accessor routinesBin Meng2018-11-141-0/+66
* x86: acpi: Remove redundant Offset (0x00)Andy Shevchenko2018-11-063-3/+0
* x86: Fix car_uninit weak symbol definitionBin Meng2018-10-281-6/+6
* x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / regionStefan Roese2018-10-281-3/+3
* x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng2018-10-221-0/+4
* x86: Fix the mystery of printch() during 64-bit bootBin Meng2018-10-222-18/+1
* x86: put global data pointer into the .data sectionHeinrich Schuchardt2018-10-221-2/+8
* x86: detect unsupported relocation typesHeinrich Schuchardt2018-10-221-0/+18
* x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit buildBin Meng2018-10-221-0/+1
* x86: Specify -march=core2 to build 64-bit U-Boot properBin Meng2018-10-221-1/+1
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-221-0/+4