public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-10-21 23:47:00 to 2019-10-23 06:43:07 UTC [more...]

[U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux
 2019-10-23  6:43 UTC  (10+ messages)

[U-Boot] [PATCH v3 01/20] arch: powerpc: add eSDHC node to p1020 dts
 2019-10-23  6:38 UTC  (3+ messages)

[U-Boot] [RFC 0/3] rsa: extend rsa_verify() for UEFI secure boot
 2019-10-23  5:44 UTC  (6+ messages)
` [U-Boot] [RFC 3/3] lib: rsa: add rsa_verify_with_pkey()

[U-Boot] [PATCH 0/4] Migrate cx9020 to DM_ETH, DM_USB and distro boot
 2019-10-23  5:40 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] imx: cx9020: migrate cx9020 to CONFIG_DM_ETH
` [U-Boot] [PATCH 2/4] imx: cx9020: migrate cx9020 to CONFIG_DM_USB
` [U-Boot] [PATCH 3/4] imx: cx9020: enable vidconsole by default
` [U-Boot] [PATCH 4/4] imx: cx9020: use distro boot

[U-Boot] [PATCH v1 0/3] rsa: extend rsa_verify() for UEFI secure boot
 2019-10-23  5:23 UTC  (7+ messages)
` [U-Boot] [PATCH v1 1/3] lib: rsa: decouple rsa from FIT image verification
` [U-Boot] [PATCH v1 2/3] lib: rsa: generate additional parameters for public key

[U-Boot] [PATCH v3 0/3] spi-nor: spi-nor-ids: Fix 4 Byte addressing for n25q*
 2019-10-23  5:18 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/3] spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry

[U-Boot] Need help with verified u-boot on Tegra TX2
 2019-10-23  4:28 UTC  (6+ messages)
  ` [U-Boot] [EXTERNAL] "

[U-Boot] Cavium/Marvell Octeon Support
 2019-10-23  3:50 UTC 

[U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL
 2019-10-23  3:25 UTC  (14+ messages)

[U-Boot] [PATCH 00/10] Moving test/py to Python 3
 2019-10-23  3:20 UTC  (15+ messages)
` [U-Boot] [PATCHv2 00/13] "
  ` [U-Boot] [PATCHv2 01/13] gitlab-ci: Fix indentation in some stanzas
  ` [U-Boot] [PATCHv2 02/13] gitlab-ci: Prepend to PATH rather than replace it
  ` [U-Boot] [PATCHv2 03/13] test/py: Split mark to multiple lines
  ` [U-Boot] [PATCHv2 04/13] test/py: Fix pytest4 deprecation warnings
  ` [U-Boot] [PATCHv2 05/13] test/py: Automated conversion to Python 3
  ` [U-Boot] [PATCHv2 06/13] test/py: Manual python3 fixes
  ` [U-Boot] [PATCHv2 07/13] test/py: test_ut.py: Ensure we use bytes
  ` [U-Boot] [PATCHv2 08/13] test/py: test_efi_selftest.py: Updates for python 3 support
  ` [U-Boot] [PATCHv2 09/13] test/py: Update test_fs to decode check_output calls
  ` [U-Boot] [PATCHv2 10/13] test/py: Rework test.py to be a different kind of wrapper
  ` [U-Boot] [PATCHv2 11/13] test/py: Update docs, add requirements.txt for pip
  ` [U-Boot] [PATCHv2 12/13] gitlab/travis: Rework how and when we use virtualenv in order to use python3
  ` [U-Boot] [PATCHv2 13/13] test/py: Use raw strings more to avoid deprecation warnings

[U-Boot] [PATCH v2 0/6] J721e: Add HyperBus support
 2019-10-23  2:36 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/6] arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node

[U-Boot] Confusion about "u-boot/doc/uImage.FIT/signature.txt"
 2019-10-23  2:23 UTC 

[U-Boot] [PATCH] spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition
 2019-10-23  1:43 UTC 

[U-Boot] [GIT] Pull request: u-boot-clk (23.10.2019)
 2019-10-22 22:38 UTC 

[U-Boot] [PATCH v4 0/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-22 20:29 UTC  (3+ messages)
` [U-Boot] [PATCH v4 4/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
  ` [U-Boot] [BUG] efi_driver: crash while reading from iSCSI drive

[U-Boot] [PATCH] spl: fix SPI config dependencies
 2019-10-22 20:05 UTC 

[U-Boot] [PATCH 1/3] fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
 2019-10-22 20:02 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] fdtdec: only create phandle if caller wants it "
` [U-Boot] [PATCH 3/3] image: fdt: copy possible optee nodes to a loaded devicetree

[U-Boot] [PATCH 0/3] make ERR_PTR/PTR_ERR architecture specific
 2019-10-22 19:29 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] Kconfig add config ERR_PTR_OFFSET
