public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-22 10:50:29 to 2020-05-23 15:11:20 UTC [more...]

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-23 15:11 UTC  (3+ messages)
  ` [PATCH] video: extend stdout video console work-around for 'vga'

[PATCH] libfdt: Remove superfluous NUL character from overlay symbols
 2020-05-23 14:57 UTC  (4+ messages)

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

[PULL] u-boot-socfpga/net
 2020-05-23 14:28 UTC  (2+ messages)

[PATCH v3 00/13] x86: cbfs: Various clean-ups to CBFS implementation
 2020-05-23 13:34 UTC  (20+ messages)
` [PATCH v3 01/13] cbfs: Rename the result variable
` [PATCH v3 02/13] cbfs: Use ulong consistently
` [PATCH v3 03/13] cbfs: Use bool type for whether initialised
` [PATCH v3 04/13] cbfs: Adjust return value of file_cbfs_next_file()
` [PATCH v3 05/13] cbfs: Adjust file_cbfs_load_header() to use cbfs_priv
` [PATCH v3 06/13] cbfs: Adjust cbfs_load_header_ptr() "
` [PATCH v3 07/13] cbfs: Unify the two header loaders
` [PATCH v3 08/13] cbfs: Use void * for the position pointers
` [PATCH v3 09/13] cbfs: Record the start address in cbfs_priv
` [PATCH v3 10/13] cbfs: Return the error code from file_cbfs_init()
` [PATCH v3 11/13] cbfs: Change file_cbfs_find_uncached() to return an error
` [PATCH v3 12/13] cbfs: Allow reading a file from a CBFS given its base addr
` [PATCH v3 13/13] cbfs: Don't require the CBFS size with cbfs_init_mem()

[PATCH 1/1] doc: dfu: describe more DFU function
 2020-05-23 12:24 UTC 

[PATCH] rockchip: enable RNG on RockPro64
 2020-05-23 12:18 UTC 

[PATCH 1/1] doc: dfu: fix typos in README.dfu
 2020-05-23 11:56 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: add DFU to HTML documentation
 2020-05-23 10:01 UTC 

[PATCH 1/1] doc: dfu: describe eMMC partition number parameter
 2020-05-23  9:36 UTC 

[PATCH] net: tftp: fix option validation as per RFCs
 2020-05-23  5:12 UTC  (2+ messages)

[PATCH] net: tftp: fix progress marker for file transfer
 2020-05-23  5:07 UTC  (2+ messages)

[PATCH 0/5] Enable I2C in SPL, support runtime detection of add-on board
 2020-05-23  2:07 UTC  (9+ messages)
` [PATCH 1/5] rockchip: spl: Move board_early_init_f after cpu timer
` [PATCH 2/5] roc-pc-rk3399: Enable I2C in SPL for add-on board detection
` [PATCH 3/5] roc-pc-rk3399: Add support for add-on board run-time detection
` [PATCH 4/5] rk3399: drop ROC-RK3399-PC Mezzanine board
` [PATCH 5/5] roc-pc-rk3399: Enable PCIe/M.2, NVMe

rk3399 - Rock Pi 4 PCIe
 2020-05-23  0:13 UTC  (3+ messages)

[PATCH 00/26] x86: video: Speed up the framebuffer
 2020-05-22 23:13 UTC  (51+ messages)
` [PATCH 03/26] video: Show an error when a vidconsole function fails
` [PATCH 04/26] sandbox: video: Allow selection of rotated console
` [PATCH 05/26] video: Split out expression parts into variables
` [PATCH 06/26] video: Adjust rotated console to start at right edge
` [PATCH 07/26] video: Drop unnecessary #ifdef around vid_console_color()
` [PATCH 08/26] video: Add a comment for struct video_uc_platdata
` [PATCH 09/26] video: Add support for copying to a hardware framebuffer
` [PATCH 10/26] video: Set up the copy framebuffer when enabled
` [PATCH 11/26] video: Clear the copy framebuffer when clearing the screen
` [PATCH 12/26] video: Add helpers for vidconsole for the copy framebuffer
` [PATCH 13/26] video: Update normal console to support copy buffer
` [PATCH 14/26] video: Update truetype "
` [PATCH 15/26] video: Update rotated "
` [PATCH 16/26] video: Update the copy framebuffer when writing bitmaps
` [PATCH 17/26] video: Add comments to struct sandbox_sdl_plat
` [PATCH 18/26] video: sandbox: Add support for the copy framebuffer
` [PATCH 19/26] video: pci: Set up "
` [PATCH 20/26] x86: fsp: video: Allocate a frame buffer when needed
` [PATCH 21/26] video: Correctly handle multiple framebuffers
` [PATCH 22/26] x86: video: Support copy framebuffer with probed devices
` [PATCH 23/26] x86: chromebook_samus: Enable the copy framebuffer
` [PATCH 24/26] x86: chromebook_link: "
` [PATCH 25/26] x86: minnowmax: "

