public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-29 17:51:34 to 2020-06-01 05:34:38 UTC [more...]

U-Boot mainline: Digilent Zybo-Z7 support
 2020-06-01  5:34 UTC  (2+ messages)

[PATCH 00/24] spi: dm-conversion (part2)
 2020-06-01  5:23 UTC  (5+ messages)
` [PATCH 07/24] arm: Remove configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig board

[PATCH v2 1/4] x86: tangier: acpi: Create buffers outside of the methods
 2020-06-01  4:16 UTC  (12+ messages)
` [PATCH v2 2/4] x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridge
` [PATCH v2 3/4] x86: tangier: acpi: Drop _ADR() where _HID() is present
` [PATCH v2 4/4] x86: tangier: acpi: Drop _HID() where enumerated by _ADR()

[PATCH 1/3] x86: baytrail: acpi: Create buffers outside of the methods
 2020-06-01  4:15 UTC  (3+ messages)
` [PATCH 2/3] x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridge
` [PATCH 3/3] x86: quark: "

[PATCH 1/1] virtio: VIRTIO_RNG depends on DM_RNG
 2020-06-01  2:43 UTC  (3+ messages)

[PATCH v3] spl: allow board_spl_fit_post_load() to fail
 2020-06-01  2:30 UTC  (3+ messages)

[PATCH] usb: xhci-dwc3: Fix usage of bulk PHY API
 2020-06-01  1:32 UTC  (3+ messages)
