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