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