]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - arch/x86
fdt_support: add missing #ifdef after merge
[karo-tx-uboot.git] / arch / x86 /
2015-09-01 Masahiro Yamadamalloc_f: enable SYS_MALLOC_F by default if DM is on
2015-09-01 Masahiro Yamadageneric-board: select SYS_GENERIC_BOARD for some archit...
2015-09-01 Masahiro Yamadageneric-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
2015-09-01 Bin Mengx86: quark: Enable on-chip ethernet controllers
2015-09-01 Tom Riniarch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOO...
2015-09-01 Bin Mengx86: quark: MRC codes clean up
2015-09-01 Rob Herringremove unnecessary version.h includes
2015-09-01 Simon Glassdm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig
2015-09-01 Simon Glassdm: x86: Move driver model CONFIGs to Kconfig
2015-09-01 Michal Simekcommon: Move dram_init() declaration to common location
2015-09-01 Bin Mengx86: Use tab instead of space to indent in PCIE_ECAM_BASE
2015-09-01 Bin Mengx86: Add SD/MMC support to quark/galileo
2015-09-01 Bin Mengx86: Add SPI support to quark/galileo
2015-09-01 Bin Mengx86: galileo: Add GPIO support
2015-09-01 Bin Mengx86: quark: Initialize non-standard BARs
2015-09-01 Bin Mengx86: quark: Call MRC in dram_init()
2015-09-01 Bin Mengx86: quark: Enable the Memory Reference Code build
2015-09-01 Bin Mengx86: quark: Add System Memory Controller support
2015-09-01 Bin Mengx86: quark: Add utility codes needed for MRC
2015-09-01 Bin Mengx86: quark: Add Memory Reference Code (MRC) main routines
2015-09-01 Bin Mengx86: quark: Bypass TSC calibration
2015-09-01 Bin Mengx86: Allow overriding TSC_FREQ_IN_MHZ
2015-09-01 Bin Mengx86: Enable the Intel quark/galileo build
2015-09-01 Bin Mengx86: Add basic Intel Galileo board support
2015-09-01 Bin Mengx86: Add basic Intel Quark processor support
2015-09-01 Bin Mengx86: quark: Add Cache-As-RAM initialization
2015-09-01 Bin Mengx86: Define macros for pci configuration space access
2015-09-01 Bin Mengx86: quark: Add routines to access message bus registers
2015-09-01 Bin Mengx86: Add header files for Intel Quark SoC defines
2015-09-01 Simon Glassx86: Add support for Intel Minnowboard Max
2015-09-01 Simon Glassx86: Allow a UART to be set up before the FSP is ready
2015-09-01 Simon Glassx86: Allow FSP Kconfig settings for all x86
2015-09-01 Simon Glassx86: Remove unnecessary casts and fix comment typos
2015-09-01 Simon Glassx86: mmc: Move common FSP functions into a common file
2015-09-01 Simon Glassx86: Make CAR and DRAM FSP code common
2015-09-01 Simon Glassx86: Adjust the FSP types slightly
2015-09-01 Simon Glassx86: Move common FSP code into a common location
2015-09-01 Simon Glassx86: video: Allow video ROM execution to fall back...
2015-09-01 Simon Glassx86: Rename MMCONF_BASE_ADDRESS and make it common...
2015-08-24 Lothar WaßmannMerge branch 'karo-tx-uboot' into kc-merge
2015-03-09 Lothar Waßmannupdate to 2015.04-rc1
2015-03-04 Lothar Waßmannkaro: merge with Ka-Ro specific tree for secure boot...
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2015-01-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2015-01-26 Tom RiniMerge branch 'zynq' of git://www.denx.de/git/u-boot...
2015-01-24 Simon Glassx86: ivybridge: Drop the Kconfig MRC cache information
2015-01-24 Simon Glassx86: config: Enable hook for saving MRC configuration
2015-01-24 Simon Glassx86: Implement a cache for Memory Reference Code parameters
2015-01-24 Simon Glassx86: dts: Add SPI flash MRC details for chromebook_link
2015-01-24 Simon Glassx86: Use ipchecksum from net/
2015-01-24 Bin Mengx86: Fix various code format issues in start16.S
2015-01-24 Bin Mengx86: Test mtrr support flag before accessing mtrr msr
2015-01-24 Bin Mengx86: Save mtrr support flag in global data
2015-01-24 Bin Mengx86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
2015-01-24 Sebastien Ronssex86: Fix out of bounds irq handlers access
2015-01-24 Simon Glassx86: Support ROMs on other archs
2015-01-22 Tom RiniMerge branch 'fpga' of git://www.denx.de/git/u-boot...
2015-01-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2015-01-14 Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2015-01-14 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-01-13 Tom RiniMerge git://git.denx.de/u-boot-x86
2015-01-13 Bin Mengx86: coreboot: Configure pci memory regions
2015-01-13 Bin Mengx86: Make chromebook_link the default board for coreboot
2015-01-13 Bin Mengx86: coreboot: Move coreboot-specific defines from...
2015-01-13 Bin Mengx86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR...
2015-01-13 Bin Mengx86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_ST...
2015-01-13 Bin Mengx86: Allow a hardcoded TSC frequency provided by Kconfig
2015-01-13 Bin Mengx86: coreboot: Set up timer base correctly
2015-01-13 Bin Mengx86: fsp: Drop get_hob_type() and get_hob_length()
2015-01-13 Simon Glassx86: Add an 'mtrr' command to list and adjust MTRRs
2015-01-13 Simon Glassx86: ivybridge: Update microcode early in boot
2015-01-13 Simon Glassx86: Disable CAR before relocation on platforms that...
2015-01-13 Simon Glassx86: ivybridge: Add a way to turn off the CAR
2015-01-13 Simon Glassx86: Commit the current MTRRs before relocation
2015-01-13 Simon Glassx86: ivybridge: Request MTRRs for DRAM regions
2015-01-13 Simon Glassx86: ivybridge: Set up an MTRR for the video frame...
2015-01-13 Simon Glassx86: Add support for MTRRs
2015-01-13 Simon Glassx86: ivybridge: Drop support for ROM caching
2015-01-13 Simon Glassx86: Tidy up VESA mode numbers
2015-01-13 Simon Glassx86: Use cache, don't clear the display in video BIOS
2015-01-13 Simon Glassx86: ivybridge: Only run the Video BIOS when video...
2015-01-13 Simon Glassx86: Drop RAMTOP Kconfig
2015-01-13 Simon Glassx86: Correct XIP_ROM_SIZE
2015-01-13 Bin Mengx86: crownbay: Add pci devices in the dts file
2015-01-13 Bin Mengx86: Use ePAPR defined properties for x86-uart
2015-01-13 Bin Mengx86: Simplify the fsp hob access functions
2015-01-13 Bin Mengpci: Make pci apis usable before relocation
2015-01-13 Bin Mengx86: Support pci bus scan in the early phase
2015-01-13 Bin Mengx86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c
2015-01-13 Bin Mengx86: Clean up the board dts files
2015-01-13 Bin Mengx86: Rename coreboot.dsti to serial.dtsi
2015-01-13 Bin Mengx86: Remove alex.dts in arch/x86/dts
2015-01-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2015-01-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-01-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2014-12-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-12-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2014-12-30 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2014-12-29 Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2014-12-19 Tom RiniMerge git://git.denx.de/u-boot-x86
next