public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-11-25 04:10:42 to 2019-11-26 08:22:37 UTC [more...]

[U-Boot] [PATCH v7 00/19] Add Intel Agilex SoC support
 2019-11-26  8:22 UTC  (9+ messages)
` [U-Boot] [PATCH v7 01/19] arm: socfpga: agilex: Add base address for Intel Agilex SoC
` [U-Boot] [PATCH v7 02/19] arm: socfpga: Move firewall code to firewall file
` [U-Boot] [PATCH v7 03/19] arm: socfpga: Move Stratix10 and Agilex reset manager common code
` [U-Boot] [PATCH v7 04/19] arm: socfpga: agilex: Add reset manager support
` [U-Boot] [PATCH v7 05/19] arm: socfpga: Move Stratix10 and Agilex system manager common code
` [U-Boot] [PATCH v7 06/19] arm: socfpga: agilex: Add system manager support
` [U-Boot] [PATCH v7 07/19] arm: socfpga: Move Stratix10 and Agilex clock manager common code
` [U-Boot] [PATCH v7 08/19] arm: socfpga: Fix CLKMGR_INTOSC_HZ to 400MHz

[U-Boot] [PATCH 1/3] mtd: rawnand: denali-spl: Add missing hardware init
 2019-11-26  8:17 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] mtd: rawnand: denali: Allow operation without clock driver
` [U-Boot] [PATCH 3/3] mtd: rawnand: denali: Do not reset the block on SoCFPGA

[U-Boot] [PATCH v2 0/4] arm64: dts: sun50i: Add support for Orange Pi 3
 2019-11-26  8:16 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] sunxi: board: Use eth_env_set_enetaddr_by_index()
` [U-Boot] [PATCH v2 2/4] arm: sunxi: add a config option to fixup a Bluetooth address
` [U-Boot] [PATCH v2 3/4] arm64: dts: sync Allwinner H6 files
` [U-Boot] [PATCH v2 4/4] arm64: dts: sun50i: Add support for Orange Pi 3

[U-Boot] [PATCH v3 0/6] Raspberry Pi4: add support for DFU over USB
 2019-11-26  8:15 UTC  (7+ messages)
  ` [U-Boot] [PATCH v3 1/6] fat: write: fix broken write to fragmented files
  ` [U-Boot] [PATCH v3 2/6] fat: write: fix broken write at non-zero file offset
  ` [U-Boot] [PATCH v3 3/6] dfu: mmc: rearrange the code
  ` [U-Boot] [PATCH v3 4/6] dfu: mmc: remove file size limit for io operations
  ` [U-Boot] [PATCH v3 5/6] usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support
  ` [U-Boot] [PATCH v3 6/6] config: enable DFU over USB on Raspberry Pi4 boards

[U-Boot] [RFC] Eliminate boards not using CONFIG_DM=y
 2019-11-26  8:11 UTC  (2+ messages)
