summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass88-7/+90
2021-02-01x86: tpl: Show next stage being bootedSimon Glass1-1/+6
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass1-1/+1
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass1-3/+7
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass2-8/+25
2021-02-01x86: Update Chromium OS GNVS namesSimon Glass1-6/+28
2021-02-01x86: spl: Make moving BSS conditionalSimon Glass1-0/+2
2021-02-01x86: Make sure the SPL image ends on a suitable boundarySimon Glass1-0/+10
2021-02-01x86: apl: Enhance debugging in the SPL loaderSimon Glass1-5/+7
2021-02-01x86: acpi_gpe: Update driver name to match devicetreeSimon Glass1-2/+4
2021-02-01x86: coral: Add a devicetree node for eMMCSimon Glass1-0/+6
2021-01-31x86: coral: Support TPM and RTC in SPLSimon Glass2-1/+22
2021-01-31x86: typo segementHeinrich Schuchardt2-2/+2
2021-01-31x86: coral: Update an unused pin to reduce powerSimon Glass1-0/+1
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini25-135/+238
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini4-13/+67
2021-01-05x86: Drop rtc from SPLSimon Glass1-1/+1
2021-01-05x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass1-6/+11
2021-01-05x86: apl: Adjust how the UART gets its platform dataSimon Glass2-20/+42
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass1-0/+18
2021-01-05x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass1-1/+1
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass4-27/+40
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass5-26/+64
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass1-3/+3
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass1-1/+3
2021-01-05x86: apl: Reduce size for TPLSimon Glass8-11/+29
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass1-5/+9
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass2-1/+9
2021-01-05x86: Move call64 into its own sectionSimon Glass1-0/+1
2021-01-05x86: apl: Use const for driver operationsSimon Glass2-2/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass2-2/+3
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2-28/+1
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass2-2/+2
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu2-63/+2
2020-12-22fsp: Move and rename fsp_types.h fileSughosh Ganu2-63/+2
2020-12-19x86: Drop unnecessary mp_init logicSimon Glass3-18/+9
2020-12-19dm: Avoid accessing seq directlySimon Glass2-2/+2
2020-12-16x86: edison: Switch to DM_USB_GADGETAndy Shevchenko2-4/+8
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2-0/+7
2020-12-16x86: edison: BINMAN selection is specific to the boardAndy Shevchenko1-1/+0
2020-12-16x86: edison: Add CPU to compatible stringAndy Shevchenko1-1/+1
2020-12-16x86: tangier: Find proper memory region for relocationAndy Shevchenko1-0/+43
2020-12-16x86: zimage: Update cmdline parameter to be an env varSimon Glass1-7/+8
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass17-45/+45
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass10-23/+22
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass6-13/+13
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass16-24/+24
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass14-18/+18
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1