x86: fsp: Allow remembering the location of FSP-S
[oweals/u-boot.git] / arch / x86 / cpu / i386 /
2019-12-15 Simon Glassx86: Drop unnecessary interrupt code for TPL
2019-12-15 Simon Glassx86: Drop unnecessary cpu code for TPL
2019-12-03 Tom RiniMerge tag 'dm-pull-3dec19' of https://gitlab.denx.de...
2019-12-03 Tom RiniMerge branch '2019-12-02-master-imports'
2019-12-02 Simon Glasscommon: Move interrupt functions into a new header
2019-12-02 Simon Glasscommon: Move some cache and MMU functions out of common.h
2019-11-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2019-11-04 Tom RiniMerge tag 'u-boot-imx-20191104' of https://gitlab.denx...
2019-11-04 Tom RiniMerge branch '2019-11-04-ti-imports'
2019-11-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-11-02 Simon Glassx86: Add a CPU init function for TPL
2019-09-12 Tom RiniMerge tag 'efi-2019-10-rc4-4' of https://gitlab.denx...
2019-09-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-09-10 Heinrich Schuchardtx86: show UEFI images involved in crash
2019-06-10 Tom RiniMerge tag 'u-boot-atmel-fixes-2019.07-a' of git://git...
2019-05-15 Tom RiniMerge tag 'u-boot-stm32-mcu-20190514' of https://github...
2019-05-10 Tom RiniMerge branch '2019-05-09-master-imports'
2019-05-09 Vagrant CascadianFix spelling of available.
2019-05-09 Tom RiniMerge tag 'rockchip-for-v2019.07-rc1' of git://git...
2019-05-09 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2019-05-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-05-08 Tom RiniMerge git://git.denx.de/u-boot-x86
2019-05-08 Simon Glassx86: Add a way to reinit the cpu
2019-02-16 Tom RiniMerge tag '2019.01-next' of https://github.com/mbgg...
2019-02-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-02-12 Tom RiniMerge git://git.denx.de/u-boot-x86
2019-02-12 Bin Mengx86: Use the existing GDT in the ROM for 64-bit U-Boot...
2019-02-12 Bin Mengx86: Don't copy the cpu_call64() function to a hardcode...
2019-02-12 Bin Mengx86: Change 4-level page table base address to low...
2018-12-10 Tom RiniMerge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git...
2018-12-10 Tom RiniMerge tag 'mips-fixes-for-2019.01' of git://git.denx...
2018-12-10 Tom RiniMerge tag 'for-master-20181210' of git://git.denx.de...
2018-12-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2018-12-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2018-12-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2018-12-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2018-12-10 Tom RiniMerge git://git.denx.de/u-boot-x86
2018-12-10 Hannes Schmelzerx86: make the LAPIC / IOAPIC construct switchable with...
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
2017-03-16 Tom RiniMerge tag 'xilinx-for-v2017.05' of git://denx.de/git...
2017-02-27 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2017-02-22 Tom RiniMerge git://git.denx.de/u-boot-x86
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-07 Simon Glassx86: Move setjmp to the i386 directory
2017-02-07 Simon Glassx86: Move call64 to the i386 directory
2017-02-06 Simon Glassx86: Support jumping from SPL to U-Boot
2017-02-06 Simon Glassx86: Fix up CONFIG_X86_64 check
2017-02-06 Simon Glassx86: Move the i386 code into its own directory