public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-08-19 12:29:51 to 2020-08-20 10:52:58 UTC [more...]

[PATCH v3 00/11] Add MTK AHCI driver, BPI-R64 dts and USB-Nodes for mt7622>
 2020-08-20 10:52 UTC  (13+ messages)
` [PATCH v3 01/11] arm: dts: mt7622: add SATA reset constants
` [PATCH v3 02/11] phy: mtk-tphy: add PHY_TYPE_SATA
` [PATCH v3 03/11] phy: mtk-tphy: make shared reg optional for v1
` [PATCH v3 04/11] reset: add basic reset controller for pciesys
  ` Aw: "
` [PATCH v3 05/11] ahci: mediatek: add ahci driver
` [PATCH v3 06/11] clk: mt7622: add needed clocks for ssusb-node
` [PATCH v3 07/11] arm: dts: add watchdog-reboot node for mt7622
` [PATCH v3 08/11] arm: dts: add dts for Bananapi-R64
` [PATCH v3 09/11] arm: dts: mt7622: add sata- and asm_sel nodes
` [PATCH v3 10/11] arm: dts: mt7622: add USB nodes
` [PATCH v3 11/11] arm: dts: mt7623: "

[PATCH v2 0/8] mips/usb: Add Octeon xHCI USB support
 2020-08-20 10:24 UTC  (15+ messages)
` [PATCH v2 1/8] usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()
` [PATCH v2 2/8] usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses
` [PATCH v2 3/8] usb: xhci: octeon: Add DWC3 glue layer for Octeon
` [PATCH v2 4/8] mips: octeon: cpu.c: Add table for selective swapping
` [PATCH v2 5/8] mips: octeon: Add mangle-port.h
` [PATCH v2 6/8] mips: octeon: cache.c: Flush all pending writes in flush_dcache_range()
` [PATCH v2 7/8] mips: octeon: Add USB DT nodes
` [PATCH v2 8/8] mips: octeon: octeon_ebb7304_defconfig: Enable USB support

[PATCH v2 0/7] riscv: Clean up timer drivers
 2020-08-20 10:23 UTC  (15+ messages)
` [PATCH v2 1/7] riscv: Rework riscv timer driver to only support S-mode
` [PATCH v2 2/7] riscv: Rework Andes PLMT as a UCLASS_TIMER driver
` [PATCH v2 3/7] riscv: Clean up initialization in Andes PLIC
` [PATCH v2 4/7] riscv: Rework Sifive CLINT as UCLASS_TIMER driver
` [PATCH v2 6/7] riscv: Update Kendryte device tree for new CLINT driver

[PATCH v2 01/15] x86: Introduce USE_EARLY_BOARD_INIT option
 2020-08-20 10:02 UTC  (15+ messages)
` [PATCH v2 02/15] x86: advantech: som-db5800-som-6867: Remove dead code
` [PATCH v2 03/15] x86: congatec: conga-qeval20-qa3-e3845: "
` [PATCH v2 04/15] x86: coreboot: "
` [PATCH v2 05/15] x86: dfi: dfi-bt700: "
` [PATCH v2 06/15] x86: efi: efi-x86_payload: "
` [PATCH v2 07/15] x86: intel: bayleybay: "
` [PATCH v2 08/15] x86: intel: cherryhill: "
` [PATCH v2 09/15] x86: intel: cougarcanyon2: "
` [PATCH v2 10/15] x86: intel: crownbay: "
` [PATCH v2 11/15] x86: intel: edison: "
` [PATCH v2 12/15] x86: intel: galileo: "
` [PATCH v2 13/15] x86: intel: minnowmax: "
` [PATCH v2 14/15] x86: intel: slimbootloader: "
` [PATCH v2 15/15] x86: qemu: "

[PATCH 0/5] Follow up to "Add new board: Xen guest for ARM64" series
 2020-08-20  9:52 UTC  (10+ messages)
` [PATCH 1/5] board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_early_init_f function
` [PATCH 2/5] MAINTAINERS: Add maintainers to XEN section
` [PATCH 3/5] board: xen: Remove CONFIG_CMD_RUN define as it is set on by default in Kconfig
` [PATCH 4/5] board: xen: Remove unnecessary CONFIG_INITRD_TAG and CONFIG_CMDLINE_TAG
` [PATCH 5/5] xen: Code style conformity

[PATCH v1 01/15] x86: Introduce USE_EARLY_BOARD_INIT option
 2020-08-20  9:49 UTC  (2+ messages)

[PATCH v2 0/9] mips: Add Octeon DDR4 init code
 2020-08-20  9:46 UTC  (16+ messages)
` [PATCH v2 2/9] mips: octeon: Add octeon-model.h header
` [PATCH v2 3/9] mips: octeon Add cvmx/cvmx-lmcx-defs.h header
` [PATCH v2 4/9] mips: octeon: Add octeon_ddr.h header
` [PATCH v2 5/9] ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)
` [PATCH v2 6/9] ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)
` [PATCH v2 7/9] ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)

