]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - arch/x86
net/fman: update 10GEC to fit new SoC
[karo-tx-uboot.git] / arch / x86 /
2014-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2014-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2014-11-26 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2014-11-26 Tom RiniMerge git://git.denx.de/u-boot-fdt
2014-11-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2014-11-24 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2014-11-24 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-11-24 Tom RiniMerge git://git.denx.de/u-boot-x86
2014-11-23 Masahiro Yamadax86: use CONFIG_SYS_COREBOOT to descend into coreboot...
2014-11-23 Masahiro Yamadakbuild: Descend into SOC directory from CPU directory
2014-11-23 Masahiro Yamadalinux/kernel.h: sync min, max, min3, max3 macros with...
2014-11-21 Simon Glassx86: Rename chromebook-x86 to coreboot
2014-11-21 Simon Glassx86: ivybridge: Implement SDRAM init
2014-11-21 Simon Glassx86: ivybridge: Add LAPIC support
2014-11-21 Simon Glassx86: Make show_boot_progress() common
2014-11-21 Simon Glassx86: chromebook_link: Enable GPIO support
2014-11-21 Simon Glassx86: ivybridge: Add support for early GPIO init
2014-11-21 Simon Glassx86: ivybridge: Add early init for PCH devices
2014-11-21 Simon Glassx86: dts: Add microcode updates for ivybridge CPU
2014-11-21 Simon Glassx86: ivybridge: Perform Intel microcode update on boot
2014-11-21 Simon Glassx86: ivybridge: Check BIST value on boot
2014-11-21 Simon Glassx86: ivybridge: Perform initial CPU setup
2014-11-21 Simon Glassx86: Add msr read/write functions that use a structure
2014-11-21 Simon Glassx86: Add clr/setbits functions
2014-11-21 Simon Glassx86: Tidy up coreboot header usage
2014-11-21 Simon Glassx86: ivybridge: Add early LPC init so that serial works
2014-11-21 Simon Glassx86: pci: Allow configuration before relocation
2014-11-21 Simon Glassx86: ivybridge: Enable PCI in early init
2014-11-21 Simon Glassx86: Support use of PCI before relocation
2014-11-21 Simon Glassx86: Refactor PCI to permit alternate init
2014-11-21 Simon Glassx86: chromebook_link: Implement CAR support (cache...
2014-11-21 Simon Glassx86: Emit post codes in startup code for Chromebooks
2014-11-21 Simon Glassx86: Build a .rom file which can be flashed to an x86...
2014-11-21 Simon Glassx86: Add chromebook_link board
2014-11-21 Simon Glassx86: Allow timer calibration to work on ivybridge
2014-11-21 Masahiro Yamadax86: use CONFIG_SYS_COREBOOT to descend into coreboot...
2014-11-21 Simon Glassx86: Replace fill_processor_name() with cpu_get_name()
2014-11-21 Simon Glassx86: Remove unnecessary find_fdt(), prepare_fdt() functions
2014-11-21 Simon Glassx86: Add processor functions to halt and get stack...
2014-11-21 Simon Glassx86: Fix a warning with gcc 4.4.4
2014-11-21 Bin Mengx86: Save TSC frequency in the global data
2014-11-21 Bin Mengx86: Add quick TSC calibration via PIT
2014-11-21 Bin Mengx86: Do TSC MSR calibration only for known/supported...
2014-11-21 Bin Mengx86: Do CPU identification in the early phase
2014-11-21 Simon Glassx86: Save the BIST value on reset
2014-11-21 Simon Glassx86: Fix up some missing prototypes
2014-11-21 Simon Glassx86: Use the standard arch_cpu_init() function
2014-11-21 Simon Glassx86: Use the standard dram_init() function
2014-11-21 Simon Glassx86: Tidy up global descriptor table setup
2014-11-21 Simon Glassx86: Invalidate TLB as early as possible
2014-11-21 Simon Glassx86: Remove board_init16() call which is not used
2014-11-21 Simon Glassx86: Remove REALMODE_BASE which is no longer used
2014-11-14 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2014-11-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-11-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2014-11-05 Tom RiniMerge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
2014-11-05 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2014-11-04 Tom RiniMerge git://git.denx.de/u-boot-sh
2014-11-04 Tom RiniMerge branch 'agust@denx.de' of git://git.denx.de/u...
2014-11-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2014-11-03 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2014-11-03 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-uniphier
2014-11-03 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2014-10-29 Tom RiniMerge git://git.denx.de/u-boot-x86
2014-10-29 Simon Glassx86: Correct a few progress message nits
2014-10-29 Simon Glassx86: bootm: Support booting a 64-bit raw kernel
2014-10-29 Simon Glassx86: Move kernel boot function to arch/x86/lib/bootm.c
2014-10-29 Simon Glassx86: Add support for starting 64-bit kernel
2014-10-29 Simon Glassx86: Display basic CPU information on boot
2014-10-29 Simon Glassx86: Bring in msr-index.h from linux 3.8
2014-10-29 Simon Glassx86: Move paging functions into cpu.c
2014-10-27 Simon Glassx86: Use correct printf() format string for uintptr_t
2014-10-27 Gabe BlackProvide option to avoid defining a custom version of...
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-10-26 Tom RiniMerge http://git.denx.de/u-boot-sunxi
2014-10-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2014-10-26 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-10-24 Simon Glassdm: x86: Convert coreboot serial to use driver model
2014-10-24 Simon Glassdm: x86: dts: Add additional info to the serial port...
2014-10-24 Simon Glassdm: x86: Add a gpio header for coreboot
2014-10-24 Simon Glassdm: x86: Support pre-reloc malloc()
2014-10-24 Simon Glassdm: x86: Zero global data before board_init_f()
2014-10-24 Simon Glassdm: x86: Remove ebp assembler warning in zimage.c
2014-10-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2014-10-23 Masahiro Yamadakconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
2014-10-23 Masahiro Yamadax86: set CONFIG_USE_PRIVATE_LIBGCC to y
2014-10-23 Tom RiniMerge git://git.denx.de/u-boot-x86
2014-10-23 Tom RiniMerge git://git.denx.de/u-boot-fdt
2014-10-23 Simon Glassx86: Add device tree information for Chrome OS EC
2014-10-22 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-10-22 Bin Mengx86: Fix GDT limit in start16.S
2014-10-22 Bin Mengx86: Fix rom version build with CONFIG_X86_RESET_VECTOR
2014-10-22 Simon Glassx86: Allow cmdline setup in setup_zimage() to be optional
2014-10-22 Simon Glassx86: Rewrite bootm.c to make it similar to ARM
2014-10-22 Simon Glassx86: Enable LMB and RAMDISK_HIGH by default
2014-10-08 Albert ARIBAUDMerge remote-tracking branch 'u-boot-imx/master'
2014-10-07 Minkyu KangMerge branch 'uboot'
2014-10-07 Minkyu KangMerge branch 'master' of http://git.denx.de/u-boot...
next