` [U-Boot] [U-Boot-Board-Maintainers] "

[U-Boot] [PATCH v5 000/101] x86: Add initial support for apollolake
 2019-11-26  8:05 UTC  (67+ messages)
` [U-Boot] [PATCH v5 001/101] binman: Add a library to access binman entries
` [U-Boot] [PATCH v5 002/101] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v5 003/101] dm: core: Fix offset_to_ofnode() with invalid offset
` [U-Boot] [PATCH v5 004/101] dm: pci: Allow delaying auto-config until after relocation
` [U-Boot] [PATCH v5 005/101] dm: pci: Move pci_get_devfn() into a common file
` [U-Boot] [PATCH v5 006/101] net: Move the checksum functions to lib/
` [U-Boot] [PATCH v5 007/101] i2c: designware: Tidy up PCI support
` [U-Boot] [PATCH v5 008/101] i2c: designware: Avoid using static data
` [U-Boot] [PATCH v5 009/101] i2c: designware: Support use in SPL
` [U-Boot] [PATCH v5 010/101] x86: spi: Add helper functions for Intel Fast SPI
` [U-Boot] [PATCH v5 011/101] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v5 012/101] board_r: Move early-timer init later
` [U-Boot] [PATCH v5 013/101] RFC: sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH v5 015/101] x86: timer: use a timer base of 0
` [U-Boot] [PATCH v5 016/101] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v5 017/101] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v5 018/101] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v5 020/101] x86: sandbox: Add a PMC emulator and test
` [U-Boot] [PATCH v5 021/101] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v5 022/101] pci: Add support for p2sb uclass
` [U-Boot] [PATCH v5 023/101] sandbox: Disable mmio by default in tests
` [U-Boot] [PATCH v5 024/101] sandbox: Add PCI driver and test for p2sb
` [U-Boot] [PATCH v5 025/101] x86: Move UCLASS_IRQ into a separate file
` [U-Boot] [PATCH v5 026/101] sandbox: Add a test for IRQ
` [U-Boot] [PATCH v5 029/101] x86: Correct mrccache find_next_mrc_cache() calculation
` [U-Boot] [PATCH v5 030/101] x86: Adjust mrccache_get_region() to use livetree
` [U-Boot] [PATCH v5 031/101] x86: Adjust mrccache_get_region() to support get_mmap()
` [U-Boot] [PATCH v5 036/101] x86: Don't export mrccache_update()
` [U-Boot] [PATCH v5 092/101] x86: apl: Add PCH driver
` [U-Boot] [PATCH v5 093/101] x86: apl: Add PUNIT driver
` [U-Boot] [PATCH v5 094/101] x86: apl: Add SPL loaders
` [U-Boot] [PATCH v5 095/101] x86: apl: Add a CPU driver
` [U-Boot] [PATCH v5 096/101] x86: apl: Add SPL/TPL init
` [U-Boot] [PATCH v5 097/101] x86: apl: Add P2SB driver
` [U-Boot] [PATCH v5 098/101] x86: apl: Add Kconfig and Makefile
` [U-Boot] [PATCH v5 099/101] x86: apl: Add FSP structures
` [U-Boot] [PATCH v5 100/101] x86: apl: Add FSP support
` [U-Boot] [PATCH v5 101/101] x86: Add chromebook_coral

[U-Boot] [PATCH v3 00/16] import x509/pkcs7 parsers from linux
 2019-11-26  7:31 UTC  (8+ messages)
