public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-12-27 12:26:48 to 2019-12-29 10:24:35 UTC [more...]

[U-Boot] [PATCH v2 1/2] ARM: dts: dh-imx6: add u-boot specific wdt-reboot node
 2019-12-29 10:24 UTC  (2+ messages)

[U-Boot] [PATCH] pci: imx: Add iMX6SX compatible
 2019-12-29 10:24 UTC  (2+ messages)

[U-Boot] [RESEND PATCH 00/10] GE boards initial DM conversion
 2019-12-29 10:24 UTC  (15+ messages)
` [U-Boot] [RESEND PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux
  ` [U-Boot] [RESEND PATCH 02/10] board: ge: ppd: sync device tree "
    ` [U-Boot] [RESEND PATCH 03/10] configs: bx50v3: Fix boot hang with video
      ` [U-Boot] [RESEND PATCH 04/10] board: ge: bx50v3: Fix run-time warning
        ` [U-Boot] [RESEND PATCH 05/10] board: ge: bx50v3: Fix message output to video console
          ` [U-Boot] [RESEND PATCH 06/10] configs: ppd: DM for USB and regulators PPD
            ` [U-Boot] [RESEND PATCH 07/10] board: ge: bx50v3: Enable DM for PCI and ethernet
              ` [U-Boot] [RESEND PATCH 08/10] board: ge: pass rtc_status via device tree
                ` [U-Boot] [RESEND PATCH 09/10] board: ge: bx50v3: use imx wdt
                  ` [U-Boot] [RESEND PATCH 10/10] board: ge: mx53ppd: "
                    ` [U-Boot][RESEND "
                ` [U-Boot][RESEND PATCH 08/10] board: ge: pass rtc_status via device tree
  ` [U-Boot][RESEND PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux

[U-Boot] [PATCH 3/4] imx: cx9020: enable vidconsole by default
 2019-12-29 10:24 UTC 

[PATCH v5] mx7ulp: Add support for Embedded Artists COM board
 2019-12-29 10:24 UTC  (2+ messages)

[U-Boot] [PATCH v1 22/29] imx6: aristainetos: add version variable
 2019-12-29 10:24 UTC  (2+ messages)

[U-Boot] [PATCH v2 2/4] arm: dts: hummingboard: add cubox/hummingboard DT (part 1 of 2)
 2019-12-29 10:24 UTC  (2+ messages)

[U-Boot] [PATCH] imx: sync with kernel device tree for Phycore SoM
 2019-12-29 10:24 UTC  (2+ messages)

[U-Boot] [PATCH 4/4] ARM: mx6: ddr: Add support for iMX6SX
 2019-12-29 10:24 UTC  (2+ messages)

[PATCH v4 0/5] Add support for booting EFI FIT images
 2019-12-29 10:22 UTC  (3+ messages)
` [PATCH v4 5/5] test/py: Create a test for launching UEFI binaries from "

[PATCH v8 0/8] Add a random number generator uclass
 2019-12-29 10:00 UTC  (9+ messages)
