public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-22 16:19:08 to 2020-05-24 23:38:14 UTC [more...]

[PATCH v4 00/13] x86: cbfs: Various clean-ups to CBFS implementation
 2020-05-24 23:38 UTC  (4+ messages)
` [PATCH v4 01/13] cbfs: Rename the result variable
` [PATCH v4 02/13] cbfs: Use ulong consistently
` [PATCH v4 03/13] cbfs: Use bool type for whether initialised

[PATCH 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
 2020-05-24 21:43 UTC  (2+ messages)
` [PATCH 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64

rk3399: SPI boot: Return from ROM unsuccessful (with TPL)
 2020-05-24 21:25 UTC  (5+ messages)

[PATCH] rk3399: Enable NVMe distro bootcmd
 2020-05-24 21:10 UTC 

[PATCH] pci: Make Rockchip PCIe voltage regulators optional
 2020-05-24 20:32 UTC 

[PATCH v3 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-05-24 18:30 UTC  (4+ messages)
  ` [PATCH v3 9/9] configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)

[PATCH 0/6] checkpatch.pl: Add features to help improve U-Boot code
 2020-05-24 18:23 UTC  (8+ 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 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order
 2020-05-24 17:32 UTC  (3+ messages)
` [PATCH 2/3] nanopc-t4: Enable USB Gadget
` [PATCH 3/3] doc: rockchip: Document eMMC program steps

[PATCH] mmc: sdhci: Fix HISPD bit handling
 2020-05-24 17:25 UTC 

[PATCH] clk: rk3399: Fix eMMC get_clk reg offset
 2020-05-24 16:43 UTC 

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

[PATCH 1/1] MAINTAINERS: add dfu.h and dfu.rst to DFU
 2020-05-24 15:28 UTC  (2+ messages)

[PATCH v2] rockchip: Fix spl mmc boot device ofpath
 2020-05-24 14:56 UTC 

Pull request: u-boot-rockchip-20200522
 2020-05-24 13:16 UTC  (4+ messages)

[PATCH v1 0/3] extend pinctrl-single driver with APIs
 2020-05-24 10:46 UTC  (6+ messages)
` [PATCH v1 1/3] drivers: pinctrl-single: handle different register width

[PATCH v2 0/3] add optee support for broadcom NS3 soc
 2020-05-24 10:24 UTC  (4+ messages)
` [PATCH v2 1/3] board: ns3: add optee based bnxt fw load driver
` [PATCH v2 2/3] configs: ns3: enable tee and optee driver
` [PATCH v2 3/3] arm: dts: ns3: add optee node

[PATCH 1/1] doc: dfu: describe more DFU function
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: fix typos in README.dfu
 2020-05-24  8:58 UTC  (3+ messages)

[PATCH 1/1] doc: dfu: add DFU to HTML documentation
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: describe eMMC partition number parameter
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH] arch: arm: uDPU: fix PHY mode definition to sgmii-2500
 2020-05-23 18:23 UTC  (2+ messages)

[PATCH v4] net: tftp: Add client support for RFC 7440
 2020-05-23 17:59 UTC  (5+ messages)

[PATCH 01/30] net: eepro100: Remove EEPRO100_SROM_WRITE
 2020-05-23 17:25 UTC  (60+ messages)
` [PATCH 02/30] net: eepro100: Clean up comments
` [PATCH 03/30] net: eepro100: Use plain debug()
` [PATCH 04/30] net: eepro100: Fix spacing
` [PATCH 05/30] net: eepro100: Fix braces
` [PATCH 06/30] net: eepro100: Fix parenthesis alignment
` [PATCH 07/30] net: eepro100: Fix pointer location
` [PATCH 08/30] net: eepro100: Fix indented label
` [PATCH 09/30] net: eepro100: Fix remaining checkpatch issues
` [PATCH 10/30] net: eepro100: Fix camelcase
` [PATCH 11/30] net: eepro100: Use standard I/O accessors
` [PATCH 12/30] net: eepro100: Replace purge_tx_ring() with memset()
` [PATCH 13/30] net: eepro100: Factor out tx_ring command issuing
` [PATCH 14/30] net: eepro100: Add cache management
` [PATCH 15/30] net: eepro100: Remove volatile misuse
` [PATCH 16/30] net: eepro100: Reorder functions in the driver
` [PATCH 17/30] net: eepro100: Use PCI_DEVICE() to define PCI device compat list
` [PATCH 18/30] net: eepro100: Switch from malloc()+memset() to calloc()
` [PATCH 19/30] net: eepro100: Factor out MII registration
` [PATCH 20/30] net: eepro100: Fix EE_*_CMD macros
` [PATCH 21/30] net: eepro100: Drop inline keyword
` [PATCH 22/30] net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
` [PATCH 23/30] net: eepro100: Introduce device private data
` [PATCH 24/30] net: eepro100: Pass device private data around
` [PATCH 25/30] net: eepro100: Pass device private data into mdiobus
` [PATCH 26/30] net: eepro100: Add RX/TX rings into the private data
` [PATCH 27/30] net: eepro100: Drop bd_t pointer from read_hw_addr()
` [PATCH 28/30] net: eepro100: Split common parts of non-DM functions out
` [PATCH 29/30] net: eepro100: Add DM support
` [PATCH 30/30] net: eepro100: Add Kconfig entries

[PATCH] libfdt: Remove superfluous NUL character from overlay symbols
 2020-05-23 15:13 UTC  (5+ 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] rockchip: enable RNG on RockPro64
 2020-05-23 12:18 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  (5+ messages)

[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  (3+ messages)
` [PATCH v4 4/8] lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()

[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  (7+ messages)
` [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 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)

[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] 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  (6+ 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 


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