]> git.ipfire.org Git - people/ms/u-boot.git/history - arch/x86
Prepare v2016.05-rc1
[people/ms/u-boot.git] / arch / x86 /
2016-03-22  Simon Glassarm: x86: Drop command-line code when CONFIG_CMDLINE...
2016-03-17  Stefan Roesex86: Add congatec conga-QA3/E3845-4G (Bay Trail) support
2016-03-17  Simon Glassx86: Add support for the samus chromebook
2016-03-17  Simon Glassx86: Support a chained-boot development flow
2016-03-17  Simon Glassx86: dts: Drop memory SPD compatible string
2016-03-17  Simon Glassx86: ivybridge: Convert to use the common SDRAM code
2016-03-17  Simon Glassx86: Add common SDRAM-init code
2016-03-17  Simon Glassx86: Move common PCH code into a common place
2016-03-17  Simon Glassx86: Add a function to set the IOAPIC ID
2016-03-17  Simon Glassx86: broadwell: Add support for high-speed I/O lane...
2016-03-17  Simon Glassx86: broadwell: Add support for SDRAM setup
2016-03-17  Simon Glassx86: broadwell: Add power-control support
2016-03-17  Simon Glassx86: broadwell: Add reference code support
2016-03-17  Simon Glassx86: broadwell: Add an LPC driver
2016-03-17  Simon Glassx86: broadwell: Add a northbridge driver
2016-03-17  Simon Glassx86: broadwell: Add a SATA driver
2016-03-17  Simon Glassx86: broadwell: Add a pinctrl driver
2016-03-17  Simon Glassx86: broadwell: Add a PCH driver
2016-03-17  Simon Glassx86: Add basic support for broadwell
2016-03-17  Simon Glassx86: Add support for running Intel reference code
2016-03-17  Simon Glassx86: Drop all the old pin configuration code
2016-03-17  Simon Glassx86: Add an ICH6 pin configuration driver
2016-03-17  Simon Glassx86: link: Add pin configuration to the device tree
2016-03-17  Simon Glassx86: Update microcode for secondary CPUs
2016-03-17  Simon Glassx86: ivybridge: Show microcode version for each core
2016-03-17  Simon Glassx86: Record the CPU details when starting each core
2016-03-17  Simon Glassx86: Move common MRC Kconfig options to the common...
2016-03-17  Simon Glassx86: Allow I/O functions to use pointers
2016-03-17  Simon Glassx86: Add macros to clear and set I/O bits
2016-03-17  Simon Glassx86: ivybridge: Drop sandybridge_early_init()
2016-03-17  Simon Glassx86: Move Intel Management Engine code to a common...
2016-03-17  Simon Glassx86: Rename PORT_RESET to IO_PORT_RESET
2016-03-17  Simon Glassx86: Move common CPU code to its own place
2016-03-17  Simon Glassx86: Move common LPC code to its own place
2016-03-17  Simon Glassx86: Add the root-complex block to common intel registers
2016-03-17  Simon Glassx86: Create a common header for Intel register access
2016-03-17  Simon Glassx86: Move microcode code to a common location
2016-03-17  Simon Glassx86: Move cache-as-RAM code into a common location
2016-03-17  Simon Glassx86: cpu: Add functions to return the family and stepping
2016-03-17  Simon Glassx86: broadwell: Add a few microcode files
2016-03-17  Simon Glassx86: Add comments to the SIPI vector
2016-03-17  Simon Glassx86: Tidy up mp_init to reduce duplication
2016-03-17  Simon Glassx86: Correct duplicate POST values
2016-03-17  Simon Glassx86: gpio: Correct GPIO setup ordering
2016-03-17  Simon Glassx86: dts: link: Add board ID GPIOs
2016-03-17  Simon Glassx86: dts: link: Move SPD info into the memory controller
2016-03-17  Simon Glassx86: link: Add required GPIO properties
2016-03-17  Simon Glassx86: Add some more common MSR indexes
2016-03-17  Simon Glassx86: cpu: Make the vendor table const
2016-03-17  Bin Mengx86: Support booting SeaBIOS
2016-03-17  Bin Mengx86: Implement functions for writing coreboot table
2016-03-17  Bin Mengx86: Support writing configuration tables in high area
2016-03-17  Bin Mengx86: Simplify codes in write_tables()
2016-03-17  Bin Mengx86: Change write_acpi_tables() signature a little bit
2016-03-17  Bin Mengx86: Use a macro for ROM table alignment
2016-03-17  Bin Mengx86: Change to use start/end address pair in write_tables()
2016-03-17  Bin Mengx86: Clean up coreboot_tables.h
2016-03-17  Bin Mengx86: Move sysinfo related to sysinfo.h
2016-03-17  Bin Mengx86: Move asm/arch-coreboot/tables.h to a common place
2016-03-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-03-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2016-03-14  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-03-14  Simon Glassdm: Use uclass_first_device_err() where it is useful
2016-02-21  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-02-21  Bin Mengx86: Add Intel Cougar Canyon 2 board
2016-02-21  Bin Mengx86: ivybridge: bd82x6x: Support FSP enabled configuration
2016-02-21  Bin Mengx86: fsp: Make sure HOB list is not overwritten by...
2016-02-21  Bin Mengx86: ivybridge: Add FSP support
2016-02-21  Stephen Warrenx86: fix memalign() parameter order
2016-02-11  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-02-08  Tom RiniMerge branch 'agust@denx.de' of git://git.denx.de/u...
2016-02-08  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-nios
2016-02-06  Bin MengUse correct spelling of "U-Boot"
2016-02-05  Bin Mengx86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE
2016-02-05  Bin Mengx86: Disable DM_PCI_COMPAT
2016-02-05  Bin Mengx86: quark: Use Quark's own PCI config APIs
2016-02-05  Bin Mengx86: pci: Drop legacy PCI APIs
2016-02-05  Bin Mengx86: pci: Use DM PCI APIs in pci_assign_irqs()
2016-02-05  Bin Mengx86: qemu: Convert to use DM PCI API
2016-02-05  Bin Mengx86: tnc: Remove IGD and SDVO devices from driver model
2016-02-05  Bin Mengx86: tnc: Use DM PCI API in disable_igd()
2016-02-05  Bin Mengx86: tnc: Change disable_igd() to have a return value
2016-02-05  Bin Mengx86: irq: Convert to use DM PCI API
2016-02-05  Bin Mengx86: irq: Move irq_router to a per driver priv
2016-02-05  Bin Mengx86: irq: Get irq_router's bdf via dm_pci_get_bdf()
2016-02-05  Bin Mengx86: minnowmax: Drop io-base property in the pch_pinctr...
2016-02-05  Bin Mengx86: Drop asm/arch/gpio.h
2016-02-05  Bin Mengx86: ich6_gpio: Convert to use proper DM API
2016-02-05  Bin Mengx86: pch: Implement get_gpio_base op
2016-02-05  Bin Mengdm: pch: Rename get_sbase op to get_spi_base
2016-02-05  Bin Mengdm: pch: Remove pch_get_version op
2016-02-05  Bin Mengx86: quark: Drop unprotect_spi_flash()
2016-02-05  Bin Mengx86: tnc: Drop unprotect_spi_flash()
2016-02-05  Bin Mengspi: ich: Use compatible strings to distinguish control...
2016-02-02  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-atmel
2016-01-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2016-01-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2016-01-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-01-28  Bin Mengx86: Correct spi node alias
2016-01-28  Miao Yanx86: config option for loading ACPI table from QEMU
next