public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-11-11 14:21:34 to 2019-11-13 00:47:30 UTC [more...]

[U-Boot] [PATCH v3 0/6] rsa: extend rsa_verify() for UEFI secure boot
 2019-11-13  0:47 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] lib: rsa: decouple rsa from FIT image verification
` [U-Boot] [PATCH v3 2/6] rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config
` [U-Boot] [PATCH v3 3/6] include: image.h: add key info to image_sign_info
` [U-Boot] [PATCH v3 4/6] lib: rsa: generate additional parameters for public key
` [U-Boot] [PATCH v3 5/6] lib: rsa: add rsa_verify_with_pkey()
` [U-Boot] [PATCH v3 6/6] test: add rsa_verify() unit test

[U-Boot] [PATCH v3 00/16] import x509/pkcs7 parsers from linux
 2019-11-13  0:45 UTC  (17+ messages)
` [U-Boot] [PATCH v3 01/16] linux_compat: move kmemdup() from ubifs.c to linux_compat.c
` [U-Boot] [PATCH v3 02/16] rtc.h: add struct udevice declaration
` [U-Boot] [PATCH v3 03/16] rtc: move date.c from drivers/rtc/ to lib/
` [U-Boot] [PATCH v3 04/16] lib: add mktime64() for linux compatibility
` [U-Boot] [PATCH v3 05/16] include: kernel.h: include printk.h
` [U-Boot] [PATCH v3 06/16] linux/time.h: include vsprintf.h
` [U-Boot] [PATCH v3 07/16] cmd: add asn1_compiler
` [U-Boot] [PATCH v3 08/16] Makefile: add build script for asn1 parsers
` [U-Boot] [PATCH v3 09/16] lib: add asn1 decoder
` [U-Boot] [PATCH v3 10/16] doc: add README for asn1 compiler and decoder
` [U-Boot] [PATCH v3 11/16] lib: add oid registry utility
` [U-Boot] [PATCH v3 12/16] lib: crypto: add public key utility
` [U-Boot] [PATCH v3 13/16] lib: crypto: add rsa public key parser
` [U-Boot] [PATCH v3 14/16] lib: crypto: add x509 parser
` [U-Boot] [PATCH v3 15/16] lib: crypto: add pkcs7 message parser
` [U-Boot] [PATCH v3 16/16] test: add asn1 unit test

[U-Boot] [BUG] fs: fat: incorrect creation of files with Unicode file name
 2019-11-12 23:53 UTC 

[U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a
 2019-11-12 22:55 UTC  (11+ messages)

[U-Boot] [PATCH 1/1] efi_loader: call add_u_boot_and_runtime() on sandbox
 2019-11-12 22:29 UTC 

[U-Boot] [PATCH v2 0/3] efi_loader: support building UEFI binaries on sandbox
 2019-11-12 22:27 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] efi_loader: call add_u_boot_and_runtime() "
` [U-Boot] [PATCH v2 2/3] efi_loader: support building UEFI binaries "
` [U-Boot] [PATCH v2 3/3] efi_selftest: enable all UEFI unit tests on the sandbox

[U-Boot] [PATCH 1/2] usb: composite: fix possible alignment issues
 2019-11-12 21:26 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] usb: dwc2: "

[U-Boot] [PATCH v3 00/42] common: Further reduce common.h
 2019-11-12 19:42 UTC  (43+ messages)
` [U-Boot] [PATCH v3 01/42] common: Move legacy CPU functions to their own header
` [U-Boot] [PATCH v3 02/42] Drop CONFIG_SHOW_ACTIVITY
` [U-Boot] [PATCH v3 03/42] common: Drop global inclusion of status_led.h
` [U-Boot] [PATCH v3 04/42] status_led: Tidy up the code style
` [U-Boot] [PATCH v3 05/42] common: Move random-number functions into their own header
` [U-Boot] [PATCH v3 06/42] common: Drop linux/crc8.h
` [U-Boot] [PATCH v3 07/42] crc: Fix code style with crc functions
` [U-Boot] [PATCH v3 08/42] crc32: Use the crc.h header for "
` [U-Boot] [PATCH v3 09/42] spl: bootcount: Move code out of header file
` [U-Boot] [PATCH v3 10/42] common: Move bootcount functions to their "
` [U-Boot] [PATCH v3 11/42] common: Move sorting functions to their own "
` [U-Boot] [PATCH v3 12/42] Move strtomhz() to vsprintf.h
` [U-Boot] [PATCH v3 13/42] common: Move env_get_ip() to net.h
` [U-Boot] [PATCH v3 14/42] serial: usb: Correct the usbtty_...() prototypes
` [U-Boot] [PATCH v3 15/42] common: Move serial_printf() to the serial header
` [U-Boot] [PATCH v3 16/42] common: Move serial functions out of common.h
` [U-Boot] [PATCH v3 17/42] common: Add a new lz4.h header file
` [U-Boot] [PATCH v3 18/42] common: Move some time functions out of common.h
` [U-Boot] [PATCH v3 19/42] common: Move wait_ticks "
` [U-Boot] [PATCH v3 20/42] arm: pxa: Drop pxa_wait_ticks()
` [U-Boot] [PATCH v3 21/42] common: Move timer_get_us() function out of common.h
` [U-Boot] [PATCH v3 22/42] common: Move get_ticks() "
` [U-Boot] [PATCH v3 23/42] common: Move mii_init() "
` [U-Boot] [PATCH v3 24/42] common: Move some CPU functions "
` [U-Boot] [PATCH v3 25/42] common: Drop cpu_init()
` [U-Boot] [PATCH v3 26/42] common: Move checkcpu() out of common.h
` [U-Boot] [PATCH v3 27/42] common: Move some SMP functions "
` [U-Boot] [PATCH v3 28/42] arm: powerpc: Tidy up code style for cache functions
` [U-Boot] [PATCH v3 29/42] common: Move some cache and MMU functions out of common.h
` [U-Boot] [PATCH v3 30/42] common: Drop checkicache() and checkdcache()
` [U-Boot] [PATCH v3 31/42] common: Move ARM cache operations out of common.h
` [U-Boot] [PATCH v3 32/42] arm: powerpc: Tidy up code style for interrupt functions
` [U-Boot] [PATCH v3 33/42] common: Move interrupt functions into a new header
` [U-Boot] [PATCH v3 34/42] common: Move enable/disable_interrupts out of common.h
` [U-Boot] [PATCH v3 35/42] common: Move command functions "
` [U-Boot] [PATCH v3 36/42] common: Drop board_show_dram()
` [U-Boot] [PATCH v3 37/42] common: Move board_get_usable_ram_top() out of common.h
` [U-Boot] [PATCH v3 38/42] common: Move some board functions "
` [U-Boot] [PATCH v3 39/42] common: Move pci_init_board() "
` [U-Boot] [PATCH v3 40/42] common: Move trap_init() "
` [U-Boot] [PATCH v3 41/42] common: Drop get_endaddr()
` [U-Boot] [PATCH v3 42/42] common: Move old EEPROM functions into a new header

[U-Boot] [RESEND PATCH 00/10] GE boards initial DM conversion
 2019-11-12 19:15 UTC  (11+ 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] [PATCH] tools: env: handle corrupted ubi volumes during sanity check
 2019-11-12 19:02 UTC 

[U-Boot] [PATCH] m68k: Drop CONFIG_MCFPIT support
 2019-11-12 19:00 UTC  (2+ messages)

[U-Boot] [RFC PATCH] rockchip: tinker: Add boot from capability
 2019-11-12 18:48 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] evb-rk3128: Migrate CONFIG_ENV_IS_IN_MMC to defconfig
 2019-11-12 18:42 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] pfla02: Migrate CONFIG_ENV_IS_IN_SPI_FLASH "
` [U-Boot] [PATCH 3/3] defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT

[U-Boot] [PATCH v4 1/2] common: Add support for Android DT image
 2019-11-12 18:18 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/2] cmd: Add dtimg command

[U-Boot] [PATCH] binman: tegra: Adjust symbol calculation depending on end-at-4gb
 2019-11-12 16:17 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
 2019-11-12 15:47 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/5] dm: clk: add stub for clk_disable_bulk when CONFIG_CLK is desactivated
` [U-Boot] [PATCH v3 2/5] usb: host: dwc2: add phy support
` [U-Boot] [PATCH v3 3/5] usb: host: dwc2: add clk support
` [U-Boot] [PATCH v3 4/5] usb: host: dwc2: force reset assert
` [U-Boot] [PATCH v3 5/5] usb: host: dwc2: add trace to have clean usb start

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191105
 2019-11-12 14:53 UTC  (2+ messages)

[U-Boot] [PATCH] video: stm32: remove the compatible "synopsys, dw-mipi-dsi" support
 2019-11-12 14:39 UTC 

[U-Boot] [PATCH v2 00/41] common: Further reduce common.h
 2019-11-12 14:13 UTC  (47+ messages)
` [U-Boot] [PATCH v2 05/41] common: Move random-number functions into their own header
` [U-Boot] [PATCH v2 18/41] common: Move some time functions out of common.h
` [U-Boot] [PATCH v2 19/41] common: Move wait_ticks "
` [U-Boot] [PATCH v2 20/41] common: Move timer_get_us() function "
` [U-Boot] [PATCH v2 21/41] common: Move get_ticks() "
` [U-Boot] [PATCH v2 22/41] common: Move mii_init() "
` [U-Boot] [PATCH v2 24/41] common: Drop cpu_init()
` [U-Boot] [PATCH v2 25/41] common: Move checkcpu() out of common.h
` [U-Boot] [PATCH v2 27/41] arm: powerpc: Tidy up code style for cache functions
` [U-Boot] [PATCH v2 29/41] common: Drop checkicache() and checkdcache()
` [U-Boot] [PATCH v2 31/41] arm: powerpc: Tidy up code style for interrupt functions
` [U-Boot] [PATCH v2 32/41] common: Move interrupt functions into a new header
` [U-Boot] [PATCH v2 33/41] common: Move enable/disable_interrupts out of common.h
` [U-Boot] [PATCH v2 34/41] common: Move command functions "
` [U-Boot] [PATCH v2 35/41] common: Drop board_show_dram()
` [U-Boot] [PATCH v2 36/41] common: Move board_get_usable_ram_top() out of common.h
` [U-Boot] [PATCH v2 37/41] common: Move some board functions "
` [U-Boot] [PATCH v2 38/41] common: Move pci_init_board() "
` [U-Boot] [PATCH v2 39/41] common: Move trap_init() "
` [U-Boot] [PATCH v2 40/41] common: Drop get_endaddr()
` [U-Boot] [PATCH v2 41/41] common: Move old EEPROM functions into a new header

[U-Boot] [PATCH v3 0/4] RPi one binary for RPi3/4 and RPi1/2
 2019-11-12 12:50 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/4] rpi: push fw_dtb_pointer in the .data section
` [U-Boot] [PATCH v3 2/4] ARM: bcm283x: Move BCM283x_BASE to a global variable
` [U-Boot] [PATCH v3 3/4] ARM: bcm283x: Set rpi_bcm283x_base at run-time
` [U-Boot] [PATCH v3 4/4] ARM: bcm283x: Set memory map "