[RFC 0/6] improve OF_PLATDATA support
 2020-05-22 23:13 UTC  (9+ messages)
` [RFC 1/6] dtoc: add support to scan drivers
` [RFC 2/6] core: extend struct driver_info to point to device

[PATCH 1/1] MAINTAINERS: add doc/driver-model/ to DRIVER MODEL
 2020-05-22 23:13 UTC  (2+ messages)

[PATCH 1/1] doc: driver-model: there is no UCLASS_SATA
 2020-05-22 23:13 UTC  (2+ messages)

[PATCH 0/3] doc: rockchip: Improve documentation
 2020-05-22 23:13 UTC  (9+ messages)
` [PATCH 1/3] doc: board: rockchip: Improve supported board list format
` [PATCH 2/3] doc: board: rockchip: Add missing supported boards
` [PATCH 3/3] doc: rockchip: Remove list of "

[PATCH v6 1/2] usb: provide a device tree node to USB devices
 2020-05-22 23:13 UTC  (3+ messages)
` [PATCH v6 2/2] dm: uclass: don't assign aliased seq numbers

[PATCH v4 1/8] lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
 2020-05-22 23:13 UTC  (13+ messages)
` [PATCH v4 2/8] lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
` [PATCH v4 3/8] lib: rsa: bring exp_len in line when generating a key_prop
` [PATCH v4 4/8] lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()
` [PATCH v4 5/8] lib: rsa: free local arrays after use "
` [PATCH v4 6/8] lib: rsa: add documentation to padding_pss_verify to document limitations
` [PATCH v4 7/8] spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE
` [PATCH v4 8/8] spl: fit: select SPL_CRYPTO_SUPPORT "

[PATCH v6 0/3] gpio: add possibility to search for gpio label name
 2020-05-22 23:13 UTC  (3+ messages)
` [PATCH v6 1/3] gpio-uclass.c: save the GPIOD flags also in the gpio descriptor

[PATCH 0/4] cmd: {zip, unzip} fixes
 2020-05-22 23:13 UTC  (9+ messages)
` [PATCH 1/4] cmd: unzip: automatically select CONFIG_GZIP
` [PATCH 2/4] cmd: zip: automatically pull in gzip()
` [PATCH 3/4] cmd: zip: fix implicit declaration warning
` [PATCH 4/4] sandbox: move compression option to Kconfig

[PATCH] armv8: layerscape: pretty print info about SMP cores
 2020-05-22 23:13 UTC 

[PATCH] checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files
 2020-05-22 23:13 UTC  (2+ messages)

[PATCH] armv8: layerscape: fix spin-table support
 2020-05-22 23:07 UTC 

[PATCH v2] board: nitrogen6x: migrate to CONFIG_DM_VIDEO
 2020-05-22 22:39 UTC  (2+ messages)

[PATCH 0/6] checkpatch.pl: Add features to help improve U-Boot code
 2020-05-22 22:32 UTC  (7+ messages)
` [PATCH 1/6] checkpatch.pl: Update to v5.7-rc6
` [PATCH 2/6] checkpatch.pl: Add a U-Boot option
` [PATCH 3/6] checkpatch.pl: Add a check for tests needed for uclasses
` [PATCH 4/6] checkpatch.pl: Warn if the flattree API is used
` [PATCH 5/6] checkpatch.pl: Request a test when a new command is added
` [PATCH 6/6] checkpatch.pl: Request if() instead #ifdef

[PATCH v2 0/9] riscv: sifive/fu540: Booting from SPI
 2020-05-22 21:25 UTC  (7+ messages)
` [PATCH v2 1/9] spl: Try to get SPL boot device via board_get_int

[PATCH] thermal: imx_scu_thermal: prevent boot hang with zero pdata
 2020-05-22 21:15 UTC  (2+ messages)

[PATCH 2/2] thermal: imx_scu_thermal: fix getting DT alert property value
 2020-05-22 21:14 UTC  (3+ messages)
` [PATCH] cpu: imx8: use intended cpu-thermal device when getting temp value

[PATCH 1/2] cpu: imx8: fix type and rate detection
 2020-05-22 21:13 UTC  (2+ messages)

Pull request: u-boot-rockchip-20200522
 2020-05-22 20:40 UTC  (3+ messages)

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200511
 2020-05-22 20:40 UTC  (4+ messages)

Pull request for UEFI sub-system for efi-2020-07-rc3 (2)
 2020-05-22 20:39 UTC  (2+ messages)

[GIT PULL] UniPhier SoC updates for v2020.07
 2020-05-22 20:39 UTC  (2+ messages)

[PATCH v4] net: tftp: Add client support for RFC 7440
 2020-05-22 19:19 UTC  (3+ messages)

[PATCH] rockchip: Fix spl mmc boot device ofpath
 2020-05-22 18:22 UTC 

