public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-01-29 14:34:41 to 2021-02-01 00:34:22 UTC [more...]

[PATCH 00/14] spi: dw: Add support for DUAL/QUAD/OCTAL modes
 2021-02-01  0:34 UTC 

Pull request: u-boot-sunxi/master for v2021.04 (part 3)
 2021-02-01  0:25 UTC 

[PATCH v2 1/1] sandbox: mark os_abort() as noreturn
 2021-02-01  0:24 UTC 

[PATCH 1/1] sandbox: mark os_abort() as __noreturn
 2021-01-31 23:55 UTC 

[PATCH] video: Drop unprintable characters from video_font_data.h
 2021-01-31 21:37 UTC  (2+ messages)

[PATCH] sunxi: spl: Fix H616 clock initialization
 2021-01-31 20:25 UTC 

[PATCH 1/2] gitlab: Move the n900 test into its own section
 2021-01-31 17:31 UTC  (11+ messages)
` [PATCH 2/2] buildman: Support single-threaded operation

[PATCH v2] armv8: Handle EL2 Host mode
 2021-01-31 17:07 UTC  (3+ messages)

[PATCH] x86: Reduce size of samus image
 2021-01-31 16:17 UTC 

[PATCH 04/11] dm: Remove uses of device_bind_offset()
 2021-01-31 15:37 UTC  (5+ messages)
` [PATCH 00/11] dm: Simplify livetree handling

[PULL] u-boot-usb/master
 2021-01-31 14:58 UTC 

[PULL] u-boot-sh/master
 2021-01-31 14:57 UTC 

Pull request for UEFI sub-system for efi-2021-04-rc1-4
 2021-01-31 13:49 UTC  (2+ messages)

[PATCH v2 00/10] Allow booting a 32-bit system with a top memory address beyond 4 GiB
 2021-01-31 13:27 UTC  (12+ messages)
` [PATCH v2 01/10] riscv: Adjust board_get_usable_ram_top() for 32-bit
` [PATCH v2 02/10] arm: rockchip: Explicitly cast gd->ram_top in dram_init_banksize()
` [PATCH v2 03/10] global_data.h: Change ram_top type to phys_addr_t
` [PATCH v2 04/10] serial: sifive: Cast dev_read_addr() with uintptr_t
` [PATCH v2 05/10] riscv: ax25-ae350: Cast addr "
` [PATCH v2 06/10] net: ftmac100: Cast priv->iobase "
` [PATCH v2 07/10] fdtdec: Cast prior_stage_fdt_address "
` [PATCH v2 08/10] riscv: Change phys_addr_t and phys_size_t to 64-bit
` [PATCH v2 09/10] bdinfo: Rename function names to be clearer
` [PATCH v2 10/10] bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit

[PATCH 1/1] sandbox: host bind must close file descriptor
 2021-01-31 10:38 UTC 

[PATCH 1/1] doc: dm: describe end of life of plat_auto
 2021-01-31 10:06 UTC 

[PATCH] azure: Add -E back for the world build script
 2021-01-31  8:38 UTC 

[PATCH 0/7] Allow booting a 32-bit system with a top memory address beyond 4 GiB
 2021-01-31  8:35 UTC  (9+ messages)
` [PATCH 2/7] global_data.h: Change ram_top type to phys_addr_t

Intermittent failure with test_efi_selftest_text_input
 2021-01-31  3:45 UTC  (4+ messages)

[PATCH 0/8] spl: fit: Play nicely with OP-TEE and Linux
 2021-01-31  3:45 UTC  (10+ messages)
` [PATCH 2/8] spl: fit: Factor out FIT parsing and use a context struct

[PATCH v2 00/40] test: Refactor tests to have a single test runner
 2021-01-31  3:32 UTC  (41+ messages)