` [U-Boot] [PATCH 2/3] linux err: make ERR_PTR/PTR_ERR architecture specific
` [U-Boot] [PATCH 3/3] arm: socfpga: gen5: fix ERR_PTR_OFFSET

[U-Boot] [PATCH v2 1/4] fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
 2019-10-22 19:04 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/4] fdtdec: only create phandle if caller wants it "
` [U-Boot] [PATCH v2 3/4] image: fdt: copy possible optee nodes to a loaded devicetree
` [U-Boot] [PATCH v2 4/4] tests: add OP-TEE test suite

[U-Boot] [PATCH v3 022/108] x86: timer: Use a separate flag for whether timer is inited
 2019-10-22 18:56 UTC  (22+ messages)
` [U-Boot] [PATCH v3 025/108] x86: tpl: Add a fake PCI bus
` [U-Boot] [PATCH v3 035/108] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v3 092/108] x86: apollolake: Add UART driver
` [U-Boot] [PATCH v3 097/108] x86: apollolake: Add ITSS driver

[U-Boot] [PATCH v5 00/19] Add Intel Agilex SoC support
 2019-10-22 18:42 UTC  (18+ messages)
` [U-Boot] [PATCH v5 04/19] arm: socfpga: agilex: Add reset manager support
` [U-Boot] [PATCH v5 06/19] arm: socfpga: agilex: Add system "
` [U-Boot] [PATCH v5 07/19] arm: socfpga: Move Stratix10 and Agilex clock manager common code
` [U-Boot] [PATCH v5 08/19] arm: socfpga: Fix CLKMGR_INTOSC_HZ to 400MHz
` [U-Boot] [PATCH v5 11/19] cache: Add Arteris Ncore cache coherent unit driver
` [U-Boot] [PATCH v5 12/19] drivers: Enable cache driver build in SPL
` [U-Boot] [PATCH v5 14/19] ddr: altera: Restructure Stratix 10 SDRAM driver
` [U-Boot] [PATCH v5 19/19] arm: socfpga: agilex: Enable Agilex SoC build

[U-Boot] [PATCH 0/9] rockchip: ram: add common code for sdram driver
 2019-10-22 18:38 UTC  (12+ messages)
` [U-Boot] [PATCH 1/9] ram: rockchip: rename sdram driver files
` [U-Boot] [PATCH 2/9] ram: rockchip: add common sdram driver
` [U-Boot] [PATCH 3/9] ram: px30: add "
` [U-Boot] [PATCH 4/9] ram: rk3328: use common "
` [U-Boot] [PATCH 5/9] ram: rk3399: "
` [U-Boot] [PATCH 6/9] ram: rockchip: update lpddr4 timing for rk3399
` [U-Boot] [PATCH 7/9] ram: rk3399: Sync the io setting from Rockchip vendor code
` [U-Boot] [PATCH 8/9] ram: rk3399: update calculate_stride
` [U-Boot] [PATCH 9/9] ram: rk3399: Sync code from rockchip vendor code

[U-Boot] [PATCH v4 0/4] arm: socfpga: Convert drivers from struct to defines
 2019-10-22 18:25 UTC  (7+ messages)
` [U-Boot] [PATCH v4 2/4] arm: socfpga: Convert reset manager "
` [U-Boot] [PATCH v4 3/4] arm: socfpga: Convert system "
` [U-Boot] [PATCH v4 4/4] arm: socfpga: Convert clock "

[U-Boot] [PATCH 0/2] spi-nor-core: Fix small sector erase with SFDP
 2019-10-22 18:20 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig
 2019-10-22 18:16 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] stm32mp1: configs: Add CONFIG_SPL_SPI_FLASH_MTD
` [U-Boot] [PATCH 3/3] mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD

[U-Boot] [PATCH 0/9] rockchip: rk3399: Add fastboot support
 2019-10-22 17:54 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] gadget: Select USB_GADGET_MANUFACTURER for rockchip
` [U-Boot] [PATCH 2/9] gadget: Select USB_GADGET_VENDOR_NUM "
` [U-Boot] [PATCH 3/9] gadget: rockchip: USB_GADGET_PRODUCT_NUM
` [U-Boot] [PATCH 4/9] gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM
` [U-Boot] [PATCH 5/9] fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]
` [U-Boot] [PATCH 6/9] usb: dwc3: Add phy interface for dwc3_uboot
` [U-Boot] [PATCH 7/9] gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
` [U-Boot] [PATCH 8/9] rockchip: Setup dwc3_device (for non-dm gadgets)
` [U-Boot] [DO NOT MERGE] [PATCH 9/9] rockchip: rk3399: Enable fastboot