[PATCH 1/2] rockchip: rk3188: Fix the code support for SPL_LED
 2020-08-20  9:35 UTC  (2+ messages)
` [PATCH 2/2] rockchip: firefly-rk3288: "

[PATCH v7 00/10] Remove CONFIG_NR_DRAM_BANKS option and bi_memstart/memsize from bd_info
 2020-08-20  9:29 UTC  (14+ messages)
` [PATCH v7 01/10] CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
` [PATCH v7 02/10] image: Use gd->ram_base/_size in env_get_bootm_size()
` [PATCH v7 03/10] board_f: Add default values for bi_dram[] in dram_init_banksize()
` [PATCH v7 04/10] global: Move from bi_memstart/memsize -> gd->ram_base/ram_size
` [PATCH v7 05/10] xtensa: Remove arch_setup_bdinfo()
` [PATCH v7 06/10] xtensa: Remove local no-op dram_init_banksize()
` [PATCH v7 07/10] video: cfb_console.c: Use bi_dram[] values on all platforms
` [PATCH v7 08/10] powerpc: Remove bi_memstart & bi_memsize assignments in spl.c
` [PATCH v7 09/10] cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize values
` [PATCH v7 10/10] asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_info

[PATCH 1/2] arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot
 2020-08-20  8:51 UTC  (9+ messages)
` [PATCH 2/2] arm: mvebu: Espressobin: Setup MTD partitions when booting kernel
  ` [EXT] "
` [EXT] [PATCH 1/2] arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot

[PATCH v5 00/11] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-08-20  8:47 UTC  (6+ messages)
` [PATCH v5 11/11] "

[PATCH v3] board: armltd: Add support for Total Compute platform
 2020-08-20  8:45 UTC  (3+ messages)

Revert "ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-08-20  8:35 UTC  (9+ messages)

[PULL][PATCH 0/9] Raspberry pi improvements qemu/usb/ethernet
 2020-08-20  8:26 UTC  (3+ messages)
` [PATCH 5/9] xhci-ring.c: Add the poll_pend state to properly abort transactions

[PATCH 1/2] arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT
 2020-08-20  8:06 UTC  (14+ messages)
` [PATCH 2/2] arm64: a37xx: pci: Assert PERST# signal when unloading driver
  ` [EXT] "
` [EXT] [PATCH 1/2] arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT

[PATCH] clk: versal: Move pm_query_id out of clock driver
 2020-08-20  8:04 UTC  (2+ messages)

[PATCH] mmc: sdhci: Use upper/lower_32_bits macros
 2020-08-20  8:04 UTC  (2+ messages)

[PATCH] mmc: sdhci: Enable high speed conditional on the correspnding bit
 2020-08-20  8:03 UTC  (4+ messages)

[PATCH 0/4] xilinx: common: Fix fdt/initrd_high and bootm_* variables
 2020-08-20  7:58 UTC  (2+ messages)

[PATCH] xilinx: Change logic around zynq_board_read_rom_ethaddr()
 2020-08-20  7:57 UTC  (2+ messages)

[PATCH] xilinx: Add support for ENV_VARS_UBOOT_RUNTIME_CONFIG
 2020-08-20  7:57 UTC  (2+ messages)

[PATCH] xilinx: versal: Enable i2c misc eeprom driver
 2020-08-20  7:56 UTC  (2+ messages)

[PATCH 0/8] xilinx: zynqmp: Silicon name cleanup
 2020-08-20  7:55 UTC  (2+ messages)

[PATCH] mmc: zynq: Fix default value for xlnx,mio-bank
 2020-08-20  7:53 UTC  (2+ messages)

[PATCH] xilinx: Fix xlnx,mio_bank property
 2020-08-20  7:53 UTC  (2+ messages)

[PATCH v3] i2c: eeprom: Use reg property instead of offset and size
 2020-08-20  7:52 UTC  (2+ messages)

[PATCH] xilinx: Enable preboot feature for ZynqMP and Versal
 2020-08-20  7:48 UTC  (2+ messages)

[PATCH] xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
 2020-08-20  7:48 UTC  (2+ messages)

[PATCH 1/2] riscv: fu540: Use correct API to get L2 cache controller base address
 2020-08-20  7:34 UTC  (4+ messages)
` [PATCH 2/2] ram: sifive: Fix compiler warnings for 32-bit

[PATCH] board: phytec: imx8mm: Add PHYTEC phyCORE-i.MX8MM support
 2020-08-20  6:55 UTC 

[PATCH v1 00/10] mips: octeon: Add bootoctlinux command for Octeon Linux kernel booting
 2020-08-20  5:22 UTC  (11+ messages)