` [PATCH v2 01/40] doc: Tidy up testing section
` [PATCH v2 02/40] doc: Document make tcheck
` [PATCH v2 03/40] sandbox: Drop the 'starting...' message unless testing
` [PATCH v2 04/40] doc: Explain how to run tests without pytest
` [PATCH v2 05/40] doc: Document how sandbox_spl_tests are run
` [PATCH v2 06/40] test: Correct setexpr test prefix
` [PATCH v2 07/40] test: Mark all driver model tests with a flag
` [PATCH v2 08/40] test: Rename test-main.c to test-dm.c
` [PATCH v2 09/40] test: Add an overall test runner
` [PATCH v2 10/40] test: Create pre/post-run functions
` [PATCH v2 11/40] test: Call test_pre/post_run() from driver model tests
` [PATCH v2 12/40] test: Move dm_extended_scan() to test_pre_run()
` [PATCH v2 13/40] test: Move do_autoprobe() "
` [PATCH v2 14/40] test: Move dm_scan_plat() "
` [PATCH v2 15/40] test: Drop mallinfo() work-around
` [PATCH v2 16/40] test: Move console silencing to test_pre_run()
` [PATCH v2 17/40] test: Move delay skipping "
` [PATCH v2 18/40] test: Handle driver model reinit in test_pre_run()
` [PATCH v2 19/40] test: Drop struct dm_test_state
` [PATCH v2 20/40] test: Move dm_test_init() into test-main.c
` [PATCH v2 21/40] test: Move dm_test_destroy() "
` [PATCH v2 22/40] test: Move test running into a separate function
` [PATCH v2 23/40] test: Use ut_run_test() to run driver model tests
` [PATCH v2 24/40] test: Drop dm_do_test()
` [PATCH v2 25/40] test: Add ut_run_test_live_flat() to run tests twice
` [PATCH v2 26/40] test: Use a local variable for test state
` [PATCH v2 27/40] test: Run driver-model tests using ut_run_list()
` [PATCH v2 28/40] test: Use return values in dm_test_run()
` [PATCH v2 29/40] test: Move the devicetree check into ut_run_list()
` [PATCH v2 30/40] test: Move restoring of driver model state to ut_run_list()
` [PATCH v2 31/40] test: log: Rename log main test file to log_ut.c
` [PATCH v2 32/40] test: Add a macros for finding tests in linker_lists
` [PATCH v2 33/40] test: Rename all linker lists to have a ut_ prefix
` [PATCH v2 34/40] test: Allow SPL to run any available test
` [PATCH v2 35/40] sandbox: Update os_find_u_boot() to find the .img file
` [PATCH v2 36/40] spl: Convert spl_fit to work with sandbox
` [PATCH v2 37/40] doc: Move coccinelle into its own section
` [PATCH v2 38/40] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v2 39/40] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v2 40/40] doc: Explain briefly how to write new tests

Please pull u-boot-dm
 2021-01-31  3:28 UTC 

[PATCH v2] test/py: fix runtest wrapper for pytest 6
 2021-01-31  3:12 UTC 

[PATCH 0/4] fs: fat: code clean up
 2021-01-30 23:09 UTC  (5+ messages)
` [PATCH 1/4] fs: fat: usage basename in file_fat_write_at, fat_mkdir
` [PATCH 2/4] fs: fat: must not write directory '.' and '..'
` [PATCH 3/4] fs: fat: carve out fat_create_dir_entry()
` [PATCH 4/4] fs: fat: remove trailing periods from long name

[PATCH] test/py: support pytest 6
 2021-01-30 23:06 UTC  (3+ messages)

[PATCH 1/1] sandbox: keep time offset when resetting
 2021-01-30 21:27 UTC  (5+ messages)

[PATCH] do not pass NULL pointer to libfdt
 2021-01-30 21:27 UTC  (2+ messages)

[PATCH 00/11] More minor clean-ups and improvements
 2021-01-30 21:27 UTC  (23+ messages)