[U-Boot] [PATCH v3] spi: cadence_qspi: support DM_CLK
 2019-11-12 11:57 UTC  (10+ messages)

[U-Boot] [PATCH v3 1/6] mx7ulp: Print the LDO mode status
 2019-11-12 11:30 UTC  (3+ messages)
` [U-Boot] [PATCH v3 6/6] mx7ulp: Add support for Embedded Artists COM board

[U-Boot] [PATCH 0/4] Drop redundant code for eSDHC clock getting
 2019-11-12 11:28 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: get clock directly from global data
` [U-Boot] [PATCH 2/4] arm: ls1021a: drop redundant board_mmc_init()
` [U-Boot] [PATCH 3/4] arm: drop eSDHC clock getting in mxc_get_clock() for layerscape
` [U-Boot] [PATCH 4/4] mpc83xx: remove unused clock.h

[U-Boot] [PATCH v2 0/6] Raspberry Pi4: add support for DFU over USB
 2019-11-12 10:30 UTC  (6+ messages)
  ` [U-Boot] [PATCH v2 6/6] config: enable DFU over USB on Raspberry Pi4 boards

[U-Boot] [PATCH 1/7] phy: generic: add error trace to detect PHY issue in uclass
 2019-11-12 10:01 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] usb: gadget: dwc2: change trace level for phy errors managed by uclass
` [U-Boot] [PATCH 3/7] board: sunxi: "
` [U-Boot] [PATCH 4/7] usb: host: ohci: "
` [U-Boot] [PATCH 5/7] usb: host: ehci-hcd: "
` [U-Boot] [PATCH 6/7] usb: dwc3: "
` [U-Boot] [PATCH 7/7] ata: dwc-ahci: "

