public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-12-24 15:19:12 to 2019-12-28 02:26:52 UTC [more...]

[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 v4 0/7] usb: kbd: implement special keys
 2019-12-28  2:26 UTC  (5+ messages)
  `  "

[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
    `  "

[U-Boot] [RFC PATCH 0/1] Update doc/README.drivers.eth
 2019-12-27 18:57 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 1/1] doc: net: Rewrite network driver documentation
  `  "

[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)
    `  "

[U-Boot] [RESEND PATCH 00/10] GE boards initial DM conversion
 2019-12-27 16:41 UTC  (14+ 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 v2 1/3] mach-imx: bootaux: print stack pointer and reset vector
 2019-12-27 15:45 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/3] mach-imx: bootaux: elf firmware support
  `  "

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

[PATCH v3 0/3] Add support for efi_rng_protocol
 2019-12-27 14:26 UTC  (4+ 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 v6 0/8] Add a random number generator uclass
 2019-12-27 14:23 UTC  (9+ 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

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 00/11] rk3399: SPI boot support (fixes, updates)
 2019-12-27 13:19 UTC  (12+ messages)
` [PATCH 01/11] spi: rk: Limit transfers to (64K - 1) bytes
` [PATCH 07/11] env: Enable SPI flash env for rockchip

[PATCH v5 0/8] Add a random number generator uclass
 2019-12-27 12:58 UTC  (22+ messages)
` [PATCH v5 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v5 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v5 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v5 4/8] configs: stm32mp15: Enable "
` [PATCH v5 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v5 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v5 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [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

Pull request: u-boot-sunxi/master
 2019-12-27 12:26 UTC 

Pull request: u-boot-spi/master
 2019-12-27 12:20 UTC 

[PATCH] tools/imximage: share DCD information via Kconfig
 2019-12-27 11:40 UTC  (3+ messages)

[PATCH 0/3] Ethernet support for Raspberry Pi 4
 2019-12-27 11:15 UTC  (7+ messages)
` [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

[PATCH v1] colibri_imx7: disable HAB and CAAM support
 2019-12-27  9:23 UTC  (3+ messages)

[U-Boot] [PATCH V2 1/3] watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
 2019-12-27  7:53 UTC  (3+ messages)
` [U-Boot] [PATCH V2 2/3] watchdog: designware: Convert to DM and DT probing
  `  "

Bad CRC for ramdisk when using large rootfs
 2019-12-27  6:47 UTC 

[PATCH v4 0/3] mkimage/rockchip: support packing optional second level boot-loader
 2019-12-27  3:24 UTC  (4+ messages)
` [PATCH v4 1/3] rockchip: mkimage: "
` [PATCH v4 2/3] doc: rockchip: document packing second level loader with mkimage
` [PATCH v4 3/3] rockchip: mkimage: fix wrong range of rc4 encoding for boot image

[PATCH v3 0/3] mkimage/rockchip: support packing optional second level boot-loader
 2019-12-27  2:03 UTC  (4+ messages)
` [PATCH v3 1/3] rockchip: mkimage: "
` [PATCH v3 2/3] doc: rockchip: document packing second level loader with mkimage
` [PATCH v3 3/3] rockchip: mkimage: fix wrong range of rc4 encoding for boot image

[PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW
 2019-12-27  1:23 UTC  (12+ messages)

[PATCH] board: davinci: Update OMAPL138_LCDK maintainer
 2019-12-27  0:46 UTC  (2+ messages)

[U-Boot] [uboot PATCH 0/4] phy: ti-pipe3: Match TRM sequence & settings
 2019-12-27  0:46 UTC  (9+ messages)
` [U-Boot] [uboot PATCH 1/4] phy: ti-pipe3: Use TRM recommended settings for SATA DPLL
` [U-Boot] [uboot PATCH 2/4] phy: ti-pipe3: Introduce mode property in driver data
` [U-Boot] [uboot PATCH 3/4] phy: ti-pipe3: improve DPLL stability for SATA & USB
` [U-Boot] [uboot PATCH 4/4] phy: ti-pipe3: Fix SATA & USB PHY power up sequence

[PATCH v4 0/8] Add a random number generator uclass
 2019-12-26 17:35 UTC  (12+ messages)
` [PATCH v4 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v4 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v4 8/8] virtio: "

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

U-boot building problem. please advice
 2019-12-26 17:21 UTC 

[PATCH 0/3] ARC nSIM (AKA virtual & prototyping platform) updates
 2019-12-26 13:31 UTC  (4+ messages)
` [PATCH 1/3] ARC: nSIM: switch from ARC UART to DW UART
` [PATCH 2/3] ARC: nsim_{700|700be|hs38be}_defconfigs: Disable networking
` [PATCH 3/3] ARC: nsim_hs38: Add support of Virtio NET & BLK

[PATCH 1/2] rockchip: rk3308: allow loading larger kernel Image
 2019-12-26 12:25 UTC  (4+ messages)
` [PATCH 2/2] doc: rockchip: Fix reference the wrong defconfig name of ROC-CC-RK3308

[RESEND PATCH] rockchip: add description for TPL_ROCKCHIP_COMMON_BOARD
 2019-12-26 12:23 UTC  (2+ messages)

[PATCHv3 0/3] Odroid n2 using eMMC would fail to boot up
 2019-12-26 11:33 UTC  (4+ messages)
` [PATCHv3 1/3] mmc: meson-gx: Fix clk phase tuning for MMC
` [PATCHv3 2/3] configs: meson64: enable GIC support for G12A/G12B
` [PATCHv3 3/3] board: amlogic: select PWRSEQ for all amlogic platform

[U-Boot] [PATCH v3 0/9] Enablement of PCIe controller for lx2160a rev2
 2019-12-26 10:54 UTC  (3+ messages)
` [U-Boot] [PATCH v3 6/9] pci: layerscape: Common device tree fixup for NXP SoCs
  `  "

[PATCH] armv8: ls1012a: Make USB masters snoopable
 2019-12-26 10:11 UTC 

[U-Boot] [PATCHv2 0/3] Odroid n2 using eMMC would fail to boot up
 2019-12-26  9:30 UTC  (4+ messages)
` [U-Boot] [PATCHv2 1/3] mmc: meson-gx: Fix clk phase tuning for MMC

[PATCH] global_data: remove unused mxc_i2c specific field
 2019-12-26  1:32 UTC  (2+ messages)

Formal upstream support of Cortina Access ARM Based SoCs
 2019-12-26  0:18 UTC 

Garbage UART output on RPI 4 with upstream kernel DTB
 2019-12-25 13:55 UTC  (6+ messages)

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

[PATCH] [ARM] arch/arm/Kconfig: typo/grammar/punctuation fixes
 2019-12-25 11:34 UTC 

[PATCH 00/12] i2c: designware_ic2: Improvements to timing
 2019-12-25 10:20 UTC  (4+ messages)
` [PATCH 01/12] i2c: designware_i2c: Add more registers

[PATCH 1/1] virtio: fix typo devicd
 2019-12-25  9:17 UTC  (2+ messages)

proper way to build [html]docs these days?
 2019-12-25  9:10 UTC 

[PATCH] clk: Check that ops of composite clock components exist, before calling
 2019-12-25  5:41 UTC  (2+ messages)

[PATCH v2] riscv: Add option to print registers on exception
 2019-12-25  5:27 UTC 

[PATCH] clk: Always use the supplied struct clk
 2019-12-25  5:19 UTC 

[PATCH 2/2] clk: Add option to restrict clk-gate2 to one bit toggle
 2019-12-25  5:17 UTC 

[PATCH 1/2] clk: Move clk-gate2 to clock driver directory
 2019-12-25  5:16 UTC 

[PATCH 0/2] clk: Generalize clock_gate2 for use outside of imx
 2019-12-25  5:13 UTC 

[PATCH] clk: Fix error checking of dev_read_addr_ptr
 2019-12-25  4:57 UTC 

clk: Include missing headers for linux/clk-provider.h
 2019-12-25  4:56 UTC 

[PATCH] log: Include missing header for log.h
 2019-12-25  4:54 UTC 

[PATCH] dm: Add a debug message when devices are skipped pre-reloc
 2019-12-25  4:52 UTC 

[U-Boot] [RFC 1/1] efi_loader: support building UEFI binaries on sandbox
 2019-12-25  2:51 UTC  (2+ messages)
`  "

[PATCH 1/1] cmd: add rng command
 2019-12-24 22:16 UTC 

[PATCH v3 0/9] am57xx: Implement Android 10 boot flow
 2019-12-24 19:54 UTC  (10+ messages)
` [PATCH v3 1/9] image: android: Add functions for handling dtb field
` [PATCH v3 2/9] image: android: Add routine to get dtbo params
` [PATCH v3 3/9] cmd: abootimg: Add abootimg command
` [PATCH v3 4/9] doc: android: Add documentation for Android Boot Image
` [PATCH v3 5/9] test/py: android: Add test for abootimg
` [PATCH v3 6/9] configs: am57xx_evm: Enable Android commands
` [PATCH v3 7/9] env: ti: boot: Respect slot_suffix in AVB commands
` [PATCH v3 8/9] env: ti: boot: Boot Android with dynamic partitions
` [PATCH v3 9/9] arm: ti: boot: Use correct dtb and dtbo on Android boot

I change chip main of the pico-imx7D SOM module. Now I need put u-boot.imx(bin) using imx_uart
 2019-12-24 19:49 UTC 

[PATCH 0/3] cmd: dtimg: Rename to adtimg and refactor usage style
 2019-12-24 19:44 UTC  (5+ messages)
` [PATCH 1/3] dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg
` [PATCH 2/3] cmd: adtimg: Rename internal symbols
` [PATCH 3/3] cmd: adtimg: Refactor usage style

[PATCH 1/1] test/py: Fix broken 'notbuildconfigspec' marker
 2019-12-24 18:28 UTC  (2+ messages)

pull request u-boot-mpc85xx to next branch
 2019-12-24 17:04 UTC  (2+ messages)

[PATCH v4 0/5] Add support for booting EFI FIT images
 2019-12-24 16:05 UTC  (6+ messages)
` [PATCH v4 1/5] image: Add IH_OS_EFI for EFI chain-load boot
` [PATCH v4 2/5] bootm: Add a bootm command for type IH_OS_EFI
` [PATCH v4 3/5] doc: Add sample uefi.its image description file
` [PATCH v4 4/5] doc: uefi.rst: Document launching UEFI binaries from FIT images
` [PATCH v4 5/5] test/py: Create a test for "

[U-Boot] [PATCH v2 0/4] drivers: Add a framework for MUX drivers
 2019-12-24 16:02 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/4] drivers: Add a new framework for multiplexer devices
  `  "
` [U-Boot] [PATCH v2 2/4] dm: board: complete the initialization of the muxes in initr_dm()
  `  "
` [U-Boot] [PATCH v2 3/4] drivers: mux: mmio-based syscon mux controller
  `  "
` [U-Boot] [PATCH v2 4/4] test: Add tests for the multiplexer framework
  `  "

[U-Boot] `uclass_find_device_by_name` fails to find the device
 2019-12-24 15:58 UTC  (2+ messages)
`  "

[U-Boot] [PATCH v2 0/4] regmap: Add a managed API, custom read/write callbacks and support for regmap fields
 2019-12-24 15:58 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] regmap: Allow providing read/write callbacks through struct regmap_config
  `  "


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