ARM: dt: Also clean dtbo files
[oweals/u-boot.git] / arch / x86 /
2019-10-17 Tom RiniMerge tag 'for-v2020.01' of https://gitlab.denx.de...
2019-10-16 Tom RiniMerge tag 'dm-pull-15oct19' of https://gitlab.denx...
2019-10-15 Simon Glassbinman: x86: Separate out 16-bit reset and init code
2019-10-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-10-14 Tom RiniMerge tag 'mmc-10-10-2019' of https://gitlab.denx.de...
2019-10-12 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-11 Simon Glassx86: Reduce resetvec size
2019-10-11 Simon Glassx86: Drop RESET_SEG_SIZE
2019-10-11 Simon Glassx86: Drop RESET_BASE
2019-10-11 Simon Glassx86: Update Kconfig options for FSP1
2019-10-11 Simon Glassx86: Add a function to find the size of an mrccache...
2019-10-11 Simon Glassx86: Panic when SPL or TPL fail
2019-10-09 Tom RiniMerge tag 'xilinx-for-v2020.01' of https://gitlab.denx...
2019-10-09 Tom RiniMerge tag 'u-boot-imx-20191009' of https://gitlab.denx...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-08 Simon Glassx86: Use mtrr_commit() with FSP2
2019-10-08 Simon Glassx86: cpu: Don't include the cpu driver in TPL
2019-10-08 Simon Glassx86: Add a function to set variable MTRRs
2019-10-08 Simon Glassx86: Refactor mtrr_commit() to allow for shared code
2019-10-08 Simon Glassx86: Allow the PCH and LPC uclasses to work with of...
2019-10-08 Simon Glassx86: Add new common CPU functions for turbo/burst mode
2019-10-08 Simon Glassx86: Tidy up some duplicate MSR defines
2019-10-08 Simon Glassx86: Add common functions for TDP and perf control
2019-10-08 Simon Glassx86: Use a common bus clock for Intel CPUs
2019-10-08 Simon Glassx86: Add a common function to set CPU thermal target
2019-10-08 Simon Glassx86: Use a common definition of MSR_IA32_PERF_CTL
2019-10-08 Simon Glassx86: pci: Drop the first parameter in pci_x86_r/w_config()
2019-10-08 Simon Glassx86: Move acpi_s3.h to a common location
2019-10-08 Simon Glassx86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT
2019-10-08 Simon Glassx86: Add various MTRR indexes and values
2019-10-08 Simon Glassx86: Add more comments to the start-up code
2019-10-08 Simon Glassx86: Change condition for using CAR
2019-10-08 Simon Glassx86: fsp: Save usable RAM and hob_list in the handoff...
2019-10-08 Simon Glassx86: spl: Move broadwell-specific code out of generic...
2019-10-08 Simon Glassx86: spl: Reduce priority of the basic SPL image loader
2019-10-08 Simon Glassx86: spl: Use hang() instead of a while() loop
2019-10-08 Simon Glassx86: pci: Add a function to clear and set PCI config...
2019-10-08 Simon Glassx86: Add binman symbols to the image
2019-10-08 Simon Glassx86: Move common Intel CPU info code into a function
2019-10-08 Simon Glassx86: fsp: Add access to variable MRC data
2019-10-08 Simon Glassx86: fsp: Add a few more definitions for FSP2
2019-10-08 Simon Glassx86: fsp: Move common support functions into a common...
2019-10-08 Simon Glassx86: Move common fsp functions into a common file
2019-10-08 Simon Glassx86: fsp: Move common dram functions into a common...
2019-10-08 Simon Glassx86: fsp: Tidy up comment style a little
2019-10-08 Simon Glassx86: fsp: Use if() instead of #ifdef
2019-10-08 Simon Glassx86: fsp: Create a common fsp_support.h header
2019-10-08 Simon Glassx86: Rename some FSP functions to have an fsp_ prefix
2019-10-08 Simon Glassx86: Move fsp_ffs.h include to fsp_arch.h
2019-10-08 Simon Glassx86: Move fsp_bootmode.h to the generic fsp directory
2019-10-08 Simon Glassx86: Move fsp_infoheader.h to the generic fsp directory
2019-10-08 Simon Glassx86: Move fsp_hob.h to the generic fsp directory
2019-10-08 Simon Glassx86: Move fsp_fv.h to the generic fsp directory
2019-10-08 Simon Glassx86: Move fsp_types.h to the generic fsp directory
2019-10-08 Simon Glassx86: Move fsp_api.h inclusion out of fsp_support.h
2019-10-08 Simon Glassx86: Create a new fsp_arch.h header
2019-10-08 Simon Glassx86: Move fsp_azalia.h to the generic fsp directory
2019-10-08 Simon Glassx86: Rename existing FSP code to fsp1
2019-10-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-10-01 Tom RiniMerge tag 'rpi-next-2019.10.2' of https://github.com...
2019-10-01 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-01 Andy Shevchenkox86: zImage: Propagate acpi_rsdp_addr to kernel via...
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 Andy Shevchenkox86: tangier: Use spaces over TABs in ASL code
2019-09-10 Andy Shevchenkox86: tangier: Fix off-by-one error when preparing CSRT
2019-09-10 Andy Shevchenkox86: tangier: Reserve PCI ECAM in motherboard resources
2019-09-10 Andy Shevchenkox86: acpi: Annotate struct acpi_table_header with __packed
2019-09-10 Park, Aidenx86: efi_loader: Use efi_add_conventional_memory_map()
2019-09-10 Heinrich Schuchardtx86: show UEFI images involved in crash
2019-09-10 Bin Mengx86: qemu: Report high memory in the E820 table
2019-09-10 Bin Mengx86: qemu: Support getting high memory size
2019-09-10 Bin Mengx86: qemu: Extract getting memory size to a separate...
2019-09-10 Bin Mengx86: Drop weak version board_get_usable_ram_top()
2019-09-10 Andy Shevchenkox86: acpi: Slightly reduce binary size of ACPI tables...
2019-08-19 Tom RiniMerge tag 'u-boot-rockchip-20190819' of https://gitlab...
2019-08-19 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-08-18 Stefan Roesex86: Remove x86 specific GD flags as they are not refer...
2019-08-13 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-08-13 Tom RiniMerge tag 'u-boot-amlogic-20190812' of https://gitlab...
2019-08-12 Tom RiniMerge branch '2019-08-11-ti-imports'
2019-08-12 Tom RiniMerge branch '2019-08-11-master-imports'
2019-08-11 Simon Glassenv: Rename environment.h to env_internal.h
2019-08-11 Simon Glassenv: Move TOTAL_MALLOC_LEN to environment.h
2019-08-11 Simon Glassenv: Move env_get_hex() to env.h
2019-08-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-08-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2019-08-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-08-09 Park, Aidenx86: Skip setting up MTRRs in slimbootloader
2019-08-09 Park, Aidenx86: slimbootloader: Add a slimbootloader device tree
2019-08-09 Park, Aidenx86: slimbootloader: Set TSC information for tsc_timer
2019-08-09 Park, Aidenx86: slimbootloader: Add serial driver
2019-08-09 Park, Aidenx86: slimbootloader: Add memory configuration
2019-08-09 Park, Aidenx86: Add a common HOB library
2019-08-09 Park, Aidenx86: lib: fsp: Use EFI_GUID and efi_guid_t
2019-08-09 Park, Aidenx86: Add new slimbootloader CPU type
2019-08-09 Andy Shevchenkox86: tangier: Populate CSRT for shared DMA controller
2019-08-09 Andy Shevchenkox86: acpi: Enable ACPI companion for Intel iDMA 32-bit
2019-08-09 Andy Shevchenkox86: acpi: Introduce a stub to generate CSRT
next