public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-11-04 07:28:32 to 2020-11-05 09:09:44 UTC [more...]

[PATCH 00/18] Minor board_f/board_r cleanups
 2020-11-05  9:09 UTC  (8+ messages)
` [PATCH 01/18] common: board_f: Drop initf_console_record wrapper
` [PATCH 02/18] common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm
` [PATCH 03/18] common: board_f: Move setup_machine code to setup_bdinfo
` [PATCH 04/18] common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt
` [PATCH 05/18] common: board_r: Drop initr_console_record wrapper
` [PATCH 06/18] common: board_r: Drop initr_secondary_cpu wrapper
` [PATCH 07/18] common: board_r: Drop initr_post_backlog wrapper

[PATCH] riscv: Fix ax25-ae350 and qemu-riscv Kconfig dependency
 2020-11-05  8:55 UTC  (3+ messages)

[PATCH v3 00/30] x86: Allow Coral to boot into Chrome OS
 2020-11-05  8:43 UTC  (33+ messages)
` [PATCH v3 01/30] Add an assembly guard around linux/bitops.h
` [PATCH v3 02/30] x86: apl: Add core init for the SoC
` [PATCH v3 03/30] x86: Add a layout for Chrome OS verified boot
` [PATCH v3 04/30] x86: Add support for private files
` [PATCH v3 05/30] x86: Allow writing tables to fail
` [PATCH v3 06/30] x86: acpi: Store the ACPI context in global_data
` [PATCH v3 07/30] x86: Don't bother clearing global NVS
` [PATCH v3 08/30] x86: coral: Drop the duplicate PCIe settings
` [PATCH v3 09/30] x86: Add SMBIOS info for Coral
` [PATCH v3 10/30] x86: coral: Correct max98357 file
` [PATCH v3 11/30] x86: Use if instead of #ifdef in write_tables()
` [PATCH v3 12/30] x86: Allow putting some tables in the bloblist
` [PATCH v3 13/30] x86: nhlt: Correct output of bytes and 16-bit data
` [PATCH v3 14/30] x86: nhlt: Fix a few bugs in the table generation
` [PATCH v3 15/30] x86: Show the interrupt pointer with 'irqinfo'
` [PATCH v3 16/30] x86: sound: Correct error handling
` [PATCH v3 17/30] acpi: Correct reset handling in acpi_device_add_power_res()
` [PATCH v3 18/30] x86: acpi: Allow the SSDT to be empty
` [PATCH v3 19/30] x86: acpi: Put the generated code first in DSDT
` [PATCH v3 20/30] acpi: Don't reset the tables with every new generation
` [PATCH v3 21/30] x86: Define the Chrome OS GNVS region
` [PATCH v3 22/30] x86: Use CONFIG_CHROMEOS_VBOOT for verified boot
` [PATCH v3 23/30] x86: Set up Chrome OS to boot into developer mode
` [PATCH v3 24/30] x86: Boot coral into Chrome OS by default
` [PATCH v3 25/30] x86: fsp: Convert fsp_dram to use log_debug()
` [PATCH v3 26/30] x86: Silence some logging statements
` [PATCH v3 27/30] x86: acpi: Include the TPMv1 table only if needed
` [PATCH v3 28/30] x86: acpi: Don't show the UART address by default
` [PATCH v3 29/30] x86: pinctrl: Silence the warning when a pin is not found
` [PATCH v3 30/30] x86: fsp: Adjust calculations for MTRR range and DRAM top

[PATCH 1/2] ls1043a: Fix address for secure boot headers
 2020-11-05  8:38 UTC  (2+ messages)
` [PATCH 2/2] lx2160a: "

[v2] net: pfe_eth: read PFE ESBC header flash with spi_flash_read API
 2020-11-05  8:12 UTC 

[PATCH v2 0/2] riscv: enable SATA disk on QEMU RISC-V
 2020-11-05  8:05 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: sort SPECIFIC_OPTIONS
` [PATCH v2 2/2] riscv: enable SATA disk on QEMU RISC-V

[PATCH 1/1] doc: qemu-riscv: describe attaching a disk image
 2020-11-05  8:05 UTC  (2+ messages)

[PATCH v2] mmc: fsl_esdhc_imx: add wait_dat0() support
 2020-11-05  7:53 UTC  (2+ messages)

[PATCH 1/1] riscv: enable SATA disk on qemu-riscv64_defconfig
 2020-11-05  7:52 UTC  (7+ messages)
        ` board/emulation/qemu-riscv/Kconfig: missing CONFIG_RAM?

[PATCH 0/3] add "call" command
 2020-11-05  7:25 UTC  (3+ messages)
