summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-22rockchip: Separate the reset cause from display cpuinfoJagan Teki3-9/+18
2020-07-22rockchip: Don't clear the reset status regJagan Teki2-7/+0
2020-07-22rockchip: tpl: Remove board_early_init_f()Kever Yang1-7/+0
2020-07-22rockchip: rk3399: Add weak led_setup()Jagan Teki1-0/+6
2020-07-22rockchip: rk3288: Add OF board setupJagan Teki2-0/+31
2020-07-22rockchip: Add rk3288 SoC detection helperJagan Teki1-0/+49
2020-07-22arm64: dts: rockchip: Add Radxa ROCK Pi 4C supportJagan Teki3-0/+58
2020-07-22arm64: dts: rockchip: Add ROCKPi 4A/4B supportJagan Teki5-27/+63
2020-07-22rockchip: sdram: fix dram_init_banksizeAlex Bee1-4/+2
2020-07-22rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not setKever Yang1-15/+0
2020-07-22ARM: dts: rk3328-rock64: Add SPI Flash supportJohannes Krottmayer1-0/+6
2020-07-22ARM: dts: rk3328: Add SPI supportJohannes Krottmayer1-0/+5
2020-07-22rockchip: board: add Hardkernel Odroid Go2 boardHeiko Stuebner2-0/+76
2020-07-22rockchip: px30: sync Odroid Go Advance devicetree from LinuxHeiko Stuebner2-1/+718
2020-07-22rockchip: px30: sync the main rk3326 dtsi from mainlineHeiko Stuebner1-0/+15
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada6-6/+6
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada63-113/+117
2020-07-17Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay1-0/+14
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini40-173/+1199
2020-07-17Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini23-68/+1929
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass1-0/+1
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass5-9/+9
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass2-12/+0
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass3-2/+14
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass1-1/+2
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass1-1/+2
2020-07-17x86: Add debugging to table writingSimon Glass1-10/+28
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass5-12/+45
2020-07-17x86: irq: Support flags for acpi_gpeSimon Glass1-0/+26
2020-07-17x86: apl: Hide the p2sb on exit from U-BootSimon Glass1-0/+13
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass2-15/+42
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass2-14/+6
2020-07-17x86: Add error checking for csrt table generationSimon Glass1-6/+13
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass1-2/+0
2020-07-17x86: pinctrl: Update comment for intel_pinctrl_get_pad()Simon Glass1-0/+1
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass1-2/+14
2020-07-17x86: Add support for building up an NHLT structureSimon Glass3-0/+797
2020-07-17acpi: Allow creating the GNVS to failSimon Glass5-6/+27
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass1-0/+1
2020-07-17x86: Allow devices to write to DSDTSimon Glass1-1/+15
2020-07-17acpi: Add support for DSDT generationSimon Glass1-0/+2
2020-07-17x86: Allow devices to write an SSDTSimon Glass1-0/+29
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass1-2/+3
2020-07-17x86: acpi: Move MADT down a bitSimon Glass1-6/+6
2020-07-17acpi: Add support for SSDT generationSimon Glass1-0/+2
2020-07-17acpi: Support copying properties from device tree to ACPISimon Glass1-0/+1
2020-07-17acpi: Add a function to get a device path and scopeSimon Glass1-0/+3
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass4-8/+32