[U-Boot] [RFC PATCH v2 00/18] arm: socfpga: gen5: move to DM
 2019-10-22 17:13 UTC  (4+ messages)
` [U-Boot] [RFC PATCH v2 08/18] socfpga: gen5: add new tool to create handoff dtsi files

[U-Boot] [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms
 2019-10-22 16:11 UTC  (20+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH] test/py: hush_if_test: Add tests to cover octal/hex values
 2019-10-22 15:54 UTC  (9+ messages)

[U-Boot] [PATCH] dts: Kconfig: Fix help for SPL_OF_CONTROL
 2019-10-22 14:50 UTC 

[U-Boot] [PATCH 0/3] cmd: fru: Add simple FRU generator and parser
 2019-10-22 14:43 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] cmd: fru: Add support for FRU commands

[U-Boot] [PATCH PATCH v6 00/13] Add support for applications of overlays in SPL
 2019-10-22 14:39 UTC  (14+ messages)
` [U-Boot] [PATCH PATCH v6 01/13] spl: fit: don't load the firmware twice
` [U-Boot] [PATCH PATCH v6 02/13] spl: fit: Add support for applying DT overlay
` [U-Boot] [PATCH PATCH v6 03/13] spl: fit: Make room in the FDT before applying overlays
` [U-Boot] [PATCH PATCH v6 04/13] spl: fit: allocate a temporary buffer to load the overlays
` [U-Boot] [PATCH PATCH v6 05/13] spl: fit: Do not fail immediately if an overlay is not available
` [U-Boot] [PATCH PATCH v6 06/13] spl: fit: be more verbose when an error occurs when applying the overlays
` [U-Boot] [PATCH PATCH v6 07/13] Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is enabled
` [U-Boot] [PATCH PATCH v6 08/13] spl: fit: constify the output parameter of spl_fit_get_image_name()
` [U-Boot] [PATCH PATCH v6 09/13] drivers: board: Make the board drivers available in SPL
` [U-Boot] [PATCH PATCH v6 10/13] drivers: board: Add get_fit_loadable()
` [U-Boot] [PATCH PATCH v6 11/13] include: board: provide empty stubs when the BOARD option is not selected
` [U-Boot] [PATCH PATCH v6 12/13] dts: Add support for adding DT overlays in u-boot.img
` [U-Boot] [PATCH PATCH v6 13/13] spl: fit: Allow the board to tell if more images must be loaded from FIT

[U-Boot] linker question u-boot - setting armv8 mem_map struct at runtime
 2019-10-22 14:17 UTC 

[U-Boot] [PATCH v3 0/3] env: Add CONFIG_ENV_FULL_SUPPORT
 2019-10-22 13:50 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/3] env: introduce macro ENV_IS_IN_SOMEWHERE

[U-Boot] [PATCH v2 00/10] bootstage: TPL and SPL improvements
 2019-10-22 12:42 UTC  (3+ messages)
` [U-Boot] [PATCH v2 02/10] tiny-printf: Add print_grouped_ull()

[U-Boot] [PATCH V1 0/6] imx: imx8mm-evk: support eth
 2019-10-22 12:24 UTC  (8+ messages)
` [U-Boot] [PATCH V1 1/6] clk: imx8mm: add enet clk
` [U-Boot] [PATCH V1 2/6] clk: imx: imx8mm: add set_parent callback
` [U-Boot] [PATCH V1 3/6] arm: dts: imx8mm: drop assigned clocks for clk node
` [U-Boot] [PATCH V1 4/6] net: Kconfig: FEC: Add dependency on i.MX8M
` [U-Boot] [PATCH V1 5/6] net: fec_mxc: support i.MX8M with CLK_CCF
` [U-Boot] [PATCH V1 6/6] imx: imx8mm-evk: enable ethernet

[U-Boot] [PATCH] ARM: mvebu: don't dereference null bd pointer
 2019-10-22 12:15 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] clk: Add a managed API and fix clock self-assignment
 2019-10-22 12:00 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] drivers: clk: Handle gracefully NULL pointers
` [U-Boot] [PATCH v2 2/5] drivers: clk: Add a managed API to get clocks from the device-tree
` [U-Boot] [PATCH v2 3/5] test: clk: Update tests to also check the managed API
` [U-Boot] [PATCH v2 4/5] drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
` [U-Boot] [PATCH v2 5/5] test: clk: test clock self assignment

[U-Boot] [PATCH v2 0/4] Fix default values for address and size cells
 2019-10-22 11:14 UTC  (4+ messages)

[U-Boot] [PATCH v1 0/3] gpio: Add a managed API
 2019-10-22 10:26 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/3] drivers: gpio: Handle gracefully NULL pointers

[U-Boot] [PATCH] imx: imx8: fix loading container image from eMMC boot partitions
 2019-10-22 10:19 UTC  (9+ messages)

[U-Boot] [PATCH v3 0/5] rockchip: Add Binman support
 2019-10-22 10:10 UTC  (6+ messages)
` [U-Boot] [PATCH v3 2/5] Makefile: Rename idbloader.img with u-boot-spl-rockchip.bin