` [PATCH 01/11] spl: Tidy up SPL/TPL malloc sizes
` [PATCH 02/11] x86: coral: Support TPM and RTC in SPL
` [PATCH 03/11] i2c: desigware: Add an alias for Intel Apollo Lake
` [PATCH 04/11] sandbox: Disable I2C emulators in SPL
` [PATCH 05/11] dm: core: Don't inline dev_read...() calls with of-platdata
` [PATCH 06/11] clk: Add debugging for return values
` [PATCH 07/11] clk: x86: Correct the driver name
` [PATCH 08/11] dm: core: Add a comment about pinctrl_select_state()
` [PATCH 10/11] Add a symlink for ctype.h
` [PATCH 11/11] binman: Print a debug message when binman selects a node

[PATCH v5] net: tftp: Add client support for RFC 7440
 2021-01-30 21:26 UTC  (4+ messages)

[PATCH] dm: replace auto_alloc_size with auto
 2021-01-30 21:26 UTC  (3+ messages)

[PATCH 0/2] disk: part: sandbox support in dev_print()
 2021-01-30 21:26 UTC  (5+ messages)
` [PATCH 1/2] sandbox: fill block device meta information
` [PATCH 2/2] disk: part: sandbox support in dev_print()

[PATCH 0/4] Add Gateworks Venice board support
 2021-01-30 21:22 UTC  (7+ messages)
` [PATCH 1/4] Respect that some compression algos can be enabled separately for SPL

[PATCH] test: Update test_fs to not use deprecated pytest.yield_fixture()
 2021-01-30 19:22 UTC  (2+ messages)

[PATCH] test: correct entry point to pytest
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH 1/1] test: pr_cont_test.o depends on CONFIG_LOG=y
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH] fs: btrfs: Select SHA256 in Kconfig
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH 1/1] fs: fat: remove superfluous assignments
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH 1/1] fs: fat: avoid out of bounds access warning
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH 1/1] avb: AVB_VERIFY depends on MMC
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH] vexpress_aemv8a: allow overriding BOOTCOMMAND
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH 0/2] *** Add support for Mediatek mt762x SoC ***
 2021-01-30 19:21 UTC  (5+ messages)
` [PATCH,v2,1/2] spi: mtk_snor: add support for MTK SPI NOR controller
` [PATCH,v2,2/2] arm: dts: enable MTK SPI NOR controller driver

[PATCH 1/1] cmd: add more implementation IDs to sbi command
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH] test: test_ofplatdata: Mark as sandbox specific
 2021-01-30 19:21 UTC  (2+ messages)

[PATCH 1/3] test: inconsistent bootm tests
 2021-01-30 19:21 UTC  (4+ messages)
` [PATCH 2/3] test: inconsistent string tests

[PATCH] env: sf: cosmetic: remove unnecessary space
 2021-01-30 19:20 UTC  (2+ messages)

[PATCH 1/2] callback: Implement support for registering main loop callbacks
 2021-01-30 17:55 UTC  (2+ messages)