` [U-Boot] [PATCH v3 01/16] linux_compat: move kmemdup() from ubifs.c to linux_compat.c
` [U-Boot] [PATCH v3 05/16] include: kernel.h: include printk.h
` [U-Boot] [PATCH v3 06/16] linux/time.h: include vsprintf.h

[U-Boot] [RFC PATCH] spi: spi-nor: Add dual flash support in spi-nor framework
 2019-11-26  7:09 UTC 

[U-Boot] [PATCH] configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfig
 2019-11-26  6:45 UTC 

[U-Boot] [PATCH v3 01/20] arch: powerpc: add eSDHC node to p1020 dts
 2019-11-26  4:57 UTC  (2+ messages)

[U-Boot] pull request u-boot-mpc85xx
 2019-11-26  4:49 UTC  (3+ messages)

[U-Boot] [PATCH v3] armv8: ls1046afrwy: Add support for LS1046AFRWY Rev B board
 2019-11-26  3:55 UTC  (2+ messages)

[U-Boot] [PATCH v5] armv8: Add workaround for USB erratum A-050106
 2019-11-26  3:40 UTC 

[U-Boot] [PATCH v2 0/5] board: ti: beagleboneai: add initial support
 2019-11-26  3:25 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/5] board: ti: beagleboneai: emmc read changes
` [U-Boot] [PATCH v2 2/5] board: ti: beagleboneai: add initial support
` [U-Boot] [PATCH v2 3/5] board: ti: beagleboneai: IODELAY and pinmux changes
` [U-Boot] [PATCH v2 4/5] board: ti: beagleboneai: add dts file
` [U-Boot] [PATCH v2 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig

[U-Boot] [PATCH v2 0/6] remoteproc: add elf resource table loader
 2019-11-26  3:14 UTC  (14+ messages)
` [U-Boot] [PATCH v2 1/6] remoteproc: elf_loader: Add elf resource table load support
` [U-Boot] [PATCH v2 2/6] stm32mp1: declare backup registers for coprocessor
` [U-Boot] [PATCH v2 3/6] stm32mp1: reset coprocessor status at cold boot
` [U-Boot] [PATCH v2 4/6] remoteproc: stm32: track the coprocessor state in a backup register
` [U-Boot] [PATCH v2 5/6] stm32mp1: remove copro_state environment variable
` [U-Boot] [PATCH v2 6/6] remoteproc: stm32: load resource table from firmware

[U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support
 2019-11-26  2:55 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/16] include: pe.h: add signature-related definitions
` [U-Boot] [PATCH v2 02/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option
` [U-Boot] [PATCH v2 03/16] efi_loader: add signature verification functions
` [U-Boot] [PATCH v2 04/16] efi_loader: add signature database parser
` [U-Boot] [PATCH v2 05/16] efi_loader: variable: support variable authentication
` [U-Boot] [PATCH v2 06/16] efi_loader: variable: add secure boot state transition
` [U-Boot] [PATCH v2 07/16] efi_loader: variable: add VendorKeys variable
` [U-Boot] [PATCH v2 08/16] efi_loader: image_loader: support image authentication
` [U-Boot] [PATCH v2 09/16] efi_loader: set up secure boot
` [U-Boot] [PATCH v2 10/16] cmd: env: use appropriate guid for authenticated UEFI variable
` [U-Boot] [PATCH v2 11/16] cmd: env: add "-at" option to "env set -e" command
` [U-Boot] [PATCH v2 12/16] efi_loader, pytest: set up secure boot environment
` [U-Boot] [PATCH v2 13/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)
` [U-Boot] [PATCH v2 14/16] efi_loader, pytest: add UEFI secure boot tests (image)
` [U-Boot] [PATCH v2 15/16] sandbox: add extra configurations for UEFI and related tests
` [U-Boot] [PATCH v2 16/16] travis: add packages for UEFI secure boot test

[U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode
 2019-11-26  2:52 UTC  (11+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH 1/3] net: gmac_rockchip: Add support for rk3308
 2019-11-26  1:39 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] arm: dts: Add mac node for rk3308 at dtsi level
` [U-Boot] [PATCH 3/3] dts: rk3308: Enable ethernet function supported for Firefly ROC_RK3308_CC

[U-Boot] [PATCH v2] cmd: efidebug: fix a build error in show_efi_boot_opt()
 2019-11-26  1:17 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: efidebug: fix a build error in show_efi_boot_opt()
 2019-11-26  1:10 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] arm: rockchip: rk3308: Initialize the iomux configuration
 2019-11-26  1:06 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] pinctrl: rockchip: Add pinctrl support for rk3308

[U-Boot] [PATCH v3] arm: add acpi support for the arm
 2019-11-26  0:58 UTC  (9+ messages)

[U-Boot] imx8mq-evk boot regression
 2019-11-26  0:47 UTC  (4+ messages)

[U-Boot] Please pull u-boot-video
 2019-11-25 22:22 UTC  (2+ messages)

[U-Boot] [GIT PULL resed] Raspberry Pi updates for v2020.01
 2019-11-25 22:22 UTC  (2+ messages)

[U-Boot] Raspberry Pi Compute Module 1 mini-UART
 2019-11-25 20:47 UTC 

[U-Boot] [PATCH 0/2] Add Broadcom XHCI driver for iproc platforms
 2019-11-25 19:46 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] drivers: usb: host: Add BRCM xHCI driver

[U-Boot] Reboot is broken on RockPro64 with mainline u-boot and ATF
 2019-11-25 17:25 UTC 

[U-Boot] [PATCH 1/4] km/boards: fix typo for MAC address offset config option
 2019-11-25 16:24 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] km/boards: add MAC address offset as argument to ivm_populate_env
` [U-Boot] [PATCH 3/4] arm/km: remove board KMCOGE3UN
` [U-Boot] [PATCH 4/4] boards/km_arm: enable support for Macronix SPI NOR flash

[U-Boot] SPDX header might be wrong in 4 files from Android Open Source Project
 2019-11-25 16:20 UTC  (2+ messages)

[U-Boot] [PATCH] spl: fix entry_point equal to load_addr
 2019-11-25 16:18 UTC 

[U-Boot] [PATCH] drivers: net: fsl_enetc: register internal MDIO bus
 2019-11-25 15:57 UTC 

[U-Boot] [PATCH 2/5] common: add blkcache init
 2019-11-25 15:56 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/6] Introduce DSA Ethernet switch class and Felix driver
 2019-11-25 15:53 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] net: introduce DSA class for Ethernet switches
` [U-Boot] [PATCH v2 2/6] drivers: net: add a DSA sandbox driver
` [U-Boot] [PATCH v2 3/6] test: dm: add a simple unit test for DSA class
` [U-Boot] [PATCH v2 4/6] drivers: net: add Felix DSA switch driver
` [U-Boot] [PATCH v2 5/6] arm: dts: ls1028a: adds Ethernet switch node and its dependencies
` [U-Boot] [PATCH v2 6/6] configs: ls1028a: enable the Ethernet switch driver in defconfig

[U-Boot] [PATCH v5 0/3] Add helper function for linking a DM Eth device to a PHY
 2019-11-25 15:15 UTC  (4+ messages)
` [U-Boot] [PATCH v5 1/3] net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity
` [U-Boot] [PATCH v5 2/3] net: mdio-uclass: add dm_eth_phy_connect helper function
` [U-Boot] [PATCH v5 3/3] drivers: net: fsl_enetc: use the new MDIO DM helper functions

[U-Boot] [PATCH] dm: serial: Handle "stdout-path" with ":options" correctly
 2019-11-25 14:01 UTC  (3+ messages)

[U-Boot] [RESEND PATCH v2] dm: serial: Handle "stdout-path" with ":options" correctly
 2019-11-25 13:52 UTC 

[U-Boot] [PATCH] board_f.c: Insure gd->new_bootstage alignment
 2019-11-25 13:48 UTC 

[U-Boot] [PATCH v2] dm: serial: Handle "stdout-path" with ":options" correctly
 2019-11-25 13:42 UTC 

[U-Boot] [PATCH v5 00/26]MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-11-25 11:53 UTC  (4+ messages)
` [U-Boot] [PATCH v5 17/26] configs: socfpga: mcvevk: Remove useless UBI infos

[U-Boot] [PATCH v4] armv8: Add workaround for USB erratum A-050106
 2019-11-25 10:58 UTC  (5+ messages)

[U-Boot] [PATCH v2] armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port
 2019-11-25 10:42 UTC 

[U-Boot] [PATCH 00/10] ARM: clearfog: add run-time board detect
 2019-11-25 10:30 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] ddr: marvell: a38x: allow board specific clock out setup
