- 2013b66 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 2 months ago
- 46db382 mips: octeon: Add bootoctlinux command by Aaron Williams · 4 years, 3 months ago
- 643d96d mips: octeon: Add bootmem support by Aaron Williams · 4 years, 3 months ago
- 34658b1 mips: octeon: Add coremask support by Aaron Williams · 4 years, 3 months ago
- 093b72f mips: octeon: Add header cvmx-bootinfo.h by Aaron Williams · 4 years, 3 months ago
- c8e4f49 mips: octeon: Add header cvmx-fuse.h by Aaron Williams · 4 years, 3 months ago
- 71b7c48 mips: octeon: Add header octeon-feature.h by Aaron Williams · 4 years, 3 months ago
- 17c7ad2 mips: octeon: Add header cvmx-regs.h by Aaron Williams · 4 years, 3 months ago
- b352665 mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux booting by Stefan Roese · 4 years, 3 months ago
- 34afa2a mips: octeon: octeon-model.h: Enable inclusion from assembler files by Stefan Roese · 4 years, 3 months ago
- 3e08317 mips: octeon: Add USB DT nodes by Stefan Roese · 4 years, 3 months ago
- 5e297f8 mips: octeon: cache.c: Flush all pending writes in flush_dcache_range() by Stefan Roese · 4 years, 3 months ago
- 74558c0 mips: octeon: Add mangle-port.h by Stefan Roese · 4 years, 3 months ago
- 72a49ef mips: octeon: cpu.c: Add table for selective swapping by Stefan Roese · 4 years, 3 months ago
- 7113ee3 mips: octeon: dram.c: Add RAM driver support by Stefan Roese · 4 years, 3 months ago
- 345b9b4 mips: octeon: Add octeon_ddr.h header by Aaron Williams · 4 years, 3 months ago
- 33eb19b mips: octeon Add cvmx/cvmx-lmcx-defs.h header by Aaron Williams · 4 years, 3 months ago
- 6f1cbae mips: octeon: Add octeon-model.h header by Aaron Williams · 4 years, 3 months ago
- e9aa953 mips: octeon: dts: mrvl, cn73xx.dtsi: Add memory controller DT node by Stefan Roese · 4 years, 3 months ago
- bd81c5b Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
- a34f893 sandbox: avoid duplicate backslash input by Heinrich Schuchardt · 4 years, 2 months ago
- 6ce563b sandbox: add missing SDL key scan codes by Heinrich Schuchardt · 4 years, 2 months ago
- 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 2 months ago
- 0637397 bloblist: Allow custom alignment for blobs by Simon Glass · 4 years, 2 months ago
- 60d6b5d Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 2 months ago
- 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
- fc85ec5 ARM: dts: sync amlogic G12A/SM1 DT from Linux 5.9-rc1 by Neil Armstrong · 4 years, 2 months ago
- 77c3a73 ARM: dts: meson-axg: add USB nodes for S400 by Neil Armstrong · 4 years, 3 months ago
- 2ad5252 arm: meson-axg: add board_usb_init()/cleanup() for USB gadget by Neil Armstrong · 4 years, 3 months ago
- d08ce85 phy: meson-gxl: remove invalid USB3 PHY driver by Neil Armstrong · 4 years, 3 months ago
- 69120d8 ARM: mach-meson: use new DWC3 glue for GXL & GXM by Neil Armstrong · 4 years, 3 months ago
- c1a7e72c usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 3 months ago
- 14708b1 ARM: dts: sync amlogic AXG/GXL/GXM DT from Linux 5.8-rc1 by Neil Armstrong · 4 years, 3 months ago
- 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 2 months ago
- 551efca ARM: dts: stm32mp1: DT alignment with Linux kernel v5.9-rc4 by Patrick Delaunay · 4 years, 2 months ago
- c2afb11 ARM: dts: stm32: Add missing dm-spl props for SPI NOR on AV96 by Marek Vasut · 4 years, 2 months ago
- 2a46a2e Merge branch 'next' of git://git.denx.de/u-boot-sh into next by Tom Rini · 4 years, 2 months ago
- 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 3 months ago
- 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years, 3 months ago
- 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
- 0b89fc5 test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · 4 years, 2 months ago
- 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago
- 880c5c7 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago
- 5bdad9f riscv: Add some comments to start.S by Sean Anderson · 4 years, 2 months ago
- 2c4c7d1 riscv: Ensure gp is NULL or points to valid data by Sean Anderson · 4 years, 2 months ago
- 934b24a riscv: Consolidate fences into AMOs for available_harts_lock by Sean Anderson · 4 years, 2 months ago
- dd1cd70 riscv: Clear pending IPIs on initialization by Sean Anderson · 4 years, 2 months ago
- ff184fe riscv: Use a valid bit to ignore already-pending IPIs by Sean Anderson · 4 years, 2 months ago
- cfb0809 riscv: Match memory barriers between send_ipi_many and handle_ipi by Sean Anderson · 4 years, 2 months ago
- e8de08b Revert "riscv: Clear pending interrupts before enabling IPIs" by Sean Anderson · 4 years, 2 months ago
- 3d999194 riscv: Update SiFive device tree for new CLINT driver by Sean Anderson · 4 years, 2 months ago
- c6d0ef8 riscv: Update Kendryte device tree for new CLINT driver by Sean Anderson · 4 years, 2 months ago
- 272ab20 riscv: Rework Sifive CLINT as UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
- 28bfc32 riscv: Clean up initialization in Andes PLIC by Sean Anderson · 4 years, 2 months ago
- 87e6ce5 riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
- 79d3bba timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years, 2 months ago
- 9baaaef riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · 4 years, 2 months ago
- 3d3e787 Merge tag 'efi-2020-10-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 2 months ago
- fbef54d riscv: restore global data pointer in trap handler by Heinrich Schuchardt · 4 years, 2 months ago
- 055763a arm: rmobile: Use imply for BOARD_EARLY_INIT_F by Biju Das · 4 years, 2 months ago
- 880c25f arm: mach-rmobile: Mark the default s_init function as weak by Biju Das · 4 years, 2 months ago
- e719d97 arm: dts: r8a774e1: Import DTS from Linux 5.9-rc4 by Biju Das · 4 years, 2 months ago
- 25e0b96 arm: dts: r8a774b1: Import DTS from Linux 5.9-rc4 by Biju Das · 4 years, 2 months ago
- 26af5a6 arm: dts: r8a774a1: Import DTS from Linux 5.9-rc4 by Biju Das · 4 years, 2 months ago
- 4e93dc9 arm: rmobile: Identify R8A7796 r1.3 SoC by Biju Das · 4 years, 2 months ago
- b469006 ARM: rmobile: Enable RPC on Salvator-X, ULCB, Ebisu by Marek Vasut · 7 years ago
- 38738d9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 2 months ago
- 3263e74 ARM: mach-at91: add support for new SoC sama7g5 by Eugen Hristev · 4 years, 3 months ago
- b676492 x86: edison: Generate an image suitable for xFSTK by Simon Glass · 4 years, 3 months ago
- 9612c12 x86: Use multiple images by Simon Glass · 4 years, 3 months ago
- fbf120c x86: Add support for more than 8 MTRRs by Simon Glass · 4 years, 2 months ago
- fe6d294 x86: hob: Try to show a name instead of a GUID by Simon Glass · 4 years, 2 months ago
- 2a75e4f x86: coral: Update config and device tree for ACPI by Simon Glass · 4 years, 2 months ago
- 154dc3e x86: Add a way to add to the e820 memory table by Simon Glass · 4 years, 2 months ago
- 549995d x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · 4 years, 2 months ago
- ec7c2b6 x86: fsp: Add more debugging for silicon init by Simon Glass · 4 years, 2 months ago
- c6f96a4 x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · 4 years, 2 months ago
- 2326a8b x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 2 months ago
- 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 2 months ago
- 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 2 months ago
- fcae547 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 2 months ago
- f4112b0 x86: Add a header guard to asm/acpi_table.h by Simon Glass · 4 years, 2 months ago
- dd23446 x86: Correct the assembly guard in e820.h by Simon Glass · 4 years, 2 months ago
- ad7bb30 x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 2 months ago
- 6b88e88 x86: Sort the MTRR table by Simon Glass · 4 years, 2 months ago
- 2d8b3c6 x86: cpu: Report address width from cpu_get_info() by Simon Glass · 4 years, 2 months ago
- 34a9262 x86: fsp: Update the FSP API with the end-firmware method by Simon Glass · 4 years, 2 months ago
- f77b9e2 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · 4 years, 2 months ago
- fff5dab x86: apl: Generate ACPI table for LPC by Simon Glass · 4 years, 2 months ago
- 1eba121 x86: apl: Generate CPU tables by Simon Glass · 4 years, 2 months ago
- c3d589e x86: apl: Add support for hostbridge ACPI generation by Simon Glass · 4 years, 2 months ago
- b16dbec x86: apl: Generate required ACPI tables by Simon Glass · 4 years, 2 months ago
- a18e96e x86: apl: Allow reading hostbridge base addresses by Simon Glass · 4 years, 2 months ago
- 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 2 months ago
- c32fbb6 x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · 4 years, 2 months ago
- d73344b x86: acpi: Add common Intel ACPI tables by Simon Glass · 4 years, 2 months ago
- 9bd4e9d x86: acpi: Add PCT and PTC tables by Simon Glass · 4 years, 2 months ago
- 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
- 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 2 months ago
- ac779e3 x86: Add a few common Intel CPU functions by Simon Glass · 4 years, 2 months ago