[U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI
 2019-10-22  9:51 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] rockchip: make_fit_atf.py: allow inclusion of a tee binary
 2019-10-22  9:45 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] remoteproc: add elf resource table loader
 2019-10-22  9:08 UTC  (4+ messages)
` [U-Boot] [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

[U-Boot] [PATCH 1/2] imx: add imx8x capricorn giedi board
 2019-10-22  8:34 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] imx: add imx8x based deneb board

[U-Boot] [PATCH v3 000/108] x86: Add initial support for apollolake
 2019-10-22  8:15 UTC  (4+ messages)

[U-Boot] [PATCH v2] fdt: Fix alignment issue when reading 64-bits properties from fdt
 2019-10-22  8:05 UTC 

[U-Boot] [PATCH 1/3] mach-imx: Adding new argument for SIP call interface
 2019-10-22  7:57 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] imx8: add sc_misc_seco_build_info()
` [U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs

[U-Boot] [PATCH] fdt: Fix alignment issue when reading 64-bits properties
 2019-10-22  7:56 UTC  (3+ messages)

[U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes
 2019-10-22  7:51 UTC 

[U-Boot] [PATCH v2] dm: core: Update log method for uclass_find_device_by_seq
 2019-10-22  7:39 UTC 

[U-Boot] [v3, 1/2] armv7: ls102xa: add errata ID A-008646 for workaround
 2019-10-22  4:49 UTC  (4+ messages)
` [U-Boot] [v3, 2/2] armv7: ls102xa: Don't power down OCRAM1 during deep sleep

[U-Boot] [PATCH v2] armv8: lx2160a: Update LX2160A/LX2120A/LX2080A SVR value
 2019-10-22  4:45 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv8: ls1028a: disable multimedia feature when not supported
 2019-10-22  4:44 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call
 2019-10-22  4:43 UTC  (2+ messages)

[U-Boot] [PATCH] configs: ls1012afrwy: Add CONFIG_ENV_ADDR for LS1012AFRWY
 2019-10-22  4:41 UTC  (2+ messages)

[U-Boot] [v2] armv7: ls102xa: Correct endianness of SCFG_SPARECR8 read
 2019-10-22  4:40 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: fsl-layerscape: Make USB masters snoopable
 2019-10-22  4:37 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv7: ls102xa: Correct entry of SCFG_QSPI_CLKSEL
 2019-10-22  4:36 UTC  (2+ messages)

[U-Boot] [RESEND][PATCH v2] configs: ls1012ardb: Add CONFIG_ENV_ADDR for LS1012ARDB
 2019-10-22  4:34 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv8: ls1028a: add more personalities support
 2019-10-22  4:31 UTC  (2+ messages)

[U-Boot] pull request u-boot-fsl-qoriq
 2019-10-22  4:28 UTC 

[U-Boot] [PATCH] clk: show more error info when uclass_get_device_by_name
 2019-10-22  3:31 UTC 

[U-Boot] [PATCH v2] patman: separate emails in CC list with NULs
 2019-10-22  3:09 UTC 

[U-Boot] [PATCH v2 1/3] imx6ul: opos6ul: migrate to DM_ETH
 2019-10-22  3:00 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/3] video: mxsfb: set gd->fb_base

[U-Boot] [PATCH] imx: imx8qxp_mek: increase buffer sizes and args number
 2019-10-22  2:44 UTC  (2+ messages)

[U-Boot] [PATCH] patman: separate emails in CC list with NULs
 2019-10-22  0:17 UTC  (2+ messages)

[U-Boot] [PATCH] dm: core: Update log method for uclass_find_device_by_seq
 2019-10-21 23:47 UTC  (2+ messages)

[U-Boot] [PATCH 00/37] convert GE boards to DM
 2019-10-21 23:47 UTC  (5+ messages)
` [U-Boot] [PATCH 16/37] i2c: add support for offset overflow in to address


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