` [U-Boot] [PATCH 02/10] arm: mvebu: clearfog: enable both DDR clocks
` [U-Boot] [PATCH 03/10] cmd: add sys_eeprom command
` [U-Boot] [PATCH 04/10] ARM: mvebu: clearfog: add EEPROM devices
` [U-Boot] [PATCH 05/10] ARM: mvebu: clearfog: add support for EEPROM TLV info
` [U-Boot] [PATCH 06/10] ARM: mvebu: clearfog: read basic TLV data
` [U-Boot] [PATCH 07/10] ARM: mvebu: clearfog: print TLV stored product name
` [U-Boot] [PATCH 08/10] ARM: mvebu: clearfog: run-time selection of DT file
` [U-Boot] [PATCH 09/10] ARM: mvebu: clearfog: add Clearfog GTR support
` [U-Boot] [PATCH 10/10] ARM: mvebu: clearfog: add Clearfog Base serdes configuration

[U-Boot] [RFC PATCH 0/1] Update doc/README.drivers.eth
 2019-11-25  9:50 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 1/1] doc: net: Rewrite network driver documentation

[U-Boot] [PATCH] arm64: zynqmp: Point zcu216 defconfig to correct dts file
 2019-11-25  9:28 UTC 

[U-Boot] [PATCH v3] Update MAINTAINERS to include environment files
 2019-11-25  9:22 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] env: Exit tools when invalid CRC found
 2019-11-25  9:19 UTC  (5+ messages)

[U-Boot] [PATCH v3] ppc/km: enable DM driver support in all defconfigs
 2019-11-25  9:04 UTC 

[U-Boot] [PATCH] ddr: fsl: Impl. Erratum A008109
 2019-11-25  8:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] drivers: i2c: Add brcm iproc I2C driver support
 2019-11-25  8:35 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/6] cmd: remove NET and CMD_NET dependency for CMD_PXE
 2019-11-25  8:07 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] cmd: Migrate from_env() from pxe.c to nvedit.c
` [U-Boot] [PATCH v3 2/6] cmd: Prepare sysboot command independence
` [U-Boot] [PATCH v3 3/6] cmd: sysboot: Create a sysboot command dedicated file
` [U-Boot] [PATCH v3 4/6] cmd: pxe_utils: Fix checkpatch WARNING/CHECK
` [U-Boot] [PATCH v3 5/6] cmd: sysboot: "
` [U-Boot] [PATCH v3 6/6] cmd: pxe: "

[U-Boot] [PATCH] pwm: rk_pwm: Make PWM driver to support all Rockchip Socs
 2019-11-25  7:38 UTC 

[U-Boot] [PATCH] ppc/km: enable DM driver support in all defconfigs
 2019-11-25  6:37 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Add support for booting EFI FIT images
 2019-11-25  6:22 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] bootm: Add a bootm command for type IH_OS_EFI

[U-Boot] [U-boot] RK3399 + CortexM0
 2019-11-25  5:06 UTC 


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