Commit Graph

  • caee38aef7 mmc: pwrseq: add mmc-pwrseq file to provide a generic interface Jaehoon Chung 2021-02-16 10:16:52 +09:00
  • 46938abd2c mmc: mmc_spi: Document the 3 local functions Bin Meng 2021-02-02 10:48:48 +08:00
  • 2f22cb40e5 mmc: mmc_spi: Fix potential spec violation in receiving card response Bin Meng 2021-02-02 10:48:47 +08:00
  • 781aad0de9 mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd() Bin Meng 2021-02-02 10:48:46 +08:00
  • 01962f8d7c mmc: mmc_spi: Print verbose debug output when crc16 check fails Bin Meng 2021-02-02 10:32:48 +08:00
  • 8e2b0af721 mmc: fix response timeout after switch command Stefan Bosch 2021-01-23 13:37:41 +01:00
  • 37e1362efc mmc: sdhci: skip cache invalidation if DMA is not used Yuezhang.Mo@sony.com 2021-01-14 05:46:50 +00:00
  • 1019b19665 cmd: mmc: update the mmc command's usage about argument Jaehoon Chung 2020-12-16 07:24:50 +09:00
  • 52ff04a216 mmc: initialize an err variable Jaehoon Chung 2020-12-04 06:36:00 +09:00
  • 766927a759 Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' Tom Rini 2021-02-18 12:02:11 -05:00
  • 2dddc1bb29 net: tftp: Avoid sending extra ack on completion Ramon Fried 2021-02-03 21:28:59 +02:00
  • 56f1bcc4b7 Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi Tom Rini 2021-02-18 08:06:26 -05:00
  • 0059ef0be9 video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible Nicolas Saenz Julienne 2021-01-12 13:55:31 +01:00
  • 74a9f68f7f configs: rpi4: Enable DM_DMA across all RPi4 configurations Nicolas Saenz Julienne 2021-01-12 13:55:30 +01:00
  • c89c96d322 mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() Nicolas Saenz Julienne 2021-01-12 13:55:29 +01:00
  • 1a474559d9 xhci: translate virtual addresses into the bus's address space Nicolas Saenz Julienne 2021-01-12 13:55:28 +01:00
  • 30b20e6b3f dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() Nicolas Saenz Julienne 2021-01-12 13:55:27 +01:00
  • 2a15a25c36 dm: Introduce dev_phys_to_bus()/dev_bus_to_phys() Nicolas Saenz Julienne 2021-01-12 13:55:26 +01:00
  • e88018769c dm: test: Add test case for dev->dma_offset Nicolas Saenz Julienne 2021-01-12 13:55:25 +01:00
  • 4abf68d57d dm: Introduce DMA constraints into the core device model Nicolas Saenz Julienne 2021-01-12 13:55:24 +01:00
  • 283628c412 dm: test: Add test case for dev_get_dma_ranges() Nicolas Saenz Julienne 2021-01-12 13:55:23 +01:00
  • 51bdb50904 dm: Introduce xxx_get_dma_range() Nicolas Saenz Julienne 2021-01-12 13:55:22 +01:00
  • c709243ee0 pci: pcie-brcmstb: Fix inbound window configurations Nicolas Saenz Julienne 2021-01-12 13:55:21 +01:00
  • 561bce3522 rpi: Add identifier for the new CM4 Nicolas Saenz Julienne 2021-01-12 13:55:20 +01:00
  • f10f536281 rpi: Add identifier for the new RPi400 Nicolas Saenz Julienne 2021-01-12 13:55:19 +01:00
  • 6b3d18c2cb rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE Marek Szyprowski 2021-02-01 12:16:33 +01:00
  • 85f3fddbcc pci: brcmstb: Cleanup controller state before handover Nicolas Saenz Julienne 2021-01-14 16:49:01 +01:00
  • e3bbc1f74e usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag Nicolas Saenz Julienne 2021-01-14 16:49:00 +01:00
  • 1613cf506c config: Enable iProc RNG200 driver in RPi4 configs Matthias Brugger 2020-12-15 10:49:24 +01:00
  • 289d0ead28 test: add a simple test for the adc-keys button driver Marek Szyprowski 2021-02-18 11:33:18 +01:00
  • a638fba9fc configs: khadas-vim3(l): enable Function button support Marek Szyprowski 2021-02-18 11:33:17 +01:00
  • 97ab802aa3 adc: meson-saradc: add support for getting reference voltage value Marek Szyprowski 2021-02-18 11:33:16 +01:00
  • c0165c85c3 button: add a simple Analog to Digital Converter device based button driver Marek Szyprowski 2021-02-18 11:33:15 +01:00
  • e1b03d6b0b dt-bindings: input: adc-keys bindings documentation Marek Szyprowski 2021-02-18 11:33:14 +01:00
  • 71551055cb spl: fit: Load devicetree when a Linux payload is found Alexandru Gagniuc 2021-01-20 10:46:56 -06:00
  • aeedeae407 spl: fit: Replace #ifdef blocks with more readable constructs Alexandru Gagniuc 2021-01-20 10:46:55 -06:00
  • 9e30423978 image: Do not #if guard board_fit_image_post_process() prototype Alexandru Gagniuc 2021-01-20 10:46:54 -06:00
  • 9e9aa0b473 spl: fit: Only look up FIT configuration node once Alexandru Gagniuc 2021-01-20 10:46:53 -06:00
  • e4928270a4 spl: fit: Remove useless loop in spl_fit_get_image_name() Alexandru Gagniuc 2021-01-20 10:46:52 -06:00
  • 3dc2079733 spl: fit: Pass FIT context via a structure pointer Alexandru Gagniuc 2021-01-20 10:46:51 -06:00
  • 917fa369f6 spl: fit: Factor out FIT parsing and use a context struct Alexandru Gagniuc 2021-01-20 10:46:50 -06:00
  • efc4ad0bc7 spl: fit: Drop 'length' argument to board_spl_fit_post_load() Alexandru Gagniuc 2021-01-20 10:46:49 -06:00
  • 537f00182f rng: Add iProc RNG200 driver Matthias Brugger 2020-12-15 10:49:23 +01:00
  • 496f49464d Merge branch '2021-02-16-assorted-improvements' Tom Rini 2021-02-16 15:14:34 -05:00
  • d003434525 configs: ls1028a: Enable the Ethernet switch driver in defconfig Alex Marginean 2021-01-25 14:23:57 +02:00
  • cc32fd911a arm: dts: ls1028a: Add Ethernet switch node and dependencies Alex Marginean 2021-01-25 14:23:56 +02:00
  • 71a2d1e7b8 drivers: net: Add Felix DSA switch driver Alex Marginean 2021-01-25 14:23:55 +02:00
  • fc054d563b net: Introduce DSA class for Ethernet switches Claudiu Manoil 2021-01-25 14:23:53 +02:00
  • d0781c95bc net: phy: introduce fixed_phy_create for DSA CPU ports Vladimir Oltean 2021-01-25 14:23:52 +02:00
  • 56a5588340 net: phy: fixed: support speeds of 2500 and 10000 Vladimir Oltean 2021-01-25 14:23:51 +02:00
  • 9d1215be92 test: dm: tee: extend with RPC test Igor Opaniuk 2021-01-25 14:28:43 +02:00
  • 592b98bb9a drivers: tee: sandbox: add rpc test ta emulation Igor Opaniuk 2021-01-25 14:28:42 +02:00
  • f4a60b0363 test: py: add pygit2 and pyelftools to requirements.txt Igor Opaniuk 2021-01-25 14:28:41 +02:00
  • 4e96356185 drivers: tee: i2c trampoline driver Jorge Ramirez-Ortiz 2021-01-25 14:28:40 +02:00
  • eb5fd9e46c usb: kbd: destroy device after console is stopped Andy Shevchenko 2021-02-11 17:09:44 +02:00
  • 694cd5618c IOMUX: Introduce iomux_replace_device() Andy Shevchenko 2021-02-11 17:09:43 +02:00
  • 400797cad3 IOMUX: Split out for_each_console_dev() helper macro Andy Shevchenko 2021-02-11 17:09:42 +02:00
  • b672c1619b IOMUX: Split out iomux_match_device() helper Andy Shevchenko 2021-02-11 17:09:41 +02:00
  • 658d6c5836 IOMUX: Switch to use stdio_file_to_flags() Andy Shevchenko 2021-02-11 17:09:40 +02:00
  • 09d8f07762 console: Set file and devices at one go Andy Shevchenko 2021-02-11 17:09:39 +02:00
  • 20a7d35148 console: Set console device counter in console_devices_set() Andy Shevchenko 2021-02-11 17:09:38 +02:00
  • 7b9ca3f89c console: Switch to use stdio_file_to_flags() Andy Shevchenko 2021-02-11 17:09:37 +02:00
  • d9b0ac90ba stdio: Introduce a new helper stdio_file_to_flags() Andy Shevchenko 2021-02-11 17:09:36 +02:00
  • 99cb2b996b stdio: Split out nulldev_register() and move it under #if Andy Shevchenko 2021-02-11 17:09:35 +02:00
  • c090e8f236 stdio: Get rid of dead code, i.e. stdio_deregister() Andy Shevchenko 2021-02-11 17:09:34 +02:00
  • f43d9e904d arm: dts: sync am33xx gpio nodes with Linux 5.9-rc7 Dario Binacchi 2021-02-13 12:00:45 +01:00
  • 1e8f246563 ARM: dts: k3-j7200-common-proc-board-u-boot: Fix broken ethernet Vignesh Raghavendra 2021-02-09 13:38:48 +05:30
  • 767582cd4c Prepare v2021.04-rc2 v2021.04-rc2 Tom Rini 2021-02-15 22:34:56 -05:00
  • b6f4c75795 Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138' Tom Rini 2021-02-15 19:19:56 -05:00
  • 3f04db891a image: Check for unit addresses in FITs Simon Glass 2021-02-15 17:08:12 -07:00
  • 124c255731 libfdt: Check for multiple/invalid root nodes Simon Glass 2021-02-15 17:08:11 -07:00
  • 6f3c2d8aa5 image: Add an option to do a full check of the FIT Simon Glass 2021-02-15 17:08:10 -07:00
  • c5819701a3 image: Adjust the workings of fit_check_format() Simon Glass 2021-02-15 17:08:09 -07:00
  • d5f3aadacb test: Add tests for the 'evil' vboot attacks Simon Glass 2021-02-15 17:08:08 -07:00
  • fafafacb47 test: Add vboot_evil implementation Simon Glass 2021-02-15 17:08:07 -07:00
  • 79af75f777 fit: Don't allow verification of images with @ nodes Simon Glass 2021-02-15 17:08:06 -07:00
  • 8a7d4cf982 fdt_region: Check for a single root node of the correct name Simon Glass 2021-02-15 17:08:05 -07:00
  • 6144438fb5 configs: Resync with savedefconfig Tom Rini 2021-02-15 13:34:30 -05:00
  • 2ae80437fb Merge branch '2021-02-02-drop-asm_global_data-when-unused' Tom Rini 2021-02-15 08:19:40 -05:00
  • 76b7936e6f Merge branch '2021-02-14-remove-some-boards' Tom Rini 2021-02-15 08:15:42 -05:00
  • 73effc2dca sh: Remove sh7763rdp board Tom Rini 2021-02-10 12:51:26 -05:00
  • f0debb2136 sh: Remove sh7757lcr board Tom Rini 2021-02-10 12:51:25 -05:00
  • 0c3cd2443b sh: Remove sh7753evb board Tom Rini 2021-02-10 12:51:24 -05:00
  • da43d96f03 sh: Remove sh7752evb board Tom Rini 2021-02-10 12:51:23 -05:00
  • 215386e48c sh: Remove r7780mp board Tom Rini 2021-02-10 12:51:22 -05:00
  • 5617351532 sh: Remove MigoR board Tom Rini 2021-02-10 12:51:21 -05:00
  • 865acad78f ppc: Remove MPC8641HPCN board Tom Rini 2021-02-09 21:42:54 -05:00
  • 41bacbe142 ppc: Remove MPC8610HPCD board Tom Rini 2021-02-09 21:42:53 -05:00
  • 2dce449801 ppc: Remove MPC8572DS board Tom Rini 2021-02-09 21:42:52 -05:00
  • 23397775bc ppc: Remove MPC8544DS board Tom Rini 2021-02-09 21:42:51 -05:00
  • 22924317be arm: Remove db-88f6281-bp board Tom Rini 2021-02-09 08:03:16 -05:00
  • 2ce7b65d6d arm: Remove ls2080a_simu board Tom Rini 2021-02-09 08:03:10 -05:00
  • a1361f4581 arm: Remove mx35pdk board Tom Rini 2021-02-09 08:03:02 -05:00
  • 8444860ca0 arm: Remove apx4devkit board Tom Rini 2021-02-09 08:02:59 -05:00
  • e31350c3c4 Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" Tom Rini 2021-02-14 14:08:17 -05:00
  • a6ba59583a Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2021-02-14 09:27:46 -05:00
  • fd434f47d4 buildman: 'Thread' object has no attribute 'isAlive' Heinrich Schuchardt 2021-02-11 12:03:22 +01:00
  • 15bbcafab1 efi_loader: fix get_last_capsule() Heinrich Schuchardt 2021-02-09 20:20:34 +01:00
  • 841f7a4ebb efi_loader: '.' and '..' are directories Heinrich Schuchardt 2021-02-09 17:45:33 +01:00
  • 9d30a941cc efi_loader: don't load beyond VirtualSize Asherah Connor 2021-02-09 06:19:48 +00:00