platform/kernel/u-boot.git
2020-07-05 Tom RiniMerge branch '2020-07-01-kconfig-etc-updates' into...
2020-07-02 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-07-01 Tom Rinicheckpatch.pl: Fully re-sync with v5.7
2020-07-01 Tom Rinikconfig: show compiler version text in the top comment
2020-07-01 Tom Rinisocfpga: Enable optimized inlining on stratix10
2020-07-01 Tom Rinicompilers: Introduce options for forcing inlining on...
2020-07-01 Tom Rinicompiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING...
2020-07-01 Tom Rinicompiler*.h: sync include/linux/compiler*.h with Linux...
2020-07-01 Tom Rinipci: rockchip: Mark inline functions as static inline
2020-07-01 Tom Rinisocfpga: Mark socfpga_fpga_add() as static inline in...
2020-07-01 Tom Rinix86: Convert from ACCESS_ONCE to READ/WRITE_ONCE
2020-07-01 Tom Rinitegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE
2020-07-01 Tom RiniDon't start ad-hoc games with -Wno-maybe-initialized
2020-07-01 Tom Rinikconfig: Add scripts/Kconfig.include from v4.19
2020-07-01 Tom Rinikconfiglib: Update to the 14.1.0 release
2020-07-01 Tom RiniRemove CROSS_COMPILE default from arch/*/config.mk
2020-07-01 Sagar Shrikant... riscv: cpu: check and append L1 cache to cpu features
2020-07-01 Sagar Shrikant... riscv: cpu: correctly handle the setting of CPU_FEAT_MM...
2020-07-01 Sagar Shrikant... uclass: cpu: fix to display proper CPU features
2020-07-01 Sagar Shrikant... riscv: dts: hifive-unleashed-a00: add cpu aliases
2020-07-01 Sean Andersonriscv: Add Sipeed Maix support
2020-07-01 Sean Andersondoc: riscv: Add documentation for Sipeed Maix Bit
2020-07-01 Sean Andersonriscv: Add device tree for K210 and Sipeed Maix BitM
2020-07-01 Sean Andersonriscv: Enable cpu clock if it is present
2020-07-01 Sean Andersonriscv: Try to get cpu frequency from a "clocks" node...
2020-07-01 Sean Andersonriscv: Allow use of reset drivers
2020-07-01 Sean Andersonriscv: Add option to support RISC-V privileged spec 1.9
2020-07-01 Sean Andersonriscv: Clean up IPI initialization code
2020-07-01 Sean Andersonriscv: Clear pending interrupts before enabling IPIs
2020-07-01 Sean Andersonriscv: Add headers for asm/global_data.h
2020-07-01 Sean Andersonlib: Always set errno in hcreate_r
2020-07-01 Sean Andersonreset: Add generic reset driver
2020-07-01 Sean Andersondm: Fix error handling for dev_read_addr_ptr
2020-07-01 Sean Andersondm: Add support for simple-pm-bus
2020-07-01 Sean Andersonclk: Add K210 clock support
2020-07-01 Sean Andersonclk: Add a bypass clock for K210
2020-07-01 Sean Andersonclk: Add K210 pll support
2020-07-01 Sean Andersonclk: Fix clk_get_by_* handling of index
2020-07-01 Sean Andersonclk: Check that ops of composite clock components exist...
2020-07-01 Sean Andersonclk: Always use the supplied struct clk
2020-06-30 Tom RiniMerge branch '2020-06-30-minor-TI-board-updates' into...
2020-06-30 Tom Riniti814x: Remove platform
2020-06-30 Tom Riniti816x_evm: Enable DM_MMC
2020-06-30 Tom Riniam335x: Update list of defconfigs
2020-06-30 Tom RiniMerge tag 'mips-pull-2020-06-29' of https://gitlab...
2020-06-30 Tom RiniMerge branch '2020-06-30-pxa-dm_mmc-migration' into...
2020-06-30 Marcel Ziswilercolibri_pxa270_defconfig: enable dm_mmc
2020-06-30 Marcel Ziswilercolibri_pxa270: add mmc platform data
2020-06-30 Marcel Ziswilercolibri_pxa270_defconfig: enable cmd_dm
2020-06-30 Marcel Ziswilerarm: pxa: mmc: add driver model support
2020-06-30 Marcel Ziswilerkconfig: mmc: move pxa_mmc_generic to kconfig
2020-06-30 Marcel Ziswilerdm: core: gracefully handle alias seq without of
2020-06-30 Marcel ZiswilerMakefile: allow dm_mmc without of_control
2020-06-30 Marcel Ziswilerserial: pxa: clean-up platform data include file
2020-06-30 Marcel Ziswilermmc: add missing space before comment delimiter
2020-06-29 Daniel Schwierzeck.azure-pipelines.yml: add Qemu tests for MIPS Malta...
2020-06-29 Daniel Schwierzeck.travis.yml: add Qemu tests for MIPS Malta board
2020-06-29 Daniel Schwierzeck.gitlab-ci.yml: add Qemu tests for MIPS Malta board
2020-06-29 Daniel Schwierzeckmips: malta: build u-boot-swap.bin
2020-06-29 Daniel SchwierzeckMakefile: add rule to generate u-boot-swap.bin
2020-06-29 Daniel Schwierzecktools: add script for byte endianness swapping
2020-06-29 Marek Vasutnet: pcnet: Add Kconfig entries
2020-06-29 Marek Vasutnet: pcnet: Add DM support
2020-06-29 Marek Vasutnet: pcnet: Split common and non-DM functions
2020-06-29 Marek Vasutnet: pcnet: Wrap name and enetaddr into private data
2020-06-29 Marek Vasutnet: pcnet: Wrap iobase into private data
2020-06-29 Marek Vasutnet: pcnet: Pass private data through dev->priv
2020-06-29 Marek Vasutnet: pcnet: Wrap devbusfn into private data
2020-06-29 Marek Vasutnet: pcnet: Drop useless forward declarations
2020-06-29 Marek Vasutnet: pcnet: Move initialize function at the end
2020-06-29 Marek Vasutnet: pcnet: Move private data allocation to initialize
2020-06-29 Marek Vasutnet: pcnet: Replace memset+malloc with calloc
2020-06-29 Marek Vasutnet: pcnet: Simplify private data allocation
2020-06-29 Marek Vasutnet: pcnet: Use PCI_DEVICE() to define PCI device compa...
2020-06-29 Marek Vasutnet: pcnet: Drop PCNET_HAS_PROM
2020-06-29 Marek Vasutnet: pcnet: Drop typedef struct pcnet_priv_t
2020-06-29 Tom RiniMerge branch '2020-06-26-more-Kconfig-migration' into...
2020-06-29 Tom RiniMerge tag 'rockchip-fix' of https://gitlab.denx.de...
2020-06-29 Lukasz Majewskispi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconf...
2020-06-29 Lukasz Majewskispi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)
2020-06-29 Tom RiniConvert CONFIG_CADENCE_QSPI to Kconfig
2020-06-29 Lukasz Majewskispi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
2020-06-29 Tom Rinix86: Don't build some unused objects in TPL
2020-06-29 Anatolij Gustschinvideo: rockchip: fix HDMI 4K resolution
2020-06-28 Tom RiniMerge tag 'fixes-for-v2020.07' of https://gitlab.denx...
2020-06-28 Tom RiniMerge tag 'u-boot-rockchip-20200628' of https://gitlab...
2020-06-28 Patrick Wildtrockchip: correctly set vop0 or vop1
2020-06-27 Yannick Fertrevideo: orisetech_otm8009a: fill characteristics of...
2020-06-27 Yannick Fertrevideo: raydium_rm68200: fill characteristics of DSI...
2020-06-27 Yannick Fertrevideo: stm32: stm32_dsi: copy DSI fields
2020-06-27 Yannick Fertrevideo: mipi update panel platform data
2020-06-27 Yannick Fertrevideo: check hardware version of DSI
2020-06-27 Ye Lisplash: Fix build warning on 64 bits CPU
2020-06-27 Ye Livideo: vidconsole: avoid multiple lines overwrite logo
2020-06-27 Ye Livideo: bmp: support 8bits BMP drawing on 24/32 bpp...
2020-06-27 Alexander Kochetkovrockchip: clk: rk3188: change APLL to safe 600MHz
2020-06-27 Alexander Kochetkovrockchip: rk3188: Fix back to BROM boot
2020-06-27 Jagan Tekirk3399: Add BOOTENV_SF command
2020-06-26 Tom Rinispi: Enable missing CONFIG_SPL_DM_SPI support
2020-06-26 Tom RiniKconfig: Remove CONFIG_CLOCKS_IN_MHZ
next