[U-Boot] [PATCH 0/8] RISC-V AX25-AE350 support SPL
 2019-11-12  9:47 UTC  (30+ messages)
` [U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations

[U-Boot] [PATCH 0/3] Add reboot mode support
 2019-11-12  9:13 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] reboot-mode: add support for reboot mode control
` [U-Boot] [PATCH 2/3] reboot-mode: read the boot mode from GPIOs status
` [U-Boot] [PATCH 3/3] reboot-mode: read the boot mode from RTC memory

[U-Boot] [PATCH] armv8: layerscape: set HWCONFIG_BUFFER_SIZE
 2019-11-12  8:50 UTC  (3+ messages)

[U-Boot] [PATCH] rtc: add support for DS3232 device
 2019-11-12  8:39 UTC 

[U-Boot] [PATCH v1] imx: bootaux: elf firmware support
 2019-11-12  7:47 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] usb: host: dwc2: use driver model for PHY and CLOCK
 2019-11-12  7:42 UTC  (3+ messages)

[U-Boot] [PATCH] env: Access Environment in SPI flashes before relocation
 2019-11-12  7:07 UTC  (5+ messages)

[U-Boot] [PATCH v4] gitattributes: dont treat non-text files as text
 2019-11-12  2:06 UTC  (2+ messages)

[U-Boot] [PATCH] .gitignore: Ignore .img files
 2019-11-12  2:06 UTC  (2+ messages)

[U-Boot] [ANN] U-Boot v2020.01-rc2 released
 2019-11-12  2:02 UTC 

[U-Boot] Pull request: u-boot-rockchip-20191026
 2019-11-12  2:01 UTC  (2+ messages)

[U-Boot] pull request u-boot-fsl-qoriq
 2019-11-12  2:01 UTC  (2+ messages)

[U-Boot] [PATCH v3 022/108] x86: timer: Use a separate flag for whether timer is inited
 2019-11-12  0:51 UTC  (4+ messages)
` [U-Boot] [PATCH v3 043/108] x86: Adjust mrccache_get_region() to use livetree

[U-Boot] [PATCH] spl: fix stack usage check if gd is not initialized
 2019-11-11 21:30 UTC 

[U-Boot] [PATCH] net: cpsw: Add NULL pointer check
 2019-11-11 16:46 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name
 2019-11-11 15:30 UTC  (2+ messages)

[U-Boot] [PATCH v2] configs: spi: Add the SPI_FLASH_BAR for ESPI
 2019-11-11 15:29 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv8: fsl-layerscape: fix warning if no hwconfig is defined
 2019-11-11 15:25 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] drivers: net: fsl_enetc: set phydev->node
 2019-11-11 15:23 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] drivers: net: fsl_enetc: fix RGMII configuration

[U-Boot] [PATCH] armv8: fsl-layerscape: introduce fsl_board_late_init()
 2019-11-11 15:19 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: fsl-lsch3: convert CONFIG_TARGET_x to CONFIG_ARCH_x
 2019-11-11 15:18 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] riscv: sifive/fu540: Enable SPI-NOR support
 2019-11-11 14:32 UTC  (6+ messages)
` [U-Boot] [PATCH v2 5/5] sifive: fu540: Enable spi-nor flash support


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