public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-11-12 09:13:24 to 2019-11-13 15:07:51 UTC [more...]

[U-Boot] [PATCH v3 00/42] common: Further reduce common.h
 2019-11-13 15:07 UTC  (44+ 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] [PATCH] scripts: dtc: ignore files generated generated by python
 2019-11-13 13:42 UTC 

[U-Boot] [PATCH] ARM: da850-evm: Disable SYS_MMCSD_RAW_MODE_USE_SECTOR
 2019-11-13 13:42 UTC 

[U-Boot] [PATCH 1/3] ARM: omapl138_lcdk: Separate BSS in SPL
 2019-11-13 13:37 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] ARM: omapl138_lcdk: Increase malloc pool before relocation
` [U-Boot] [PATCH 3/3] ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE

[U-Boot] [RFC/RFT PATCH v4 0/3] Add compressed Image booting support
 2019-11-13 13:36 UTC  (3+ messages)
` [U-Boot] [RFC/RFT PATCH v4 3/3] image: Add compressed Image parsing support in booti

[U-Boot] [PATCH] ARM: omapl138_lcdk: Allow early init to start instruction cache
 2019-11-13 13:36 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: omapl138_lcdk: Shrink code size by building with Thumb
 2019-11-13 13:35 UTC  (2+ messages)

[U-Boot] Quickboot in u-boot
 2019-11-13 12:55 UTC 

[U-Boot] [PATCH v1] imx: bootaux: elf firmware support
 2019-11-13 10:59 UTC  (3+ messages)

[U-Boot] [RESEND PATCH v2 00/13] ARM: davinci: driver-model improvements
 2019-11-13 10:55 UTC  (11+ messages)
` [U-Boot] [RESEND PATCH v2 12/13] davinci: omapl138-lcdk: enable driver-model in SPL

[U-Boot] [PATCH v3 0/4] RPi one binary for RPi3/4 and RPi1/2
 2019-11-13 10:49 UTC  (10+ 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 v4 1/2] common: Add support for Android DT image
 2019-11-13 10:19 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] cmd: Add dtimg command

[U-Boot] [PATCH] include/configs: ls1012a: add pfe stop command before boot linux kernel
 2019-11-13  9:42 UTC 

[U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
 2019-11-13  9:13 UTC  (2+ messages)
` [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】

[U-Boot] [PATCH v2 1/2] rockchip: clk: rv1108: remove duplicate reset init
 2019-11-13  9:08 UTC  (2+ messages)

[U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry
 2019-11-13  9:01 UTC  (5+ messages)

[U-Boot] Working Principles of Mender (OTA) and Secure U-boot (HAB library)
 2019-11-13  8:27 UTC 

[U-Boot] Working Principles of Mender (OTA) and Secure U-boot (HAB library)
 2019-11-13  8:22 UTC 

[U-Boot] [RFC PATCH] rockchip: tinker: Add boot from capability
 2019-11-13  7:50 UTC  (6+ messages)

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

[U-Boot] [PATCH v4] armv8: Add workaround for USB erratum A-050106
 2019-11-13  5:50 UTC 

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

[U-Boot] [PATCH] armv8: layerscape: set HWCONFIG_BUFFER_SIZE
 2019-11-13  3:54 UTC  (4+ messages)

[U-Boot] [PATCH] env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol
 2019-11-13  3:46 UTC 

[U-Boot] [PATCH 0/8] RISC-V AX25-AE350 support SPL
 2019-11-13  3:42 UTC  (31+ messages)
` [U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations

[U-Boot] [PATCH 1/4] arm64: dts: rk3399-rock960: add vdd_log and its init value
 2019-11-13  3:19 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] rockchip: rk3399: rock-pi4: Add init value for vdd_log
` [U-Boot] [PATCH 3/4] rockchip: rk3399: khadas-edge: "
` [U-Boot] [PATCH 4/4] rockchip: rk3399: orangepi: "

[U-Boot] [PATCH 00/16] efi_loader: add secure boot support
 2019-11-13  0:53 UTC  (17+ messages)
` [U-Boot] [PATCH 01/16] include: pe.h: add signature-related definitions
` [U-Boot] [PATCH 02/16] include: image.h: export hash algorithm helper functions
` [U-Boot] [PATCH 03/16] secure boot: rename CONFIG_SECURE_BOOT config option
` [U-Boot] [PATCH 04/16] efi_loader: add CONFIG_EFI_SECURE_BOOT "
` [U-Boot] [PATCH 05/16] efi_loader: add signature verification functions
` [U-Boot] [PATCH 06/16] efi_loader: add signature database parser
` [U-Boot] [PATCH 07/16] efi_loader: variable: support variable authentication
` [U-Boot] [PATCH 08/16] efi_loader: variable: add secure boot state transition
` [U-Boot] [PATCH 09/16] efi_loader: variable: add VendorKeys variable
` [U-Boot] [PATCH 10/16] efi_loader: image_loader: support image authentication
` [U-Boot] [PATCH 11/16] efi_loader: set up secure boot
` [U-Boot] [PATCH 12/16] cmd: env: use appropriate guid for authenticated UEFI variable
` [U-Boot] [PATCH 13/16] cmd: env: add "-at" option to "env set -e" command
` [U-Boot] [PATCH 14/16] efi_loader, pytest: set up secure boot environment
` [U-Boot] [PATCH 15/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)
` [U-Boot] [PATCH 16/16] efi_loader, pytest: add UEFI secure boot tests (image)

[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] [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] [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] [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] 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  (9+ messages)
` [U-Boot] [PATCH v2 05/41] common: Move random-number functions into their own header
` [U-Boot] [PATCH v2 32/41] common: Move interrupt functions into a new header

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

[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  (5+ 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/3] Add reboot mode support
 2019-11-12  9:13 UTC  (2+ messages)
` [U-Boot] [PATCH 3/3] reboot-mode: read the boot mode from RTC memory


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