` [PATCH v2 0/3] allow positional arguments with "run"

[PATCH v3 0/3] Various minor patches
 2020-11-05  6:58 UTC  (7+ messages)
` [PATCH v3 1/3] x86: zimage: Add a little more logging
` [PATCH v3 2/3] x86: zimage: Sanity-check the kernel version before printing it
` [PATCH v3 3/3] x86: zimage: Quieten down the zimage boot process

[PATCH 1/2] tpm: Make response length of tpm2_get_capability() configurable
 2020-11-05  6:53 UTC  (19+ messages)
` [PATCH 2/2] efi: Add basic EFI_TCG2_PROTOCOL support

[PATCH v5 00/13] x86: Updates to SMBIOS
 2020-11-05  6:49 UTC  (21+ messages)
` [PATCH v5 01/13] board: Rename uclass to sysinfo
` [PATCH v5 02/13] doc: Add a binding for sysinfo
` [PATCH v5 03/13] x86: Pass an ofnode into each SMBIOS function
` [PATCH v5 04/13] smbios: Allow properties to come from the device tree
` [PATCH v5 05/13] smbios: Add more properties
` [PATCH v5 06/13] smbios: Add documentation and devicetree binding
` [PATCH v5 07/13] sysinfo: Provide a default driver to set SMBIOS values
` [PATCH v5 08/13] rockchip: Use devicetree for SMBIOS settings
` [PATCH v5 09/13] imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULX
` [PATCH v5 10/13] odroid-c2: Use devicetree for SMBIOS settings
` [PATCH v5 11/13] arm64: mvebu: Use devicetree for SMBIOS settings on uDPU
` [PATCH v5 12/13] x86: galileo: Use devicetree for SMBIOS settings
` [PATCH v5 13/13] smbios: Drop the unused Kconfig options

[PATCH v4 0/3] Add support for LX2162AQDS board
 2020-11-05  6:35 UTC  (3+ messages)
` [PATCH v4 3/3] armv8: lx2162aqds: Add support for LX2162AQDS platform

[PATCH v3 1/2] smbios: add parsing API
 2020-11-05  6:32 UTC  (4+ messages)
` [PATCH v3 2/2] coreboot: make use of smbios parser

[PATCH 1/1] test: test/lib/test_print.c depends on CONSOLE_RECORD
 2020-11-05  0:29 UTC 

[PATCH 1/1] cmd: CMD_CPU depends on CPU
 2020-11-04 23:29 UTC 

[PATCH] dfu: add DFU_SKIP layout concept
 2020-11-04 23:19 UTC  (3+ messages)

[PATCH v4 1/1] cmd: gpt: add eMMC and GPT support
 2020-11-04 23:18 UTC  (2+ messages)

U-Boot 2020.07 seems confused by valid GPT partition tables
 2020-11-04 23:08 UTC  (2+ messages)

[PATCH] arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig
 2020-11-04 22:53 UTC  (5+ messages)

[PATCH] mmc: fsl_esdhc_imx: add wait_dat0() support
 2020-11-04 22:41 UTC  (5+ messages)

[PATCH v2 00/21] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2020-11-04 22:33 UTC  (5+ messages)
  ` [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

[PATCH 00/25] binman: Support compression of sections
 2020-11-04 21:50 UTC  (13+ messages)
` [PATCH 10/25] binman: Move section-building code into a function
` [PATCH 16/25] binman: Avoid reporting image-pos with compression

[PATCH 1/1] efi_selftest: add tool to download dtb
 2020-11-04 21:33 UTC 

stm32mp: The purpose of "!tee_find_device()"
 2020-11-04 21:28 UTC  (7+ messages)

[PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support
 2020-11-04 19:55 UTC  (7+ messages)

[RESEND PATCH 0/3] pinctrl: renesas: trivial fixes and enhancements
 2020-11-04 19:22 UTC  (6+ messages)
` [RESEND PATCH 1/3] pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrl
` [RESEND PATCH 2/3] pinctrl: renesas: Make sure the pin type is updated after setting the MUX
` [RESEND PATCH 3/3] pinctrl: renesas: Implement get_pin_muxing() callback

[PATCH] net: e1000: implement eth_write_hwaddr for DM_ETH
 2020-11-04 16:26 UTC 

[PATCH v4 00/13] x86: Updates to SMBIOS
 2020-11-04 16:20 UTC  (4+ messages)
` [PATCH v4 05/13] smbios: Add more properties

[PATCH v2 00/30] x86: Allow Coral to boot into Chrome OS
 2020-11-04 16:20 UTC  (4+ messages)
` [PATCH v2 03/30] x86: Add a layout for Chrome OS verified boot

[PATCH 0/9] GE Board cleanups
 2020-11-04 16:18 UTC  (10+ messages)
