- 6277186 riscv: Enable cpu clock if it is present by Sean Anderson · 4 years, 5 months ago
- ab24017 riscv: Try to get cpu frequency from a "clocks" node if it exists by Sean Anderson · 4 years, 5 months ago
- 958a3f4 riscv: Allow use of reset drivers by Sean Anderson · 4 years, 5 months ago
- b8bc120 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 5 months ago
- 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 5 months ago
- 9472630 riscv: Clear pending interrupts before enabling IPIs by Sean Anderson · 4 years, 5 months ago
- 309c79f riscv: Add headers for asm/global_data.h by Sean Anderson · 4 years, 5 months ago
- 60ffcf2 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 5 months ago
- 038b13e reset: Add generic reset driver by Sean Anderson · 4 years, 5 months ago
- 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
- 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
- f9c7d4f clk: Add K210 clock support by Sean Anderson · 4 years, 5 months ago
- 1a198cf clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 5 months ago
- 019ef9a clk: Add K210 pll support by Sean Anderson · 4 years, 5 months ago
- 675d790 clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 5 months ago
- 5e8317a clk: Check that ops of composite clock components exist before calling by Sean Anderson · 4 years, 5 months ago
- 78ce0bd clk: Always use the supplied struct clk by Sean Anderson · 4 years, 5 months ago
- e2a4d24 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 4 months ago
- 50b5326 ti814x: Remove platform by Tom Rini · 4 years, 6 months ago
- 9ccd840 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 6 months ago
- a3e7750 am335x: Update list of defconfigs by Tom Rini · 4 years, 6 months ago
- 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 4 months ago
- 6b3c744 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 4 months ago
- 3c4aeaf colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 5 years ago
- 3450f62 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 5 years ago
- 885b3cd colibri_pxa270_defconfig: enable cmd_dm by Marcel Ziswiler · 5 years ago
- 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 5 years ago
- 9b515a8 kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 5 years ago
- 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 5 years ago
- f992af8 Makefile: allow dm_mmc without of_control by Marcel Ziswiler · 5 years ago
- 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 5 years ago
- f5624b1 mmc: add missing space before comment delimiter by Marcel Ziswiler · 5 years ago
- e35c2a8 .azure-pipelines.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
- d985aaa .travis.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
- d853316 .gitlab-ci.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
- 5467434 mips: malta: build u-boot-swap.bin by Daniel Schwierzeck · 4 years, 5 months ago
- b8cecd0 Makefile: add rule to generate u-boot-swap.bin by Daniel Schwierzeck · 4 years, 5 months ago
- 753a892 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 5 months ago
- d8553d6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
- 53019cf net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
- f5e7df5 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
- 6d76c9f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
- deca773 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
- 834d5ce net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
- ab6ecbd net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
- 553286a net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
- 54c6067 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
- ada6a2c net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
- 0e11d79 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
- 89369b0 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
- d3b1df0 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
- b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
- b9c52c5 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
- 50c9b0e Merge branch '2020-06-26-more-Kconfig-migration' into next by Tom Rini · 4 years, 5 months ago
- 0b7d955 Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
- 2896422 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 5 months ago
- 044a66c spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 5 months ago
- 582b4f7 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 5 months ago
- 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 5 months ago
- c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 5 months ago
- 35ee34b video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · 4 years, 5 months ago
- 19a7e58 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
- 5f99ba1 Merge tag 'u-boot-rockchip-20200628' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 5 months ago
- 673eb44 rockchip: correctly set vop0 or vop1 by Patrick Wildt · 4 years, 5 months ago
- bccb385 video: orisetech_otm8009a: fill characteristics of DSI data link by Yannick Fertre · 4 years, 5 months ago
- ac824e8 video: raydium_rm68200: fill characteristics of DSI data link by Yannick Fertre · 4 years, 5 months ago
- 7084dd8 video: stm32: stm32_dsi: copy DSI fields by Yannick Fertre · 4 years, 5 months ago
- 36e66e3 video: mipi update panel platform data by Yannick Fertre · 4 years, 5 months ago
- 670eda3 video: check hardware version of DSI by Yannick Fertre · 4 years, 5 months ago
- 70b06d9 splash: Fix build warning on 64 bits CPU by Ye Li · 4 years, 5 months ago
- 8cee200 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · 4 years, 5 months ago
- bab68b2 video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer by Ye Li · 4 years, 5 months ago
- 5e15dcb rockchip: clk: rk3188: change APLL to safe 600MHz by Alexander Kochetkov · 4 years, 5 months ago
- a2b1cff rockchip: rk3188: Fix back to BROM boot by Alexander Kochetkov · 4 years, 5 months ago
- 6a28dc3 rk3399: Add BOOTENV_SF command by Jagan Teki · 4 years, 5 months ago
- 8f74e65 spi: Enable missing CONFIG_SPL_DM_SPI support by Tom Rini · 4 years, 5 months ago
- 2254f13 Kconfig: Remove CONFIG_CLOCKS_IN_MHZ by Tom Rini · 4 years, 5 months ago
- f399e83 Convert CONFIG_BOOTM_NETBSD to Kconfig by Tom Rini · 4 years, 5 months ago
- 7d80a9c arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig by Tom Rini · 4 years, 5 months ago
- bba4c7f nxp: Finish switch to CONFIG_NXP_ESBC by Tom Rini · 4 years, 5 months ago
- 0567099 arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB by Tom Rini · 4 years, 5 months ago
- f23476f Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Tom Rini · 4 years, 5 months ago
- bc209fb arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig by Tom Rini · 4 years, 5 months ago
- 1ca87f9 Convert CONFIG_CONS_INDEX to Kconfig by Tom Rini · 4 years, 5 months ago
- 75bdd53 Convert CONFIG_CMDLINE_EDITING to Kconfig by Tom Rini · 4 years, 5 months ago
- 54d865b Convert CONFIG_BUILD_TARGET to Kconfig by Tom Rini · 4 years, 5 months ago
- a51cff2 Convert CONFIG_BOUNCE_BUFFER to Kconfig by Tom Rini · 4 years, 5 months ago
- e2dce7a Convert CONFIG_BOOTP_DNS2 to Kconfig by Tom Rini · 4 years, 5 months ago
- 4093083 arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig by Tom Rini · 4 years, 5 months ago
- 53355d5 arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig by Tom Rini · 4 years, 5 months ago
- 05369e4 Convert CONFIG_BOARD_TYPES to Kconfig by Tom Rini · 4 years, 5 months ago
- 103354d Convert CONFIG_BCH to Kconfig by Tom Rini · 4 years, 5 months ago
- 44a666a Convert CONFIG_BOOTARGS to Kconfig by Tom Rini · 4 years, 5 months ago
- eabbf80 Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · 4 years, 5 months ago
- 11af95a Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · 4 years, 5 months ago
- b120665 bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig by Tom Rini · 4 years, 5 months ago
- f61e2e4 Convert CONFIG_ATMEL_USART to Kconfig by Tom Rini · 4 years, 5 months ago
- 4e361cc Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig by Tom Rini · 4 years, 5 months ago
- a60becc Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · 4 years, 5 months ago
- 348d183 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 5 months ago