]> git.ipfire.org Git - u-boot.git/history - arch/x86
engicam: Move uart mux init to SPL
[u-boot.git] / arch / x86 /
2017-05-09  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2017-05-08  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2017-04-30  Simon Glassfs: Kconfig: Add a separate config for FS_CBFS
2017-04-30  Simon Glassfs: Convert CONFIG_CMD_CBFS to Kconfig
2017-04-25  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-04-25  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2017-04-18  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-04-18  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-04-18  Simon Glassx86: Display the SPL banner only once
2017-04-18  Simon Glassx86: Drop leading spaces in cpu_x86_get_desc()
2017-04-13  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2017-04-10  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-04-10  Andy Shevchenkox86: Introduce minimal PMU driver for Intel MID platforms
2017-04-10  Felipe Balbix86: Add SCU IPC driver for Intel MID platforms
2017-04-10  Stefan Roesex86: bootm: Fix FIT image booting on x86
2017-04-10  Stefan Roesex86: Add file names from Kconfig in descriptor/intel...
2017-04-10  Stefan Roesex86: Kconfig: Add options to configure the descriptor...
2017-04-08  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2017-04-07  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2017-04-05  Simon Glassboard_f: Make relocation functions generic
2017-04-05  Simon Glassboard_f: Make init_helpers generic
2017-04-05  Simon GlassMove dram_init_banksize() to a common header
2017-04-05  Simon Glassboard_f: Drop setup_dram_config() wrapper
2017-04-05  Simon Glassboard_f: x86: Use checkcpu() for CPU init
2017-04-05  Simon Glassboard_f: x86: Rename x86_fsp_init() to arch_fsp_init()
2017-04-05  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-04-05  Stefan Roesedm: core: Add flags parameter to device_remove()
2017-03-16  Tom RiniMerge tag 'xilinx-for-v2017.05' of git://www.denx.de...
2017-02-27  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2017-02-22  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-02-21  Andy Shevchenkox86: Intel MID platforms has no microcode update
2017-02-21  Vincent Tinellix86: zImage: add Intel MID platforms support
2017-02-21  Andy Shevchenkox86: Introduce INTEL_MID quirk option
2017-02-21  J. Tangx86: Force 32-bit jumps in interrupt handlers
2017-02-09  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2017-02-09  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2017-02-09  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2017-02-08  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-02-08  Simon Glassdm: core: Replace of_offset with accessor
2017-02-07  Andy Shevchenkox86: make LOAD_FROM_32_BIT visible for platforms
2017-02-07  Bin Mengx86: qemu: Mark ucode as optional for SPL in u-boot...
2017-02-07  Bin Mengx86: qemu: Set up device tree for SPL
2017-02-07  Bin Mengx86: qemu: Fix compiler warnings for 64-bit
2017-02-07  Bin Mengx86: qemu: Hide arch_cpu_init() and print_cpuinfo(...
2017-02-07  Bin Mengx86: Compile irq.c for 64-bit
2017-02-07  Bin Mengx86: spl: Add weak arch_cpu_init_dm()
2017-02-07  Bin Mengx86: Wrap print_ch() with config option
2017-02-07  Bin Mengx86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c
2017-02-07  Simon Glassx86: Update compile/link flags to support 64-bit U...
2017-02-07  Simon Glassx86: link: Set up device tree for SPL
2017-02-07  Simon Glassx86: link: Add SPL declarations to the binman image
2017-02-07  Simon Glassx86: Add a dummy setjmp implementation for x86_64
2017-02-07  Simon Glassx86: Move setjmp to the i386 directory
2017-02-07  Simon Glassx86: Move call64 to the i386 directory
2017-02-07  Simon Glassx86: Change irq_already_routed to a local variable
2017-02-07  Simon Glassx86: Move turbo_state to global_data
2017-02-07  Simon Glassx86: Move pirq_routing_table to global_data
2017-02-06  Simon Glassx86: Support jumping from SPL to U-Boot
2017-02-06  Simon Glassx86: Drop interrupt support in 64-bit mode
2017-02-06  Simon Glassx86: Don't try to boot Linux from SPL
2017-02-06  Simon Glassx86: Don't build 32-bit efi files on x86_64
2017-02-06  Simon Glassx86: Don't build cpu files which are not supported...
2017-02-06  Simon Glassx86: Don't build call64 and setjmp on 64-bit
2017-02-06  Simon Glassx86: Don't try to run the VGA BIOS in 64-bit mode
2017-02-06  Simon Glassx86: ivybridge: Provide a dummy SDRAM init for 64-bit
2017-02-06  Simon Glassx86: ivybridge: Skip SATA init in SPL
2017-02-06  Simon Glassx86: Fix up type sizes for 64-bit
2017-02-06  Simon Glassx86: Drop flag_is_changable() on x86_64
2017-02-06  Simon Glassx86: Fix up byteorder.h for x86_64
2017-02-06  Simon Glassx86: Add a link script for SPL
2017-02-06  Simon Glassx86: Add a link script for 64-bit x86
2017-02-06  Simon Glassx86: Fix up CONFIG_X86_64 check
2017-02-06  Simon Glassx86: Support global_data on x86_64
2017-02-06  Simon Glassx86: Add cpu code for x86_64
2017-02-06  Simon Glassx86: Move the i386 code into its own directory
2017-02-06  Simon Glassx86: Add an SPL implementation
2017-02-06  Simon Glassx86: Tidy up use of size_t in relocation
2017-02-06  Simon Glassx86: Add support for 64-bit relocation
2017-02-06  Simon Glassx86: Refactor relocation to prepare for 64-bit
2017-02-06  Simon Glassx86: Add 64-bit start-up code
2017-02-06  Simon Glassx86: ivybridge: Allow 32-bit init to move to SPL
2017-02-06  Simon Glassx86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR
2017-02-06  Simon Glassx86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
2017-02-06  Simon Glassx86: Kconfig: Add location options for 16/32-bit init
2017-02-06  Simon Glassx86: Add Kconfig options to build 64-bit U-Boot
2017-02-06  Simon Glassx86: lib: Fix types and casts for 64-bit compilation
2017-02-06  Simon Glassx86: fsp: Fix cast for 64-bit compilation
2017-02-06  Simon Glassx86: dts: Mark serial as needed before relocation
2017-02-06  Simon Glassx86: ivybridge: Fix types for 64-bit compilation
2017-02-06  Simon Glassx86: ivybridge: Add more debugging for failures
2017-02-06  Simon Glassx86: ivybridge: Declare global data where it is used
2017-02-06  Simon Glassx86: Update mpspec to build on 64-bit machines
2017-02-06  Simon Glassx86: Use unsigned long for address in table generation
2017-02-06  Andy Shevchenkox86: Synchronize list of x86 subarchitectures (update...
2016-12-26  Bin Mengx86: Add file names from Kconfig in CMC/FSP/VGA nodes...
2016-12-26  Bin Mengx86: quark: Fix build error for quark-based boards
2016-12-23  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2016-12-23  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2016-12-20  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2016-12-20  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
next