[PATCH v2] drivers: crypto: mod_exp_sw: Re-add DM_FLAG_PRE_RELOC
 2020-05-22 18:12 UTC  (9+ messages)

Warnings on Edison
 2020-05-22 17:59 UTC  (7+ messages)

[PATCH 1/2] mtd: spi: Separate dm vs nodm SF code
 2020-05-22 17:27 UTC  (7+ messages)
` [PATCH 2/2] sf: Simplify probe for dm code

[PATCH] Clean up the Spansion/Cypress/Infineon device ID table
 2020-05-22 17:09 UTC 

[PATCH 00/13] x86: cbfs: Various clean-ups to CBFS implementation
 2020-05-22 16:33 UTC  (7+ messages)
` [PATCH 01/13] cbfs: Rename the result variable
` [PATCH 03/13] cbfs: Use bool type for whether initialised

[PATCH] mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch
 2020-05-22 16:28 UTC 

[PATCH] mmc: fsl_esdhc: Fix SDR104 and HS200 support
 2020-05-22 16:19 UTC 

PINE64 Rock64 - How to get SPI driver working
 2020-05-22 14:28 UTC  (4+ messages)

[PATCH v8 1/2] led: led_cortina: Add CAxxx LED support
 2020-05-22 14:24 UTC  (2+ messages)

[PATCH 1/6] bootstage: Fix 'stacked' typo
 2020-05-22 14:24 UTC  (5+ messages)
` [PATCH 2/6] kconfig: Add support for conditional values

[PATCH] lib: rsa: function to verify a signature against a hash
 2020-05-22 14:20 UTC 

[PATCH v5 1/8] lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
 2020-05-22 14:19 UTC  (8+ messages)
` [PATCH v5 2/8] lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
` [PATCH v5 3/8] lib: rsa: bring exp_len in line when generating a key_prop
` [PATCH v5 4/8] lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()
` [PATCH v5 5/8] lib: rsa: free local arrays after use "
` [PATCH v5 6/8] lib: rsa: add documentation to padding_pss_verify to document limitations
` [PATCH v5 7/8] spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE
` [PATCH v5 8/8] spl: fit: select SPL_CRYPTO_SUPPORT "

[RFC PATCH v3 0/3] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support
 2020-05-22 13:42 UTC  (7+ messages)
  ` [RFC PATCH v3 3/3] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)

[PATCH v5 1/2] usb: provide a device tree node to USB devices
 2020-05-22 13:42 UTC  (6+ messages)

[PATCH 00/22] x86: Enhance MTRR functionality to support multiple CPUs
 2020-05-22 13:42 UTC  (3+ messages)

[PATCH u-boot 0/2] eth/r8152: minor corrections
 2020-05-22 13:23 UTC  (5+ messages)
` [PATCH u-boot 1/2] eth/r8152: fix assigning the wrong endpoint
` [PATCH u-boot 2/2] eth/r8152: fix typo in register name

[PATCH v4 00/20] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-05-22 12:45 UTC  (21+ messages)
` [PATCH v4 01/20] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v4 02/20] spi: spi-mem: allow specifying a command's extension
` [PATCH v4 03/20] spi: cadence-qspi: Do not calibrate when device tree sets read delay
` [PATCH v4 04/20] spi: cadence-qspi: Add support for octal DTR flashes
` [PATCH v4 05/20] mtd: spi-nor-core: Add a ->setup() hook
` [PATCH v4 06/20] mtd: spi-nor-core: Move SFDP related declarations to top
` [PATCH v4 07/20] mtd: spi-nor-core: Introduce flash-specific fixup hooks
` [PATCH v4 08/20] mtd: spi-nor-core: Rework hwcaps selection
` [PATCH v4 09/20] mtd: spi-nor-core: Add support for DTR protocol
` [PATCH v4 10/20] mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D
` [PATCH v4 11/20] mtd: spi-nor-core: Get command opcode extension type from BFPT
` [PATCH v4 12/20] mtd: spi-nor-core: Parse xSPI Profile 1.0 table
` [PATCH v4 13/20] mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode
` [PATCH v4 14/20] mtd: spi-nor-core: Enable octal DTR mode when possible
` [PATCH v4 15/20] mtd: spi-nor-core: Do not make invalid quad enable fatal
` [PATCH v4 16/20] mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT
` [PATCH v4 17/20] mtd: spi-nor-core: Perform a Soft Reset on shutdown
` [PATCH v4 18/20] mtd: spi-nor-core: Perform a Soft Reset on boot
` [PATCH v4 19/20] mtd: spi-nor-core: Add support for Cypress Semper flash
` [PATCH v4 20/20] mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode

Issue with 'ubi part' ubi_io_read: error -74 (ECC error)
 2020-05-22 12:19 UTC  (5+ messages)

[U-Boot] How to enable USB Mass Storage
 2020-05-22 12:16 UTC 


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