` [PATCH 2/2] callback: mmc: tmio: Add card detect polling callback

[PATCH 1/5] pci: renesas: Add root bus handling on Gen3
 2021-01-30 17:54 UTC  (5+ messages)
` [PATCH 2/5] pci: renesas: Make map address and mask power of two "
` [PATCH 3/5] pci: renesas: Fix BAR mapping "
` [PATCH 4/5] ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3
` [PATCH 5/5] ARM: rmobile: Enable NVMe support "

[PATCH] nvme: Fix cache alignment
 2021-01-30 17:53 UTC 

[PATCH] armv8: Handle EL2 Host mode
 2021-01-30 14:39 UTC  (3+ messages)

Python tests with pytest 6
 2021-01-30 11:49 UTC 

[PATCH 1/1] fs: fat: usage basename in file_fat_write_at, fat_mkdir
 2021-01-30  9:22 UTC 

[PATCH] env: sf: single function env_sf_save()
 2021-01-30  9:07 UTC  (9+ messages)

[PATCH v1] doc: README.distro: Special case with Windows formatted disk
 2021-01-30  7:13 UTC  (11+ messages)

Xilinx ZynqMP SPL boot: psu_init_gpl.c code corrupts U-Boot memory
 2021-01-30  4:52 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add maintainer to network subsystem
 2021-01-30  1:37 UTC  (3+ messages)

[PATCH V2] net: fec: Get rid of FEC_ENET_ENABLE_[TR]XC_DELAY
 2021-01-29 22:18 UTC  (3+ messages)

[PATCH v6 0/2] arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)
 2021-01-29 19:26 UTC  (3+ messages)
` [PATCH v6 1/2] arm: dts: add imx8mm-cl-iot-gate dts file
` [PATCH v6 2/2] arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)

[PATCH] cmd: fdt: skip board specific fixup using env variable
 2021-01-29 19:23 UTC  (4+ messages)

[PATCH v4 0/9] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2021-01-29 18:49 UTC  (11+ messages)
` [PATCH v4 1/9] mtd: spi-nor: Add Cypress manufacturer ID
` [PATCH v4 2/9] mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t
` [PATCH v4 3/9] mtd: spi-nor-core: Add support for Read/Write Any Register
` [PATCH v4 4/9] mtd: spi-nor-core: Add support for volatile QE bit
` [PATCH v4 5/9] mtd: spi-nor-core: Add the ->ready() hook

[BUG] Hang shortly after loading FDT when booting on RK3399
 2021-01-29 18:47 UTC  (4+ messages)

[PATCH v2 00/12] Add support for pinmux status command on beaglebone
 2021-01-29 17:47 UTC  (7+ messages)
` [PATCH v2 03/12] pinctrl: single: fix offset management
` [PATCH v2 04/12] pinctrl: single: fix debug messages formatting
` [PATCH v2 05/12] pinctrl: single: get register area size by device API

[PATCH 1/1] efi_loader: add Linux magic to aarch64 crt0
 2021-01-29 17:26 UTC 

[PATCH v4 00/21] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2021-01-29 14:53 UTC  (2+ messages)

[PATCH v5 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2021-01-29 14:47 UTC  (21+ messages)
` [PATCH v5 01/20] mmc: sdhci: Add helper functions for UHS modes
` [PATCH v5 02/20] mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()
` [PATCH v5 03/20] mmc: am654_sdhci: Convert flag fields to BIT macro
` [PATCH v5 04/20] mmc: am654_sdhci: Add flag for PHY calibration
` [PATCH v5 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0
` [PATCH v5 06/20] mmc: am654_sdhci: Add support for input tap delay
` [PATCH v5 07/20] mmc: am654_sdhci: Add support for writing to clkbuf_sel
` [PATCH v5 08/20] mmc: am654_sdhci: Add support for software tuning
` [PATCH v5 09/20] mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes
` [PATCH v5 10/20] mmc: am654_sdhci: Use sdhci_set_control_reg()
` [PATCH v5 11/20] arm: dts: k3-am65: Fix mmc nodes
` [PATCH v5 12/20] arm: dts: k3-j721e-main: Update otap-delay values
` [PATCH v5 13/20] arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD card
` [PATCH v5 14/20] arm: dts: k3-j7200-main: Add support for gpio0
` [PATCH v5 15/20] arm: dts: k3-j7200-common-proc-board: Enable support for UHS modes
` [PATCH v5 16/20] configs: j721e_evm: Add "
` [PATCH v5 17/20] configs: j7200_evm: "
` [PATCH v5 18/20] arm: dts: k3-am65-main: Add itapdly and clkbuf-sel values
` [PATCH v5 19/20] arm: dts: k3-am654-base-board: Limit Sd card to High speed modes
` [PATCH v5 20/20] configs: am65x_evm: Add configs for UHS modes

arm64: rk3399: Add support NanoPi R4s
 2021-01-29 14:34 UTC 


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