` [PATCH v8 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v8 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v8 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v8 4/8] configs: stm32mp15: Enable "
` [PATCH v8 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v8 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v8 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [PATCH v8 8/8] virtio: rng: Add a random number generator(rng) driver

[PATCH 1/1] test/py: Fix broken 'notbuildconfigspec' marker
 2019-12-29  9:24 UTC  (3+ messages)

[PATCH v7 0/8] Add a random number generator uclass
 2019-12-29  8:17 UTC  (11+ messages)
` [PATCH v7 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v7 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v7 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v7 4/8] configs: stm32mp15: Enable "
` [PATCH v7 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v7 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v7 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [PATCH v7 8/8] virtio: rng: Add a random number generator(rng) driver

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20191228
 2019-12-29  4:33 UTC  (2+ messages)

[PATCH v4 0/3] Add support for efi_rng_protocol
 2019-12-28 21:55 UTC  (5+ messages)
` [PATCH v4 1/3] efi_loader: Add guidcpy function
` [PATCH v4 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
` [PATCH v4 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

[U-Boot] [PATCH 1/2] imx: add imx8x capricorn giedi board
 2019-12-28 21:05 UTC  (2+ messages)
`  "

[PATCH v2 00/35] common: Further reduce size of common.h even more
 2019-12-28 17:45 UTC  (36+ messages)
` [PATCH v2 01/35] common: Drop mdm_init()
` [PATCH v2 02/35] common: Move main_loop() to init.h
` [PATCH v2 03/35] common: Move flash_perror() to flash.h
` [PATCH v2 04/35] common: Drop checkflash() and checkdram()
` [PATCH v2 05/35] common: Move embedded fdt location to fdtdec.h
` [PATCH v2 06/35] common: Move do_tftpb() to net.h
` [PATCH v2 07/35] common: Move functions for loading from fat/ext2 to fs.h
` [PATCH v2 08/35] common: Move relocate_code() to init.h
` [PATCH v2 09/35] common: Move jumptable_init() out of common.h
` [PATCH v2 10/35] common: Drop floppy disk support
` [PATCH v2 11/35] common: Move reset_phy() to net.h
` [PATCH v2 12/35] common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
` [PATCH v2 13/35] common: Drop CONFIG_POST_STD/ALT_LIST
` [PATCH v2 14/35] common: Drop CONFIG_HAS_POST
` [PATCH v2 15/35] common: Drop the symbol_lookup() declaration
` [PATCH v2 16/35] common: Move type declarations to linux/types.h
` [PATCH v2 17/35] common: Move device-tree setup functions to fdt_support.h
` [PATCH v2 18/35] common: arm: Move s_init() to an ARM-specific header
` [PATCH v2 19/35] common: Move ll_boot_init() to init.h
` [PATCH v2 20/35] common: Move upmconfig() to ppc.h
` [PATCH v2 21/35] common: Move clock functions into a new file
` [PATCH v2 22/35] common: Move get_tbclk() to time.h
` [PATCH v2 23/35] common: Move reset_misc() function to arch header
` [PATCH v2 24/35] common: Move reset_cpu() to the CPU header
` [PATCH v2 25/35] image: Rename load_addr, save_addr, save_size
` [PATCH v2 26/35] common: Move the image globals into image.h
` [PATCH v2 27/35] common: Rename and move source()
` [PATCH v2 28/35] common: Move RAM-sizing functions to init.h
` [PATCH v2 29/35] common: Move testdram() into init.h
` [PATCH v2 30/35] common: Move hang() to the same header as panic()
` [PATCH v2 31/35] common: Move check_member() to kernel.h
` [PATCH v2 32/35] common: Move ROUND() into kernel.h
` [PATCH v2 33/35] common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
` [PATCH v2 34/35] common: Collect all the header files together
` [PATCH v2 35/35] common: Update comment to show progress

[PATCH v3 0/3] Add support for efi_rng_protocol
 2019-12-28 17:34 UTC  (11+ messages)
` [PATCH v3 1/3] efi_loader: Add guidcpy function
` [PATCH v3 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
` [PATCH v3 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

[PATCH] doc: net: Rewrite network driver documentation
 2019-12-28 15:18 UTC 

[U-Boot] [RFC PATCH 0/1] Update doc/README.drivers.eth
 2019-12-28 15:06 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 1/1] doc: net: Rewrite network driver documentation
  `  "

[PATCH 1/1] efi_loader remove __packed from struct efi_configuration_table
 2019-12-28 14:54 UTC 

[PATCH 1/1] efi_selftest: unit test for EFI_RNG_PROTOCOL
 2019-12-28 14:51 UTC 

[PATCH v6 0/8] Add a random number generator uclass
 2019-12-28 13:16 UTC  (19+ messages)
` [PATCH v6 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v6 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v6 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v6 4/8] configs: stm32mp15: Enable "
` [PATCH v6 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v6 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v6 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [PATCH v6 8/8] virtio: rng: Add a random number generator(rng) driver

[U-Boot] [PATCH v2 1/3] mach-imx: bootaux: print stack pointer and reset vector
 2019-12-28 12:33 UTC  (4+ messages)
` [U-Boot] [PATCH v2 3/3] mach-imx: bootaux: elf firmware support
  `  "

[PATCH 00/11] rk3399: SPI boot support (fixes, updates)
 2019-12-28 12:08 UTC  (8+ messages)
` [PATCH 07/11] env: Enable SPI flash env for rockchip

[PATCH 1/3] mx7dsabre: Remove warning about DM_SPI_FLASH
 2019-12-28 11:31 UTC  (4+ messages)
` [PATCH] pico-imx7d: Convert to DM_ETH

[U-Boot] [PATCH] rtc: s35392a: add compatible strings
 2019-12-28 10:49 UTC  (2+ messages)

[PATCH] tools/imximage: share DCD information via Kconfig
 2019-12-28 10:49 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] nitrogen6x: prepare for CONFIG_MX6QDL
 2019-12-28 10:49 UTC  (2+ messages)

[U-Boot] [PATCH v2 2/2] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'
 2019-12-28 10:49 UTC  (2+ messages)

[U-Boot] [PATCH] rtc: rx8010sj: fix DM initialization
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH v3 1/2] wandboard: Fix the DM_PMIC conversion
 2019-12-28 10:48 UTC  (2+ messages)

[RESEND PATCH v1] colibri_imx6: fix broken fsl_esdhc_imx conversion
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH 1/2] pfuze: Fix the pmic_get() parameter in the DM case
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH] imx: imx8mq: handle ESDHC in mxc_get_clock
 2019-12-28 10:48 UTC 

[PATCH v3 2/2] wandboard: Remove repeated PMIC string
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH] imx8mq_evk: Update the required ATF branch
 2019-12-28 10:48 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: imx6q_logic: Cleanup boot sequence check
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH] imx8m_evk: Remove unneeded earlycon string
 2019-12-28 10:48 UTC  (2+ messages)

[U-Boot] [PATCH] rtc: rx8010js: add compatible string
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH] mx51evk: Fix U-Boot corruption after saving the environment
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH 2/2] mx6sxsabresd: Adjust the mmcdev after DM conversion
 2019-12-28 10:48 UTC  (2+ messages)

[PATCH] imx8m: ddr_init: Move ddr_init() messages to debug level
 2019-12-28 10:48 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/7] usb: kbd: implement special keys
 2019-12-28  4:54 UTC  (6+ messages)
  `  "

[RESEND PATCH 1/7] clk: mediatek: mt7629: add support for ssusbsys
 2019-12-28  4:49 UTC  (16+ messages)
` [RESEND PATCH 2/7] clk: fix error check for devm_clk_get_optional()
` [RESEND PATCH 3/7] clk: check valid clock by clk_valid()
` [RESEND PATCH 4/7] clk: add APIs to get (optional) clock by name without a device
` [RESEND PATCH 5/7] clk: fixed_rate: add dummy enable() function
` [RESEND PATCH 6/7] phy: phy-mtk-tphy: remove the check of -ENOSYS
` [RESEND PATCH 7/7] phy: phy-mtk-tphy: make ref clock optional

[PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW
 2019-12-28  4:30 UTC  (2+ messages)

Pull request: u-boot-sunxi/master
 2019-12-28  4:30 UTC  (2+ messages)

Pull request: u-boot-spi/master
 2019-12-28  4:30 UTC  (2+ messages)

[PATCH] log: Include missing header for log.h
 2019-12-28  2:27 UTC  (2+ messages)

commit "dm: spi: Avoid setting the speed with every transfer"
 2019-12-28  2:27 UTC  (2+ messages)

[U-Boot] flashing and testing u-boot on chromebook_bob
 2019-12-28  2:27 UTC  (5+ messages)
            `  "

[PATCH 0/7] Add a random number generator uclass
 2019-12-28  2:27 UTC  (11+ messages)
` [PATCH 1/7] dm: rng: Add random number generator(rng) uclass
` [PATCH 5/7] sandbox: rng: Add a random number generator(rng) driver
` [PATCH 6/7] configs: sandbox: Enable random number generator(rng) device
` [PATCH 7/7] test: rng: Add basic test for random number generator(rng) uclass

[U-Boot] [PATCH v2 1/4] dfu: Drop unused prototype of dfu_trigger_reset()
 2019-12-28  2:27 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/4] dfu: Refactor do_dfu() to handle optional argument
  `  "
` [U-Boot] [PATCH v2 3/4] dfu: Add optional timeout parameter
  `  "
` [U-Boot] [PATCH v2 4/4] x86: edison: Enable DFU timeout
  `  "
` [PATCH v2 1/4] dfu: Drop unused prototype of dfu_trigger_reset()

[U-Boot] [PATCH 1/1] cmd: gpt: Enumerate partitions and save info into an U-Boot variable
 2019-12-28  2:26 UTC  (2+ messages)
`  "

[U-Boot] [PATCH v2 3/3] env: Provide programmatic equivalent to 'setenv -f'
 2019-12-28  2:26 UTC  (2+ messages)
  `  "

[U-Boot] [PATCH INTERNAL v1 0/2] Add error logging support for Broadcom boards
 2019-12-28  2:26 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] cmd: bcm: logsetup: Add Broadcom error log setup command
  `  "
` [U-Boot] [PATCH 2/2] common: Add DDR error logging (ELOG) support for Broadcom boards
  `  "

[U-Boot] [PATCH] spi: prevent overriding established bus settings
 2019-12-28  2:26 UTC  (2+ messages)

[U-Boot] [ubiblock PATCH] Read-only block driver on top of UBI volumes
 2019-12-28  2:26 UTC  (2+ messages)
`  "

[PATCH v4 00/16] efi_loader: add secure boot support
 2019-12-28  2:26 UTC  (3+ messages)
` [PATCH v4 15/16] sandbox: add extra configurations for UEFI and related tests

[PATCH v5 0/6] rsa: extend rsa_verify() for UEFI secure boot
 2019-12-28  2:26 UTC  (5+ messages)
` [PATCH v5 4/6] lib: rsa: generate additional parameters for public key
` [PATCH v5 6/6] test: add rsa_verify() unit test

[PATCH 1/3] ata: sata_sil: Continue probing other sata port when failed current port
 2019-12-28  2:26 UTC  (6+ messages)
` [PATCH 2/3] ata: fsl_sata: "
` [PATCH 3/3] cmd: sata: Add block unbind device function

[U-Boot] [PATCH v3] arm: add acpi support for the arm
 2019-12-28  1:42 UTC  (13+ messages)
                  ` 回复: "
                    `  "

[U-Boot] [PATCH 0/2] Add support for booting EFI FIT images
 2019-12-27 19:05 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] bootm: Add a bootm command for type IH_OS_EFI
    `  "

[PATCH 1/1] doc: fix AX25-AE350 RISC-V documentation
 2019-12-27 18:50 UTC 

[PATCH v2 00/13] x86: coral: Add support for Cr50
 2019-12-27 16:42 UTC  (3+ messages)
` [PATCH v2 12/13] tpm: Add a driver for H1/Cr50

[U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define
 2019-12-27 16:42 UTC  (8+ messages)
            `  "

[PATCH 01/35] common: Drop mdm_init()
 2019-12-27 16:42 UTC  (7+ messages)
` [PATCH 02/35] common: Move main_loop() to init.h
` [PATCH 14/35] common: Drop CONFIG_HAS_POST

[PATCH 1/1] test/py: use valid device tree in test_fit.py
 2019-12-27 16:42 UTC  (2+ messages)

[U-Boot] [PATCH] blk: Check if_type in blk_get_devnum_by_typename
 2019-12-27 16:41 UTC  (4+ messages)
    `  "

[PATCH] test: Fix the boardspec for the SPL handoff test
 2019-12-27 14:46 UTC 

how to efficiently add a vendor zynqmp board stealing from xilinx/ dir?
 2019-12-27 13:28 UTC 

[PATCH v2 1/2] Add GigaDevice gd25q128 128Mbit chip to spi-nor id table
 2019-12-27 13:25 UTC  (2+ messages)
` [PATCH v2 2/2] Port to new board "VoCore2"

[PATCH v5 0/8] Add a random number generator uclass
 2019-12-27 12:58 UTC  (12+ messages)
` [PATCH v5 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v5 8/8] virtio: rng: Add a random number generator(rng) driver

[U-Boot] [PATCH 1/2] Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA
 2019-12-27 12:45 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] dma: Add stub of dma_memcpy and dma_get_device
  `  "
` [PATCH 1/2] Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA


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