summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/10Jul2020-bTom Rini2020-07-1021-26/+935
|\
| * config: Enable USB Keyboard support on RPi4Nicolas Saenz Julienne2020-07-101-0/+1
| * usb: xhci: Add reset controller supportNicolas Saenz Julienne2020-07-103-0/+39
| * configs: Enable support for reset controllers on RPi4Nicolas Saenz Julienne2020-07-103-0/+3
| * reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne2020-07-104-0/+85
| * arm: rpi: Add function to trigger VL805's firmware loadNicolas Saenz Julienne2020-07-103-0/+66
| * configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)Marek Szyprowski2020-07-102-1/+16
| * pci: Add driver for Broadcom BCM2711 SoC PCIe controllerSylwester Nawrocki2020-07-103-0/+633
| * pci: Add some PCI Express capability register offset definitionsSylwester Nawrocki2020-07-101-0/+9
| * linux/bitfield.h: Add primitives for manipulating bitfields both in host- and...Nicolas Saenz Julienne2020-07-101-0/+53
| * rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 64bit)Marek Szyprowski2020-07-091-3/+15
| * rpi4: shorten a mapping for the DRAMMarek Szyprowski2020-07-091-1/+1
| * pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki2020-07-093-13/+11
| * usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readqSylwester Nawrocki2020-07-091-8/+0
| * usb: xhci: Add missing cache flush in the scratchpad array initializationSylwester Nawrocki2020-07-091-0/+3
* | Merge branch '2020-08-10-arbitrary-virt-phys-mappings'Tom Rini2020-07-10152-90/+321
|\ \
| * | config: Enable support for the XHCI controller on RPI4 boardMarek Szyprowski2020-07-101-0/+11
| * | rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)Marek Szyprowski2020-07-103-0/+30
| * | mmc: bcm283x: fix int to pointer castSeung-Woo Kim2020-07-101-1/+1
| * | arm: provide a function for boards init code to modify MMU virtual-physical mapMarek Szyprowski2020-07-103-6/+39
| * | arm: update comments to the common styleMarek Szyprowski2020-07-101-9/+14
| * | powerpc: move ADDR_MAP to KconfigMarek Szyprowski2020-07-10144-74/+226
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/09Jul2020Tom Rini2020-07-0932-165/+655
|\ \
| * | x86: apl: Re-enable loading of SPLSimon Glass2020-07-091-1/+1
| * | spi: Remove unnecessary #ifdefs in header fileSimon Glass2020-07-091-7/+6
| * | bootstage: Fix 'stacked' typoSimon Glass2020-07-091-1/+1
| * | linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLEDRasmus Villemoes2020-07-091-3/+45
| * | linux/kconfig.h: remove unused helper macrosRasmus Villemoes2020-07-092-37/+5
| * | linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes2020-07-091-19/+8
| * | arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng2020-07-091-1/+1
| * | x86: minnowmax: Drop screen resolution to 1024x768Simon Glass2020-07-091-1/+1
| * | minnowmax: Enable the copy framebufferSimon Glass2020-07-092-2/+30
| * | chromebook_link: Enable the copy framebufferSimon Glass2020-07-092-7/+21
| * | chromebook_samus: Enable the copy framebufferSimon Glass2020-07-092-2/+16
| * | x86: video: Support copy framebuffer with probed devicesSimon Glass2020-07-092-0/+24
| * | video: Correctly handle multiple framebuffersSimon Glass2020-07-091-2/+25
| * | x86: fsp: video: Allocate a frame buffer when neededSimon Glass2020-07-091-0/+12
| * | video: pci: Set up the copy framebufferSimon Glass2020-07-091-1/+21
| * | video: sandbox: Add support for the copy framebufferSimon Glass2020-07-093-22/+43
| * | video: Add comments to struct sandbox_sdl_platSimon Glass2020-07-092-2/+15
| * | video: Update the copy framebuffer when writing bitmapsSimon Glass2020-07-091-3/+13
| * | video: Update rotated console to support copy bufferSimon Glass2020-07-091-23/+60
| * | video: Update truetype console to support copy bufferSimon Glass2020-07-091-12/+31
| * | video: Update normal console to support copy bufferSimon Glass2020-07-091-3/+23
| * | video: Add helpers for vidconsole for the copy framebufferSimon Glass2020-07-092-0/+65
| * | video: Clear the copy framebuffer when clearing the screenSimon Glass2020-07-091-0/+4
| * | video: Set up the copy framebuffer when enabledSimon Glass2020-07-091-0/+3
| * | video: Add support for copying to a hardware framebufferSimon Glass2020-07-093-0/+95
| * | video: Add a comment for struct video_uc_platdataSimon Glass2020-07-091-0/+12
| * | video: Drop unnecessary #ifdef around vid_console_color()Simon Glass2020-07-091-4/+2