command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / x86 / cpu /
2020-05-18 Simon Glasscommon: Drop init.h from common header
2020-05-18 Simon Glasscommon: Drop image.h from common header
2020-05-18 Simon Glasscommon: Drop bootstage.h from common header
2020-05-18 Simon Glasspart: Drop disk_partition_t typedef
2020-05-18 Simon Glasscommon: Drop net.h from common header
2020-05-10 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2020-05-05 Tom RiniMerge git://git.denx.de/u-boot-usb
2020-05-05 Tom RiniMerge tag 'efi-2020-07-rc2-2' of https://gitlab.denx...
2020-05-05 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-05-04 Tom RiniMerge tag 'u-boot-rockchip-20200501' of https://gitlab...
2020-05-04 Simon Glassx86: coreboot: Allow building an SPL image
2020-05-04 Simon Glassx86: Move work-around out of cpu_jump_to_64bit_uboot()
2020-05-04 Simon Glassx86: Allow building an SPL image for coreboot
2020-05-04 Simon Glassx86: Move coreboot-table detection to common 32/64...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
2020-04-30 Tom RiniMerge tag 'efi-2020-07-rc2' of https://gitlab.denx...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-04-30 Simon Glassx86: Use the existing stack when chain-loading
2020-04-30 Simon Glassx86: Add a way to detect running from coreboot
2020-04-30 Simon Glassx86: Move coreboot-table detection into common code
2020-04-30 Simon Glassx86: cpu: Skip init code when chain loading
2020-04-30 Simon Glassx86: apl: Skip init code when chain loading
2020-04-20 Tom RiniMerge tag 'u-boot-amlogic-20200420' of https://gitlab...
2020-04-20 Tom RiniMerge tag 'ti-v2020.07-rc1' of https://gitlab.denx...
2020-04-16 Tom RiniMerge tag 'efi-2020-07-rc1' of https://gitlab.denx...
2020-04-16 Tom RiniMerge tag 'dm-pull-10apr20-take2' of git://git.denx...
2020-04-16 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-04-16 Simon Glassx86: Move acpi_table header to main include/ directory
2020-04-16 Simon Glassx86: Move acpi_s3.h to include/acpi/
2020-04-16 Simon Glassx86: apl: Move p2sb ofdata reading to the correct method
2020-04-16 Simon Glassx86: Correct wording of coreboot source code
2020-03-17 Tom RiniMerge tag 'ti-v2020.07-next' of https://gitlab.denx...
2020-03-11 Tom RiniMerge tag 'mmc-2020-3-9' of https://gitlab.denx.de...
2020-03-10 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.04-a' of https:...
2020-03-10 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-03-05 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-03-05 Wolfgang Wallnerx86: apl: Use cpu_x86_get_count() for cpu_ops.get_count
2020-03-05 Wolfgang Wallnerx86: cpu_x86: Make cpu_x86_get_count() non-static
2020-03-05 Wolfgang Wallnerx86: p2sb: Drop 'apl' prefix
2020-03-05 Andy ShevchenkoRevert "x86: use invd instead of wbinvd in real mode...
2020-02-11 Tom RiniMerge tag 'dm-pull-6feb20' of https://gitlab.denx.de...
2020-02-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-02-10 Tom RiniMerge tag 'fixes-for-v2020.04' of https://gitlab.denx...
2020-02-07 Simon Glassx86: coral: Add I2C and TPM device-tree definitions
2020-02-07 Simon Glassx86: Add support for ACPI general-purpose events
2020-02-07 Simon Glassx86: itss: Add of-platdata support
2020-02-07 Simon Glassx86: Give each driver an IRQ type
2020-02-07 Simon Glassx86: apl: Drop the I2C config in FSP-S
2020-02-07 Simon Glassx86: apl: Use the clock driver
2020-02-07 Wolfgang Wallnerx86: Move P2SB from Apollo Lake to a more generic location
2020-02-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-02-06 Simon Glassdm: core: Create a new header file for 'compat' features
2020-02-05 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-02-05 Tom RiniMerge tag 'rpi-next-2020.04' of https://gitlab.denx...
2020-02-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-02-04 Wolfgang Wallnerx86: itss: Remove apl-prefix
2020-02-04 Wolfgang Wallnerx86: itss: Add a Kconfig option to enable/disable ITSS...
2020-02-04 Wolfgang Wallnerx86: Move itss.c from Apollo Lake to a more generic...
2020-02-03 Wolfgang Wallnerx86: Move itss.h from Apollo Lake to the generic x86...
2020-02-03 Wolfgang Wallnerx86: apl: Add the term "Interrupt Timer Subsystem"...
2020-02-03 Masahiro Yamadax86: limit the fs segment to the pointer size
2020-02-03 Masahiro Yamadax86: use invd instead of wbinvd in real mode start...
2020-02-03 Park, Aidenx86: serial: Use NS16550_DYNAMIC in Slim Bootloader
2020-01-24 Simon Glasscommon: Move hang() to the same header as panic()
2020-01-24 Simon Glasscommon: Move RAM-sizing functions to init.h
2020-01-24 Simon Glasscommon: Move ll_boot_init() to init.h
2020-01-21 Tom RiniMerge tag 'u-boot-imx-20200121' of https://gitlab.denx...
2020-01-20 Tom RiniMerge tag '2020-01-20-ti-2020.04' of https://gitlab...
2020-01-20 Tom RiniMerge tag 'u-boot-stm32-20200117' of https://gitlab...
2020-01-20 Tom RiniMerge branch '2020-01-17-reduce-size-of-common-h-even...
2020-01-17 Simon Glasscommon: Move hang() to the same header as panic()
2020-01-17 Simon Glasscommon: Move RAM-sizing functions to init.h
2020-01-17 Simon Glasscommon: Move ll_boot_init() to init.h
2020-01-09 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-01-09 Tom RiniMerge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
2020-01-08 Tom RiniMerge tag 'u-boot-imx-20200108' of https://gitlab.denx...
2020-01-08 Tom RiniMerge tag 'u-boot-amlogic-20200108' of https://gitlab...
2020-01-07 Simon Glassx86: apl: Avoid accessing the PCI bus before it is...
2020-01-07 Tom RiniMerge tag 'u-boot-imx-20200107' of https://gitlab.denx...
2020-01-07 Tom RiniMerge tag 'u-boot-atmel-2020.04-a' of https://gitlab...
2020-01-06 Tom RiniMerge branch 'next'
2019-12-18 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2019-12-15 Simon Glassx86: apl: Add FSP support
2019-12-15 Simon Glassx86: apl: Add Kconfig and Makefile
2019-12-15 Simon Glassx86: apl: Add P2SB driver
2019-12-15 Simon Glassx86: apl: Add SPL/TPL init
2019-12-15 Simon Glassx86: apl: Add a CPU driver
2019-12-15 Simon Glassx86: apl: Add SPL loaders
2019-12-15 Simon Glassx86: apl: Add PUNIT driver
2019-12-15 Simon Glassx86: apl: Add PCH driver
2019-12-15 Simon Glassx86: apl: Add LPC driver
2019-12-15 Simon Glassx86: apl: Add ITSS driver
2019-12-15 Simon Glassx86: apl: Add hostbridge driver
2019-12-15 Simon Glassx86: apl: Add systemagent driver
2019-12-15 Simon Glassx86: apl: Add UART driver
2019-12-15 Simon Glassx86: apl: Add PMC driver
2019-12-15 Simon Glassx86: Move qemu CPU fixup function into its own file
2019-12-15 Simon Glassx86: Add low-power subsystem (lpss) support
2019-12-15 Simon Glassx86: Add support for newer CAR schemes
next