` Aw: "

[PATCH v2 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
 2020-06-01  1:15 UTC  (5+ messages)
` [PATCH v2 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64

[PATCH] pci: Make Rockchip PCIe voltage regulators optional
 2020-06-01  0:56 UTC  (3+ messages)

[PATCH 0/3] doc: rockchip: Improve documentation
 2020-06-01  0:55 UTC  (2+ messages)

[PATCH] rockchip: enable USB OHCI host for RockPro64
 2020-06-01  0:55 UTC  (3+ messages)

[PATCH] rockchip: rockpro64: enable DM_KEYBOARD
 2020-06-01  0:55 UTC  (3+ messages)

[PATCH v6 00/16] Add Rockchip RK3399 USB3.0 Host support
 2020-06-01  0:54 UTC  (2+ messages)

Pull request: u-boot-rockchip-20200531
 2020-05-31 23:50 UTC 

[PATCH] Nokia RX-51: Fix checking if serial console was enabled
 2020-05-31 22:29 UTC 

[PATCH] Nokia RX-51: Add link for u-boot-gen-combined script to README file
 2020-05-31 22:26 UTC 

[PATCH 1/1] efi_loader: validate load option
 2020-05-31 20:52 UTC 

[PATCH 1/1] test/py: use actual core count for parallel builds
 2020-05-31 19:14 UTC  (3+ messages)

[PATCH] ARM: imx: hab: panic on authentication failure
 2020-05-31 17:02 UTC  (9+ messages)

[PATCH 1/1] doc: move README.log to HTML documentation
 2020-05-31 16:14 UTC  (2+ messages)

[PATCH 1/1] log: check argument of 'log level' command
 2020-05-31 16:14 UTC  (2+ messages)

[PATCH 1/1] log: clean up Kconfig
 2020-05-31 16:14 UTC  (2+ messages)

printk
 2020-05-31 16:09 UTC  (2+ messages)

Pull request: u-boot-rockchip-20200530
 2020-05-31 16:06 UTC  (5+ messages)

[PATCHv5][2/2] rockchip: rk3328: add rock-pi-e-rk3328_defconfig file
 2020-05-31 16:02 UTC 

[PATCHv5][1/2] rockchip: rk3328: add rock-pi-e dts file
 2020-05-31 16:01 UTC 

[PATCH v2] drivers: crypto: mod_exp_sw: Re-add DM_FLAG_PRE_RELOC
 2020-05-31 15:34 UTC  (10+ messages)

[PATCH 1/1] sunxi: CONFIG_INIT_SP_RELATIVE=y for Pine64 LTS
 2020-05-31 15:32 UTC  (2+ messages)
` Fwd: "

[PATCH v2 1/1] log: don't show function by default
 2020-05-31 15:09 UTC 

[PATCH 1/1] log: don't show function by default
 2020-05-31 14:36 UTC 

[PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN
 2020-05-31 14:10 UTC  (8+ messages)
` [PATCH 2/2] dma-mapping: "

[PATCH v2 0/2] gpio: Add a managed API
 2020-05-31 14:08 UTC  (4+ messages)
` [PATCH v2 1/2] drivers: gpio: Add a managed API to get a GPIO from the device-tree
` [PATCH v2 2/2] test: gpio: Add tests for the managed API

[U-Boot] [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers
 2020-05-31 14:08 UTC  (3+ messages)
`  "

[PATCH 0/8] regmap: Add managed API, regmap fields, regmap config
 2020-05-31 14:08 UTC  (15+ messages)
` [PATCH 2/8] regmap: zero out the regmap on allocation
` [PATCH 3/8] regmap: Allow specifying read/write width
` [PATCH 4/8] regmap: Allow left shifting register offset before access
` [PATCH 5/8] regmap: Add regmap_init_mem_range()
` [PATCH 6/8] regmap: Allow devices to specify regmap range start and size in config
` [PATCH 7/8] regmap: Add support for regmap fields
` [PATCH 8/8] test: dm: Add tests for regmap managed API and "

[PATCH v3 0/4] Fix the SPL loading of a FIT image from NAND
 2020-05-31 14:08 UTC  (7+ messages)
` [PATCH v3 1/4] spl: fix format of function documentation
` [PATCH v3 2/4] spl: fit: fail fit loading in case of FDT appending error
` [PATCH v3 4/4] spl: fit: improve spl_nand_fit_read(...) readability

[U-boot,0/2] Enable mt7531 switch support for MT7629
 2020-05-31 14:08 UTC  (3+ messages)
` [U-boot, 1/2] eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driver
  ` [U-boot,1/2] "

[PATCH 0/4] arm: fix clang build errors
 2020-05-31 14:08 UTC  (7+ messages)
` [PATCH 1/4] efi_loader: allow compiling with clang
` [PATCH 2/4] trace: clang compatible handling of gd register
` [PATCH 3/4] arm: remove outdated comment concerning -ffixed-x18

[PATCH v2] doc: log: correct option name CONFIG_LOG_MAX_LEVEL
 2020-05-31 14:08 UTC  (2+ messages)

[PATCH 1/1] fs: fat_write: fix short name creation
 2020-05-31 14:08 UTC  (2+ messages)

[PATCHv2 1/8] amlogic: Remove ARCH= references from documentation
 2020-05-31 14:08 UTC  (3+ messages)
` [PATCHv2 4/8] rockchip: "

[PATCH v1 1/3] x86: acpi: Create buffers outside of the methods
 2020-05-31 14:08 UTC  (5+ messages)
` [PATCH v1 2/3] x86: acpi: Replace _ADR() by _UID() in description of PCI host bridge
` [PATCH v1 3/3] x86: acpi: Drop _ADR() where _HID() is present

[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon
 2020-05-31 14:08 UTC  (2+ messages)

[PATCH v2] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-05-31 14:08 UTC  (2+ messages)

[PATCH v3 0/5] rockchip: make it possible to sign the u-boot.itb
 2020-05-31 14:07 UTC  (8+ messages)
` [PATCH v3 2/5] mkimage: fit_image: handle multiple errors when writing signatures
` [PATCH v3 3/5] spl: fit: enable signing a generated u-boot.itb
` [PATCH v3 5/5] rockchip: make_fit_atf: add signature handling

[PATCH 0/6] rtc: add rtc_{read,write}8_array and rtc command
 2020-05-31 14:07 UTC  (12+ messages)
` [PATCH v2 00/10] new rtc methods, rtc command, and tests
  ` [PATCH v2 06/10] rtc: add rtc command
  ` [PATCH v2 07/10] rtc: sandbox-rtc: fix set method
  ` [PATCH v2 08/10] rtc: i2c_rtc_emul: catch any write to the "reset" register
  ` [PATCH v2 09/10] test: dm: rtc: add test of rtc_read, rtc_write
  ` [PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

[PATCH v3 0/3] cmd: add driver, fs and part type listing commands
 2020-05-31 14:07 UTC  (4+ messages)

[PATCH 0/9] spi: dm-convert and cleanups
 2020-05-31 14:07 UTC  (5+ messages)
` [PATCH 8/9] spi: Zap SOFT_SPI (non-dm)
` [PATCH 9/9] doc: driver-model: Update SPI migration status

[PULL] u-boot-sh/master
 2020-05-31 14:04 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2020-05-31 14:04 UTC  (2+ messages)

[PATCHv4][2/2] rockchip: rk3328: add rock-pi-e-rk3328_defconfig file
 2020-05-31 13:49 UTC  (4+ messages)

[PATCHv4][1/2] rockchip: rk3328: add rock-pi-e dts file
 2020-05-31 13:39 UTC  (2+ messages)

[PATCH v2 1/2] rockchip: spl: do full dram_init instead of only probing
 2020-05-31 13:34 UTC  (3+ messages)

[PATCH][1/1] README.rockchip: fix typo error
 2020-05-31 12:12 UTC  (2+ messages)

[PATCH] sunxi: Add Drejo DS167 board
 2020-05-31  9:55 UTC 

Please pull u-boot-dm
 2020-05-31  0:10 UTC  (2+ messages)

[PATCH 1/1] Dockerfile: add libguestfs-tools package
 2020-05-30 22:16 UTC 

[PATCH 1/2] ARM: imx: m53menlo: Do not fail boot on invalid splash screen
 2020-05-30 20:44 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx: m53menlo: Convert to DM_ETH

[PATCHv5][ 1/7] board: tbs2910: disable loadb and loads commands
 2020-05-30 17:18 UTC  (11+ 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][ 5/7] board: tbs2910: remove CONFIG_DHCP
` [PATCHv5][ 6/7] board: tbs2910: Enable distro_boot support
` [PATCHv5][ 7/7] board: tbs2910: add documentation

test_efi_selftest_test_input_ex test failure
 2020-05-30 16:52 UTC  (4+ messages)

[PATCH 00/18] common: Further reduce the size of common.h
 2020-05-30 16:36 UTC  (5+ messages)
` [PATCH 04/18] common: Drop net.h from common header

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-30 16:01 UTC  (6+ messages)

[U-Boot] Please pull from u-boot-i2c
 2020-05-30 15:37 UTC  (2+ messages)

[PATCH 1/3] pinctrl: imx7: move soc info to data section
 2020-05-30  8:44 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: imx8m: "
` [PATCH 3/3] pinctrl: imx5: "

[PATCH V2 RESEND 0/7] imx: drivers: ddr: ddr driver update
 2020-05-30  8:10 UTC  (4+ messages)
` [PATCH V2 1/7] driver: ddr: imx: skip ddr_ss_gpr config on imx8mn
` [PATCH V2 2/7] driver: ddr: imx: correct the pwrctl setting of selfref_en on imx8m
` [PATCH V2 3/7] drivers: ddr: imx8mp: Add inline ECC feature support

[PATCH 00/13] efi_loader: rework/improve UEFI secure boot code
 2020-05-30  7:09 UTC  (13+ messages)
` [PATCH 03/13] efi_loader: image_loader: retrieve authenticode only if it exists
` [PATCH 04/13] efi_loader: signature: fix a size check against revocation list
` [PATCH 05/13] efi_loader: signature: make efi_hash_regions more generic
` [PATCH 06/13] efi_loader: image_loader: verification for all signatures should pass
` [PATCH 07/13] efi_loader: image_loader: add digest-based verification for signed image
` [PATCH 08/13] test/py: efi_secboot: remove all "re.search"

[PATCH 1/1] efi_loader: simplify PE consistency check
 2020-05-30  5:43 UTC 

[PATCH 1/1] efi_loader: function description cmp_pe_section()
 2020-05-30  4:47 UTC 

[PATCH 1/1] efi_loader: function descriptions efi_image_loader.c
 2020-05-30  3:51 UTC 

[PATCH 1/1] i2c: observe scl_count in i2c_deblock_gpio_loop()
 2020-05-30  3:50 UTC  (2+ messages)

[PATCH v2] misc: i2c_eeprom: implement different probe test eeprom offset
 2020-05-30  3:49 UTC  (2+ messages)

[PATCH 1/2] i2c: designware_i2c: Tidy up use of NULL priv
 2020-05-30  3:47 UTC  (4+ messages)
` [PATCH 2/2] i2c: designware_i2c: Check if the device is powered

[PATCH] ARM: imx: ddr: Add missing PHY reset
 2020-05-30  0:14 UTC 

[RFC PATCH 0/1] gpio: Handle NULL pointers gracefully
 2020-05-29 22:03 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PULL u-boot] Please pull u-boot-amlogic-20200529
 2020-05-29 20:46 UTC  (2+ messages)

[PATCH 00/10] improve OF_PLATDATA support
 2020-05-29 20:42 UTC  (17+ messages)
` [PATCH 01/10] dtoc: add support to scan drivers
` [PATCH 02/10] dtoc: add option to disable warnings
` [PATCH 03/10] dm: doc: update of-plat with the suppor for driver aliases
` [PATCH 04/10] core: drop const for struct driver_info
` [PATCH 05/10] core: extend struct driver_info to point to device
` [PATCH 06/10] dtoc: extend dtoc to use struct driver_info when linking nodes
` [PATCH 07/10] dm: doc: update of-plat with new phandle support
` [PATCH 08/10] dtoc: update tests to match new platdata
` [PATCH 09/10] dtoc: update dtb_platdata to support cd-gpios
` [PATCH 10/10] dtoc add test for cd-gpios

[PATCH] rockchip: rockpro64: Set cooling levels for pwm-fan
 2020-05-29 19:00 UTC  (4+ messages)

[PATCH] env: Add support for explicit write access list
 2020-05-29 18:07 UTC 

[PATCH] env: Add option to only ever append environment
 2020-05-29 17:54 UTC 

[PATCH] rockchip: enable RNG on RockPro64
 2020-05-29 17:53 UTC 

[PATCH] env: nowhere: Implement .load callback
 2020-05-29 17:51 UTC 


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