public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-06-12 12:41:21 to 2020-06-14 02:55:22 UTC [more...]

[PATCH v3 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-06-14  2:55 UTC  (35+ messages)
` [PATCH v3 01/35] dm: core: Add an ACPI name for the root node
` [PATCH v3 02/35] acpi: Add a function to get a device path and scope
` [PATCH v3 03/35] acpi: Add a way to check device status
` [PATCH v3 04/35] irq: Add a method to convert an interrupt to ACPI
` [PATCH v3 05/35] acpi: Support generation of ACPI code
` [PATCH v3 06/35] acpi: Support generation of interrupt descriptor
` [PATCH v3 07/35] gpio: Add a method to convert a GPIO to ACPI
` [PATCH v3 08/35] acpi: Support string output
` [PATCH v3 09/35] acpi: Support generation of GPIO descriptor
` [PATCH v3 10/35] acpi: Support generation of a GPIO/irq for a device
` [PATCH v3 11/35] acpi: Support generation of I2C descriptor
` [PATCH v3 12/35] acpi: Support generation of SPI descriptor
` [PATCH v3 13/35] acpigen: Support writing a length
` [PATCH v3 14/35] acpigen: Support writing a package
` [PATCH v3 15/35] acpi: Support writing an integer
` [PATCH v3 16/35] acpi: Support writing a string
` [PATCH v3 17/35] acpi: Support writing a name
` [PATCH v3 18/35] acpi: Support writing a UUID
` [PATCH v3 19/35] acpi: Support writing Device Properties objects via _DSD
` [PATCH v3 20/35] acpi: Support writing a GPIO
` [PATCH v3 21/35] acpi: Support copying properties from device tree to ACPI
` [PATCH v3 22/35] acpi: Add support for various misc ACPI opcodes
` [PATCH v3 23/35] acpi: Add support for writing a Power Resource
` [PATCH v3 24/35] acpi: Add support for writing a GPIO power sequence
` [PATCH v3 25/35] acpi: Add support for a generic "
` [PATCH v3 26/35] acpi: Add support for SSDT generation
` [PATCH v3 27/35] x86: acpi: Move MADT down a bit
` [PATCH v3 28/35] acpi: Record the items added to SSDT
` [PATCH v3 29/35] acpi: Support ordering SSDT data by device
` [PATCH v3 30/35] x86: Allow devices to write an SSDT
` [PATCH v3 31/35] acpi: Add support for DSDT generation
` [PATCH v3 32/35] x86: Allow devices to write to DSDT
` [PATCH v3 33/35] pci: Avoid a crash in device_is_on_pci_bus()
` [PATCH v3 34/35] dm: acpi: Enhance acpi_get_name()

[PATCH 00/10] improve OF_PLATDATA support
 2020-06-14  2:49 UTC  (14+ messages)
` [PATCH 01/10] dtoc: add support to scan drivers
` [PATCH 09/10] dtoc: update dtb_platdata to support cd-gpios

[PATCH v2 00/23] spi: dm-conversion (part1)
 2020-06-13 23:23 UTC  (43+ messages)
` [PATCH v2 03/23] am335x: baltos: Enable DM_SPI
` [PATCH v2 04/23] am335x: igep003x: "
` [PATCH v2 05/23] siemens: draco: Enable DM_SPI, DM_SPI_FLASH
` [PATCH v2 06/23] siemens: pxm2: "
` [PATCH v2 07/23] siemens: rut: "
` [PATCH v2 08/23] compulab: Drop cm_t54
` [PATCH v2 09/23] compulab: Drop cm_t35
` [PATCH v2 10/23] overo: Drop omap3 overo
` [PATCH v2 12/23] logicpd: Drop omap3 zoom1
` [PATCH v2 13/23] quipos: Drop omap3 cairo
` [PATCH v2 14/23] gumstix: Drop duovero
` [PATCH v2 15/23] ti: Drop panda board
` [PATCH v2 16/23] ti: Drop sdp4430 board
` [PATCH v2 17/23] ti: Drop omap5 uevm
` [PATCH v2 18/23] birdland: Drop bav335x
` [PATCH v2 19/23] gumstix: Drop pepper
` [PATCH v2 21/23] silica: Drop pengwyn

[PATCH v2 0/5] Fixes for running U-boot under QEMU/KVM
 2020-06-13 21:45 UTC  (3+ messages)
` [PATCH v2 5/5] arm: qemu: override flash accessors to use virtualizable instructions

[PATCH v3 0/3] Add support for booting into userspace fastboot
 2020-06-13 20:00 UTC  (3+ messages)
` [PATCH v3 3/3] fastboot: Add default fastboot_set_reboot_flag implementation

[PATCH] musb-new: Use predefined configuration data for SUN50I_H6
 2020-06-13 19:33 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: add seeed studio odyssey-stm32mp157c board
 2020-06-13 18:58 UTC 

[PATCH 00/16] spi: dm-conversion (part3)
 2020-06-13 15:41 UTC  (18+ messages)
` [PATCH 01/16] cl-som-imx7: Switch to DM_SPI/DM_SPI_FLASH
` [PATCH 02/16] cm_fx6: Switch to full DM-aware
` [PATCH 03/16] dh_imx6: "
` [PATCH 04/16] arm: Remove mx51evk board
` [PATCH 05/16] arm: Remove ts4800 board
` [PATCH 06/16] arm: Remove tqma6s_wru4_mmc_defconfig
` [PATCH 07/16] arm: Remove pfla02 board
` [PATCH 08/16] arm: Remove pcm058 board
` [PATCH 09/16] arm: Remove riotboard board
` [PATCH 10/16] arm: Remove zc5202/zc5601 board
` [PATCH 11/16] arm: Remove cgtqmx6eval board
` [PATCH 12/16] arm: Remove ot1200 board
` [PATCH 13/16] arm: Remove dms-ba16 board
` [PATCH 14/16] arm: Remove configs/mx35pdk_defconfig board
` [PATCH 15/16] arm: Remove flea3_defconfig board
` [PATCH 16/16] arm: Remove mx31pdk_defconfig board

[PATCHv3 00/36] spi: fsl-espi: Convert eSPI driver to DM
 2020-06-13 12:31 UTC  (4+ messages)
` [PATCHv3 01/36] dm: spi: Convert Freescale ESPI driver to driver model

[PATCH v2 00/10] spi: dm-conversion (part2)
 2020-06-13 12:21 UTC  (11+ messages)
` [PATCH v2 01/10] powerpc: Remove configs/B4420QDS_NAND_defconfig board
` [PATCH v2 02/10] powerpc: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig board
` [PATCH v2 03/10] powerpc: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig board
` [PATCH v2 04/10] powerpc: Remove configs/C29XPCIE_NAND_defconfig board
` [PATCH v2 05/10] powerpc: Remove configs/MPC8536DS_36BIT_defconfig board
` [PATCH v2 06/10] powerpc: Remove P1022DS_36BIT_NAND_defconfig board
` [PATCH v2 07/10] powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig board
` [PATCH v2 08/10] powerpc: Remove T1040QDS_DDR4_defconfig board
` [PATCH v2 09/10] powerpc: Remove T4160QDS_NAND_defconfig board
` [PATCH v2 10/10] powerpc: Remove TWR-P1025_defconfig board

[PATCH 1/1] doc: random number generation
 2020-06-13 10:53 UTC 

Please pull u-boot-dm/next
 2020-06-13  3:17 UTC 

[PATCH 0/6] patman: Fixes to allow patman to work with Zephyr OS
 2020-06-13  3:11 UTC  (13+ messages)
` [PATCH 1/6] patman: Fix 'warning' typo
` [PATCH 2/6] patman: Support emacs mode with checkpatch
` [PATCH 3/6] patman: Don't try to process checkpatch lines twice
` [PATCH 4/6] patman: Handle checkpatch output with notes and code
` [PATCH 5/6] patman: Support warnings in the patch subject
` [PATCH 6/6] patman: Complain if a checkpatch line is not understood

[PATCH] buildman: Remove _of_#_ from results directory paths
 2020-06-13  3:11 UTC  (3+ messages)

[PATCH 1/1] doc: driver-model: there is no UCLASS_SATA
 2020-06-13  3:11 UTC  (3+ messages)

[PATCH] libfdt: Remove superfluous NUL character from overlay symbols
 2020-06-13  3:11 UTC  (7+ messages)

[PATCH] regmap: Check for out-of-range offsets before mapping them
 2020-06-13  3:11 UTC  (4+ messages)

[PATCH v2] doc: log: correct option name CONFIG_LOG_MAX_LEVEL
 2020-06-13  3:11 UTC  (3+ messages)

[PATCH 1/1] doc: move README.log to HTML documentation
 2020-06-13  3:11 UTC  (3+ messages)

[PATCH 1/1] log: clean up Kconfig
 2020-06-13  3:11 UTC  (3+ messages)

[PATCH 1/1] log: check argument of 'log level' command
 2020-06-13  3:11 UTC  (3+ messages)

[PATCH v7 0/2] dm: uclass: don't assign aliased seq numbers
 2020-06-13  3:11 UTC  (8+ messages)
` [PATCH v7 1/3] usb: provide a device tree node to USB devices
` [PATCH v7 2/3] dm: core: fix dev_read_alias_highest_id() without libfdt
` [PATCH v7 3/3] dm: uclass: don't assign aliased seq numbers

[PATCH v2] doc: driver-model: fix typo in design.rst
 2020-06-13  3:11 UTC  (2+ messages)

[PATCH v2] common: fdt: Remove additional 4k space for fdt allocation
 2020-06-12 23:07 UTC  (5+ messages)

[PATCHv5][ 1/7] board: tbs2910: disable loadb and loads commands
 2020-06-12 21:30 UTC  (16+ messages)
` [PATCHv5][ 2/7] board: tbs2910: disable CONFIG_GZIP
` [PATCHv5][ 3/7] board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig
` [PATCHv5][ 4/7] board: tbs2910_defconfig: Add support for booting general purpose distributions
` [PATCHv5][ 6/7] board: tbs2910: Enable distro_boot support
` [PATCHv5][ 7/7] board: tbs2910: add documentation

[PATCH] net: move random_port() to dns
 2020-06-12 21:17 UTC  (2+ messages)

[PATCH] net: tftp: fix option validation as per RFCs
 2020-06-12 21:17 UTC  (2+ messages)

[PATCH 01/10] net: rtl8139: Factor out device name assignment
 2020-06-12 21:17 UTC  (20+ messages)
` [PATCH 02/10] net: rtl8139: Switch from malloc()+memset() to calloc()
` [PATCH 03/10] net: rtl8139: Use dev->iobase instead of custom ioaddr
` [PATCH 04/10] net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
` [PATCH 05/10] net: rtl8139: Introduce device private data
` [PATCH 06/10] net: rtl8139: Pass private data into rtl8139_eeprom_delay()
` [PATCH 07/10] net: rtl8139: Split out common and non-DM functions
` [PATCH 08/10] net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
` [PATCH 09/10] net: rtl8139: Read HW address from EEPROM only on probe
` [PATCH 10/10] net: rtl8139: Add DM support

[PATCH] net: tftp: fix progress marker for file transfer
 2020-06-12 21:16 UTC  (2+ messages)

[PATCH v4 0/5] TI Ethernet PHY changes
 2020-06-12 21:16 UTC  (11+ messages)
` [PATCH v4 1/5] net: phy: Add missing kernel doc to phy functions
` [PATCH v4 2/5] net: phy: Fix kernel doc issues in phy.h
` [PATCH v4 3/5] net: phy: Add helper routines to set and clear bits
` [PATCH v4 4/5] net: phy: Add support for TI PHY init
` [PATCH v4 5/5] net: phy: Add DP8382x phy registration to "

[PATCH] net: phy: add phyid search in vendor specific space
 2020-06-12 21:15 UTC  (2+ messages)

[PATCH 0/2] net: tegra: Misc network fixes
 2020-06-12 21:15 UTC  (3+ messages)
` [PATCH 1/2] net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot

[PATCH] net: phy: micrel: ksz8061 implement errata 80000688A fix
 2020-06-12 21:15 UTC  (2+ messages)

[PATCH] [RFC] net: smc911x: Drop the standalone EEPROM example
 2020-06-12 21:15 UTC  (2+ messages)

[PATCH] net: Fix error if some network features are disabled
 2020-06-12 21:15 UTC  (2+ messages)

[PATCHv3 00/13] powerpc: covert p1010, p1020 and p2020 RDB board to DM_ETH
 2020-06-12 20:40 UTC  (24+ messages)
` [PATCHv3 01/15] net: fsl_mdio: Change to use virtual address
` [PATCHv3 02/15] net: fsl_mdio: Correct the MII management register block address
` [PATCHv3 03/15] net: tsec: convert to use DM_MDIO when DM_ETH enabled
` [PATCHv3 04/15] net: tsec: Add the compatible string "gianfar" support
` [PATCHv3 05/15] powerpc: mpc8xxx: Don't compile cpu_eth_init() when DM_ETH enabled
` [PATCHv3 06/15] fsl: p1_p2_rdb: Move vsc7835 firmware uploading to board_early_init_r()
` [PATCHv3 07/15] configs: p1_p2_rdb: Add the default address of vsc7385 firmware
` [PATCHv3 08/15] dts: powerpc: p1020rdb: Add eTSEC DT nodes
` [PATCHv3 09/15] powerpc: p1_p2_rdb: Don't compile board_eth_init() when DM_ETH enabled
` [PATCHv3 10/15] configs: P1020RDB: Enable DM_ETH config
` [PATCHv3 11/15] dts: powerpc: p1010rdb: Add eTSEC DT nodes
` [PATCHv3 12/15] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH
` [PATCHv3 13/15] configs: P1010RDB: Enable DM_ETH config
` [PATCHv3 14/15] dts: powerpc: p2020rdb: Add eTSEC DT nodes
` [PATCHv3 15/15] configs: P2020RDB: Enable DM_ETH config

[PATCH] RFC: dtoc: add POC for dtb shrink
 2020-06-12 18:44 UTC 

[PATCH v4 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-06-12 18:42 UTC  (3+ messages)

U-Boot call on Monday?
 2020-06-12 18:34 UTC  (2+ messages)

Gitlab failure
 2020-06-12 18:02 UTC  (5+ messages)

[PATCH v4 0/5] usb: xhci: Load Raspberry Pi 4 VL805's firmware
 2020-06-12 17:08 UTC  (7+ messages)
` [PATCH v4 1/5] arm: rpi: Add function to trigger VL805's firmware load
` [PATCH v4 2/5] reset: Add Raspberry Pi 4 firmware reset controller
` [PATCH v4 3/5] configs: Enable support for reset controllers on RPi4
` [PATCH v4 4/5] dm: pci: Assign controller device node to root bridge
` [PATCH v4 5/5] usb: xhci-pci: Add reset controller support

[PATCH] net: ping: reset stored IP once the command finishes
 2020-06-12 16:04 UTC  (2+ messages)

[PATCH] armv8: layerscape: don't remove crypto node on LS1028A
 2020-06-12 15:41 UTC  (3+ messages)

[Resend PATCHv3 02/15] net: fsl_mdio: Correct the MII management register block address
 2020-06-12 15:30 UTC 

[PATCH] Add support for SHA384 and SHA512
 2020-06-12 15:24 UTC  (2+ messages)

[PATCH v2] tpm2: tis_spi: add linux compatible fallback string
 2020-06-12 15:24 UTC  (2+ messages)

[PATCH 1/2] phy: mv88e61xx: add support for RGMII TX/RX delay
 2020-06-12 15:08 UTC  (2+ messages)

[PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM
 2020-06-12 15:00 UTC  (2+ messages)

[RESEND PATCH v2 00/11] Add dwc_eth_qos support for rockchip
 2020-06-12 14:48 UTC  (3+ messages)
` [RESEND PATCH v2 02/11] net: dwc_eth_qos: Add option "snps, reset-gpio" phy-rst gpio for stm32

U-Boot is broken on real N900 HW
 2020-06-12 13:03 UTC  (11+ messages)
      ` Bisected: mmc cause reboot loops on N900 (Was: Re: U-Boot is broken on real N900 HW)
          ` Bisected: omap_hsmmc 3.3V IO voltage incompatible with N900 (Was: Re: Bisected: mmc cause reboot loops on N900)

[PATCH 0/4] Some reserved memory hardenings
 2020-06-12 12:41 UTC  (2+ messages)
` [PATCH 4/4] cmd: booti: convert the debug print about image move to printf


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