` [PATCH 1/9] board: ge: bx50v3: Update MAINTAINERS
` [PATCH 2/9] board: ge: ppd: "
` [PATCH 3/9] board: ge: b1x5v2: Add MAINTAINERS
` [PATCH 4/9] board: ge: common: vpd: fix name
` [PATCH 5/9] board: ge: bx50v3: correct CONFIG_CMD_NFS
` [PATCH 6/9] board: ge: bx50v3: drop unused pinmux defines
` [PATCH 7/9] board: ge: bx50v3: reduce magic numbers
` [PATCH 8/9] board: ge: reduce VPD EEPROM partition size
` [PATCH 9/9] board: ge: bx50v3: check b850v3 power management watchdog

[PATCH v3 0/2] imx: support for conga-QMX8 board
 2020-11-04 15:44 UTC  (2+ messages)

[PATCH v1] imx: support i.MX8QM DMSSE20 a1 board
 2020-11-04 15:21 UTC  (3+ messages)

[PATCH 0/6] microblaze: Cleanup series
 2020-11-04 15:18 UTC  (7+ messages)
` [PATCH 1/6] microblaze: Clean config file from ifdef mess
` [PATCH 2/6] microblaze: Simplify cache handling
` [PATCH 3/6] microblaze: Get rid of xparameters.h
` [PATCH 4/6] microblaze: Remove CONFIG_SYS_FDT_SIZE
` [PATCH 5/6] microblaze: Get rid of setting for SPL_NOR/XIP support
` [PATCH 6/6] microblaze: Detect NOR flash based on DT

[PATCH] Makefile: Do not call useless command 'true'
 2020-11-04 14:33 UTC 

[PATCH 00/20] dm: Enhance of-platdata to support parent devices
 2020-11-04 14:33 UTC  (5+ messages)
` [PATCH 15/20] dm: core: Convert #ifdef to if() in root.c

RPi3: serial console
 2020-11-04 14:05 UTC  (6+ messages)

[PATCH] net: ks8851: Implement EEPROM MAC address readout
 2020-11-04 13:59 UTC  (4+ messages)

[PATCH] microblaze: Enable GCC garbage collector for full U-Boot
 2020-11-04 13:55 UTC 

[PATCH] net: eth-uclass: avoid running start() twice without stop()
 2020-11-04 13:45 UTC 

[PATCH 0/2] board: freescale: cover all RGMII modes on DPAA 1 boards
 2020-11-04 13:09 UTC  (3+ messages)
` [PATCH 1/2] armv8: ls1043/ls1046aqds: add support for all RGMII modes
` [PATCH 2/2] board: freescale: powerpc: "

[PATCH v7 00/17] efi_loader: add capsule update support
 2020-11-04 12:57 UTC  (4+ messages)

[PATCH] net: pfe_eth: fix crash with secure boot on LS1012A
 2020-11-04 12:44 UTC 

[PATCH v1] imx: imx8qm_rom7720_a1: add missing DTS to the MAINTAINERS
 2020-11-04 11:02 UTC 

[PATCH v3 0/4] Add Renesas SoC identification driver support
 2020-11-04 10:56 UTC  (5+ messages)
` [PATCH v3 1/4] dm: core: Add of_match_node helper function
` [PATCH v3 2/4] soc: Fix comments from SOC to SoC
` [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching
` [PATCH v3 4/4] dm: soc: SoC identification driver for Renesas SoC's

[PATCH v2 0/7] Microchip PolarFire SoC support
 2020-11-04 10:27 UTC  (6+ messages)
` [PATCH v2 7/7] doc: board: Add Microchip MPFS Icicle Kit doc

[PATCH] Makefile: Fix calling make with V=1
 2020-11-04  9:34 UTC 

[PATCH] Makefile: Fix u-boot-nodtb.bin target
 2020-11-04  9:32 UTC  (6+ messages)

[PATCH 1/2] pinctrl: stmfx: update pincontrol and gpio device name
 2020-11-04  8:36 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: stmfx: update pin name

[PATCH] ARM: dts: stm32: Add DHCOM based PicoITX board
 2020-11-04  8:27 UTC  (2+ messages)

[PATCH] arm: stm32mp: correct the ALIGN macro usage
 2020-11-04  8:22 UTC 

[PATCH v3 0/7] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2020-11-04  8:10 UTC  (8+ messages)
` [PATCH v3 1/7] mtd: spi-nor: Add Cypress manufacturer ID
` [PATCH v3 2/7] mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t
` [PATCH v3 3/7] mtd: spi-nor: Add support for volatile QE bit
` [PATCH v3 4/7] mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
` [PATCH v3 5/7] mtd: spi-nor-core: Add overlaid sector erase feature
` [PATCH v3 6/7] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t
` [PATCH v3 7/7] mtd: spi-nor-tiny: "

[PATCH v2 0/3] Add Renesas SoC identification driver support
 2020-11-04  7:59 UTC  (7+ messages)
` [PATCH v2 1/3] dm: core: Add of_match_node helper function
` [PATCH v2 2/3] dm: soc: Add SoC id for attribute matching


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