summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1588-7/+90
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0288-7/+90
* | x86: qemu: Fix broken multi-core bootBin Meng2021-02-031-0/+6
|/
* x86: tpl: Show next stage being bootedSimon Glass2021-02-011-1/+6
* x86: spl: Clear BSS unconditionallySimon Glass2021-02-011-1/+1
* x86: zimage: Improve command-line debug handlingSimon Glass2021-02-011-3/+7
* x86: zimage: Allow dumping the image from outside the moduleSimon Glass2021-02-012-8/+25
* x86: Update Chromium OS GNVS namesSimon Glass2021-02-011-6/+28
* x86: spl: Make moving BSS conditionalSimon Glass2021-02-011-0/+2
* x86: Make sure the SPL image ends on a suitable boundarySimon Glass2021-02-011-0/+10
* x86: apl: Enhance debugging in the SPL loaderSimon Glass2021-02-011-5/+7
* x86: acpi_gpe: Update driver name to match devicetreeSimon Glass2021-02-011-2/+4
* x86: coral: Add a devicetree node for eMMCSimon Glass2021-02-011-0/+6
* x86: coral: Support TPM and RTC in SPLSimon Glass2021-01-302-1/+22
* x86: typo segementHeinrich Schuchardt2021-01-302-2/+2
* x86: coral: Update an unused pin to reduce powerSimon Glass2021-01-301-0/+1
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0525-135/+238
|\
| * x86: Drop rtc from SPLSimon Glass2021-01-051-1/+1
| * x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass2021-01-051-6/+11
| * x86: apl: Adjust how the UART gets its platform dataSimon Glass2021-01-052-20/+42
| * x86: sysreset: Move priv/plat structs to headersSimon Glass2021-01-051-0/+18
| * x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass2021-01-051-1/+1
| * x86: Move priv/plat structs for intel_common to headersSimon Glass2021-01-054-27/+40
| * x86: apl: Move priv/plat structs to headersSimon Glass2021-01-055-26/+64
| * x86: Fix header guard in asm/pmu.hSimon Glass2021-01-051-3/+3
| * x86: tpl: Remove unwanted devicetree stringSimon Glass2021-01-051-1/+3
| * x86: apl: Reduce size for TPLSimon Glass2021-01-058-11/+29
| * x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass2021-01-051-5/+9
| * x86: coral: Move fsp-m settings to a subnodeSimon Glass2021-01-052-1/+9
| * x86: Move call64 into its own sectionSimon Glass2021-01-051-0/+1
| * x86: apl: Use const for driver operationsSimon Glass2021-01-052-2/+2
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-2/+3
| * x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-052-28/+1
| * serial: Update NS16550_t and struct NS16550Simon Glass2021-01-052-2/+2
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-054-13/+67
|\ \ | |/ |/|
| * fsp: Move and rename fsp_types.h fileSughosh Ganu2020-12-222-63/+2
| * x86: edison: Switch to DM_USB_GADGETAndy Shevchenko2020-12-162-4/+8
| * x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-162-0/+7
| * x86: edison: BINMAN selection is specific to the boardAndy Shevchenko2020-12-161-1/+0
| * x86: edison: Add CPU to compatible stringAndy Shevchenko2020-12-161-1/+1
| * x86: tangier: Find proper memory region for relocationAndy Shevchenko2020-12-161-0/+43
| * x86: zimage: Update cmdline parameter to be an env varSimon Glass2020-12-161-7/+8
* | fsp: Move and rename fsp_types.h fileSughosh Ganu2020-12-312-63/+2
* | x86: Drop unnecessary mp_init logicSimon Glass2020-12-183-18/+9
* | dm: Avoid accessing seq directlySimon Glass2020-12-182-2/+2
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1317-45/+45
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1310-23/+22
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-136-13/+13
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1316-24/+24