` [PATCH v1 01/10] mips: octeon: octeon-model.h: Enable inclusion from assembler files
` [PATCH v1 02/10] mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux booting
` [PATCH v1 03/10] mips: octeon: Add header cvmx-regs.h
` [PATCH v1 04/10] mips: octeon: Add header octeon-feature.h
` [PATCH v1 05/10] mips: octeon: Add header cvmx-fuse.h
` [PATCH v1 06/10] mips: octeon: Add header cvmx-bootinfo.h
` [PATCH v1 07/10] mips: octeon: Add coremask support
` [PATCH v1 08/10] mips: octeon: Add bootmem support
` [PATCH v1 09/10] mips: octeon: Add bootoctlinux command
` [PATCH v1 10/10] mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LEN

[PATCH 0/2] arm: mvebu: Espressobin: Add support for SD card
 2020-08-20  4:58 UTC  (7+ messages)
` [PATCH 1/2] mmc: xenon: set signal voltage and max base clock
  ` [EXT] "
` [PATCH 2/2] arm: dts: a37x0: enable sd card support on espressobin
  ` [EXT] "

[PATCH] arm: dts: fix ast2500-evb inclusion for correct target
 2020-08-20  2:06 UTC  (3+ messages)

[PATCH v2 00/11] Add MTK AHCI driver, BPI-R64 dts and USB-Nodes for mt7622/mt7623
 2020-08-20  1:24 UTC  (5+ messages)
` [PATCH v2 09/11] arm: dts: mt7622: add sata- and asm_sel nodes
    ` Aw: "

[PATCH v3 1/1] cmd: provide command sbi
 2020-08-20  0:57 UTC  (3+ messages)

[v3, 00/11] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
 2020-08-19 23:31 UTC  (3+ messages)

[PATCH 0/3] MCU R5F branch-only boot on J7200 SoCs
 2020-08-19 22:45 UTC  (3+ messages)
` [PATCH 2/3] arm: dts: k3-j7200-r5: Add fs_loader node

[PATCH] arm: imx6q_logic: Enable I2C PMIC
 2020-08-19 19:52 UTC  (4+ messages)

[PATCH 1/5] IPQ40xx: Add SMEM support
 2020-08-19 19:34 UTC  (4+ messages)
` [PATCH 4/5] usb: xhci: Add Qualcomm DWC3 xHCI driver

[PATCH] ARM: imx6q_logic: Fix broken booting by moving fdt_addr_r address
 2020-08-19 19:11 UTC 

[PATCH 0/1] fs/squashfs: Fix Coverity Scan defects
 2020-08-19 16:28 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v1 0/8] mips/usb: Add Octeon xHCI USB support
 2020-08-19 13:56 UTC  (10+ messages)
` [PATCH v1 2/8] usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses on Octeon
` [PATCH v1 5/8] mips: octeon: Add mangle-port.h
` [PATCH v1 8/8] mips: octeon: octeon_ebb7304_defconfig: Enable USB support

[PATCH] armv8: MMU: Mark code memory Executable, any other Non-Executable
 2020-08-19 13:35 UTC  (7+ messages)
` [PATCHv2] "

[PATCH 0/9] Incorrect Kconfig dependencies
 2020-08-19 13:21 UTC  (14+ messages)
` [PATCH 3/9] cmd: Kconfig: Change dependency for CMD_ADC
` [PATCH 4/9] nand: Kconfig: Change dependency for NAND_ARASAN
` [PATCH 5/9] cmd: Kconfig: Change dependency of CMD_USB_SDP
` [PATCH 8/9] cmd: Kconfig: Fix dependencies for CMD_USB_MASS_STORAGE

[PATCH 00/16] common: Drop remaining includes in common.h
 2020-08-19 13:09 UTC  (18+ messages)
` [RFCv2] "
  ` [RFCv2 01/16] common: Drop asm/global_data.h from common header
  ` [RFCv2 02/16] common: Drop display_options.h "
  ` [RFCv2 03/16] common: Drop linux/printk.h "
  ` [RFCv2 04/16] Fix code style for time functions
  ` [RFCv2 05/16] common: Drop time.h from common header
  ` [RFCv2 06/16] common: Drop linux/string.h "
  ` [RFCv2 07/16] common: Drop asm/u-boot.h "
  ` [RFCv2 08/16] common: Drop stdio.h "
  ` [RFCv2 09/16] common: Drop stdarg.h "
  ` [RFCv2 10/16] common: Drop vsprintf.h "
  ` [RFCv2 11/16] common: Drop errno.h "
  ` [RFCv2 12/16] common: Drop linux/kernel.h "
  ` [RFCv2 13/16] common: Drop linux/types.h "
  ` [RFCv2 14/16] common: Move the build-system includes to a separate file
  ` [RFCv2 15/16] common: Add a comment about the current state of common.h
  ` [RFCv2 16/16] Makefile: Drop linux/kconfig.h from config.h


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox