aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-02-12ARC: nSIM: switch from ARC UART to DW UARTAlexey Brodkin1-5/+7
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini54-196/+382
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini14-65/+250
2020-02-10Merge tag 'u-boot-imx-20200210' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini17-14/+1243
2020-02-10riscv: Remove unnecessary instructionSean Anderson1-3/+2
2020-02-10riscv: Add option to print registers on exceptionSean Anderson3-12/+44
2020-02-10riscv: Fix breakage caused by linker relaxationSean Anderson1-1/+0
2020-02-09board: ge: bx50v3: override panelIan Ray4-0/+10
2020-02-09board: ge: mx53ppd: enable DM_VIDEOIan Ray1-0/+5
2020-02-09board: ge: mx53ppd: add i2c eeprom bootcount storageRobert Beckett1-1/+6
2020-02-09board: ge: bx50v3: add i2c eeprom bootcount storageRobert Beckett1-1/+6
2020-02-09board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett2-1/+21
2020-02-09board: ge: bx50v3, imx53ppd: add eeprom partitionsRobert Beckett4-2/+36
2020-02-09ARM: imx: novena: Enable DM ethernetMarek Vasut1-0/+1
2020-02-09ARM: imx: novena: Move defconfig bits to arch KconfigMarek Vasut1-0/+8
2020-02-09mx7dsabre: Fix usbtog probe when use dfu or umsJoris Offouga1-0/+4
2020-02-09arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsiJoris Offouga2-9/+10
2020-02-09arm: xea: dts: Add 'fec-3v3' regulator properties to prevent accidental disab...Lukasz Majewski1-0/+2
2020-02-09board: toradex: Add Verdin iMX8M Mini supportIgor Opaniuk4-0/+1118
2020-02-09arm: dts: imx8mm-pinfunc: sync latest linux-next pin func headerMarcel Ziswiler1-2/+18
2020-02-07board: presidio-asic: Add basic G3 engr. development board supportAlex Nemirovsky4-0/+81
2020-02-07gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCsJason Li1-2/+2
2020-02-07mpc8xx: Expose show_regs()Tom Rini1-1/+1
2020-02-07arm: dts: mediatek: add ethernet and sgmii dts node for mt7622MarkLee2-0/+58
2020-02-07x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2-0/+89
2020-02-07x86: Add support for ACPI general-purpose eventsSimon Glass3-0/+119
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-1/+4
2020-02-07x86: itss: Add of-platdata supportSimon Glass1-0/+10
2020-02-07x86: Give each driver an IRQ typeSimon Glass4-5/+7
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+4
2020-02-07x86: apl: Drop the I2C config in FSP-SSimon Glass1-58/+0
2020-02-07x86: apl: Use the clock driverSimon Glass2-0/+8
2020-02-07x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner5-1/+9
2020-02-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini6-36/+89
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass24-0/+24
2020-02-05dm: core: Require users of devres to include the headerSimon Glass21-0/+21
2020-02-05sandbox: Support changing the LCD colour depthSimon Glass1-0/+1
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass4-5/+32
2020-02-05sandbox: sdl: Move to use SDL2Simon Glass2-125/+156
2020-02-05sandbox: sdl: Support waiting for audio to completeSimon Glass1-2/+13
2020-02-05sandbox: sdl: Improve error handlingSimon Glass1-5/+9
2020-02-05sandbox: Add comments to the sdl structSimon Glass1-1/+16
2020-02-05sound: Add a new stop_play() methodSimon Glass1-0/+7
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass3-11/+38
2020-02-05sandbox: Ensure that long-options array is terminatedSimon Glass1-1/+2
2020-02-05sandbox: Drop os_realloc()Simon Glass1-23/+0
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass2-15/+15
2020-02-05sandbox: Rename 'free' variableSimon Glass1-3/+3
2020-02-05sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson1-7/+0