Commit Graph

  • bf4d8beb12 x86: Don't generate a bootstage report in SPL Simon Glass 2019-04-25 21:59:07 -06:00
  • 665cb18ea6 x86: Don't set up MTRRs in SPL Simon Glass 2019-04-25 21:59:06 -06:00
  • 9fa31fc51d x86: Support TPL in Intel common code Simon Glass 2019-04-25 21:59:05 -06:00
  • f77ab00e89 x86: sysreset: Implement the get_last() method Simon Glass 2019-05-02 10:52:15 -06:00
  • d6b1ba2fb9 x86: sysreset: Implement power-off if available Simon Glass 2019-05-02 10:52:14 -06:00
  • 40476f4afc x86: sysreset: Separate out the EFI code Simon Glass 2019-05-02 10:52:13 -06:00
  • 2b36eabd8a x86: broadwell: Implement PCH_REQ_PMBASE_INFO Simon Glass 2019-04-25 21:59:03 -06:00
  • 9ffe7cd5c4 x86: ivybridge: Implement PCH_REQ_PMBASE_INFO Simon Glass 2019-04-25 21:59:02 -06:00
  • b69b603bcd x86: pch: Add an ioctl to read power-management info Simon Glass 2019-04-25 21:59:01 -06:00
  • 079b38ba04 x86: mrccache: Add more debugging Simon Glass 2019-04-25 21:58:59 -06:00
  • 9a67994e01 x86: Support saving MRC data from SPL Simon Glass 2019-04-25 21:58:57 -06:00
  • 17903c06e8 x86: Add common Intel code for SPL Simon Glass 2019-04-25 21:58:56 -06:00
  • c0052b6efd x86: broadwell: Select refcode and CPU code for SPL Simon Glass 2019-04-25 21:58:55 -06:00
  • 43294e67d6 x86: broadwell: Allow booting from SPL Simon Glass 2019-04-25 21:58:54 -06:00
  • d68574a72d x86: Allow 16-bit init to be in TPL Simon Glass 2019-04-25 21:58:53 -06:00
  • 051c31b7a4 x86: Add support for starting from SPL/TPL Simon Glass 2019-04-25 21:58:52 -06:00
  • 9231206b73 x86: broadwell: Split CPU init Simon Glass 2019-04-25 21:58:51 -06:00
  • 6b83b29578 x86: broadwell: Move init of debug UART to cpu.c Simon Glass 2019-04-25 21:58:50 -06:00
  • 4eabf1e54b x86: broadwell: Allow SDRAM init from SPL Simon Glass 2019-04-25 21:58:49 -06:00
  • 9f6486bff4 x86: broadwell: Improve SDRAM debugging output Simon Glass 2019-04-25 21:58:48 -06:00
  • 62be5dd885 x86: Add a handoff header file Simon Glass 2019-04-25 21:58:47 -06:00
  • 7c2ca877fe x86: Support booting with TPL Simon Glass 2019-04-25 21:58:46 -06:00
  • 9898790247 x86: Support SPL and TPL Simon Glass 2019-04-25 21:58:45 -06:00
  • 20d97f33f0 x86: dts: Add device-tree labels for rtc and reset Simon Glass 2019-04-25 21:58:43 -06:00
  • c0069e9a8a x86: Add a way to reinit the cpu Simon Glass 2019-04-25 21:58:42 -06:00
  • 7b14023880 x86: mp_init: Use proper error numbers Simon Glass 2019-04-25 21:58:41 -06:00
  • 11b7cc37f1 x86: Update a stale comment about ifdtool Simon Glass 2019-04-25 21:58:44 -06:00
  • 4a5fc6a069 x86: start64: Fix copyright message Simon Glass 2019-04-25 21:58:40 -06:00
  • 62c72995e3 Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS" Simon Glass 2019-05-07 21:41:15 -06:00
  • 16f4d05164 cros_ec: Use a hyphen in the uclass name Simon Glass 2019-05-02 10:52:11 -06:00
  • 4fc2365ccb spl: Allow sandbox to build a device-tree file Simon Glass 2019-04-25 21:58:38 -06:00
  • 003331827a dm: core: Fix translate condition in ofnode_get_addr_size() Simon Glass 2019-04-25 21:58:36 -06:00
  • 9481c80f55 binman: Allow sections to have an offset Simon Glass 2019-04-25 21:58:39 -06:00
  • 0b96f6ecbe binman: Add a missing comment in Entry_vblock Simon Glass 2019-04-25 21:58:35 -06:00
  • eb833d871d binman: Don't show image-skip message by default Simon Glass 2019-04-25 21:58:34 -06:00
  • 5203258c6e binman: Don't generate an error in 'text' entry constructor Simon Glass 2019-04-25 21:58:33 -06:00
  • d47cfdbd31 net: phy: realtek: Introduce quirk to mark RXC not stoppable Carlo Caione 2019-01-24 08:54:37 +00:00
  • e55047ec51 cmd: mdio: Switch to generic helpers when accessing the registers Carlo Caione 2019-02-08 17:25:08 +00:00
  • 4c29dc1863 net: phy: ti: use generic helpers to access MMD registers Carlo Caione 2019-02-08 17:25:07 +00:00
  • 4f6746dc7f net: phy: Add generic helpers to access MMD PHY registers Carlo Caione 2019-02-08 17:25:06 +00:00
  • b015ab57bf efi_loader: signature of ExitBootServices() Heinrich Schuchardt 2019-05-05 21:58:35 +02:00
  • 470dfa50da efi_loader: LoadImage() check source size Heinrich Schuchardt 2019-05-05 16:55:06 +02:00
  • 84a918e8ce efi_loader: LoadImage() check parent image Heinrich Schuchardt 2019-05-05 16:55:06 +02:00
  • e7c3cd6b67 efi_loader: HandleProtocol parameter checks Heinrich Schuchardt 2019-05-05 11:24:53 +02:00
  • 529886a097 efi_loader: use EFI_PRINT instead of debug Heinrich Schuchardt 2019-05-05 11:56:23 +02:00
  • ec163faa1b efi_loader: CloseProtocol() requires valid agent handle Heinrich Schuchardt 2019-05-05 10:37:51 +02:00
  • 24f6be7ada efi_selftest: unit test for RegisterProtocolNotify() Heinrich Schuchardt 2019-05-04 22:44:13 +02:00
  • ab15d4149e efi_loader: implement RegisterProtocolNotify() Heinrich Schuchardt 2019-05-04 17:27:54 +02:00
  • 3626e53990 efi_loader: EVT_NOTIFY_SIGNAL events Heinrich Schuchardt 2019-05-05 00:07:34 +02:00
  • 8101dd3dfa efi_selftest: remove redundant function efi_st_memcmp() Heinrich Schuchardt 2019-05-04 19:48:38 +02:00
  • 126a43f15b efi_loader: unload applications upon Exit() Heinrich Schuchardt 2019-05-01 20:07:04 +02:00
  • df116e81ea efi_loader: implement UnloadImage() Heinrich Schuchardt 2019-05-01 18:25:45 +02:00
  • 46e99a9cf7 efi_loader: move efi_unload_image() down in source Heinrich Schuchardt 2019-05-01 19:04:32 +02:00
  • cd73aba656 efi_loader: mark started images Heinrich Schuchardt 2019-05-01 14:20:18 +02:00
  • 8dfb5e6e21 efi_loader: correct parameter check in LocateHandle() Heinrich Schuchardt 2019-05-04 17:37:32 +02:00
  • 1884512b77 efi_loader: allowable event types in CreateEventEx() Heinrich Schuchardt 2019-05-04 10:12:50 +02:00
  • 52cbac9b06 efi_loader: clean up UEFI sub-system initialization Heinrich Schuchardt 2019-05-04 11:47:48 +02:00
  • 8d7f06bbbe Merge branch 'master' of git://git.denx.de/u-boot-sh Tom Rini 2019-05-07 09:38:00 -04:00
  • 6984044d05 Merge branch 'master' of git://git.denx.de/u-boot-socfpga Tom Rini 2019-05-07 09:37:11 -04:00
  • ba932bc846 ARM: dts: renesas: Add RZ/A1 GR-Peach board Chris Brandt 2017-08-23 14:53:59 -05:00
  • 3529596442 ARM: dts: renesas: Add RZ/A1 platform code Chris Brandt 2017-08-23 14:53:59 -05:00
  • b5b6656794 spi: rpc: Add support for operation without clock framework Marek Vasut 2019-05-04 18:52:33 +02:00
  • 24b3247e24 net: sh_eth: Add support for operation without clock framework Marek Vasut 2019-05-02 00:03:26 +02:00
  • 31650cf4b0 net: sh_eth: Add RZ/A1 support Marek Vasut 2019-05-01 18:20:48 +02:00
  • 67180fe101 serial: sh: Add RZ/A1 support Marek Vasut 2019-05-01 18:20:00 +02:00
  • 4d0732bf3c timer: renesas: Add RZ/A1 R7S72100 OSTM timer driver Marek Vasut 2019-05-04 17:30:58 +02:00
  • cbde9dea09 pinctrl: renesas: Add RZ/A1 R7S72100 pin control driver Marek Vasut 2019-05-04 14:17:10 +02:00
  • 86b8e7d61a gpio: renesas: Add RZ/A1 R7S72100 GPIO driver Marek Vasut 2019-05-04 16:00:17 +02:00
  • 99156cd9d3 sh: 7785: Remove CPU support Marek Vasut 2019-05-04 13:28:04 +02:00
  • 06480665aa sh: sh7785lcr: Remove the board Marek Vasut 2019-05-04 13:21:07 +02:00
  • d13a6144ff sh: 7724: Remove CPU support Marek Vasut 2019-05-04 13:31:06 +02:00
  • e4f01b5133 sh: ecovec: Remove the board Marek Vasut 2019-05-04 13:24:51 +02:00
  • b3c27c9429 sh: sh7757lcr: Fix copy-paste error in README Marek Vasut 2019-05-04 13:30:05 +02:00
  • 44237e272f Merge branch 'master' of git://git.denx.de/u-boot-sh Tom Rini 2019-05-06 07:18:51 -04:00
  • 8b77ea90a7 Merge branch 'master' of git://git.denx.de/u-boot-spi Tom Rini 2019-05-06 07:18:28 -04:00
  • 32e308dd79 ARM: socfpga: stratix10: Probe FPGA status before bridge enable Ang, Chee Hong 2019-05-03 01:18:27 -07:00
  • a03e9d9fe5 ARM: socfpga: stratix10: Disable FPGA2SOC reset Ang, Chee Hong 2019-05-03 01:19:08 -07:00
  • 6bf238a461 arm: socfpga: Move Stratix 10 SDRAM driver to DM Ley Foon Tan 2019-05-06 09:56:01 +08:00
  • bc17990876 arm: dts: Stratix10: Add SDRAM node Ley Foon Tan 2019-05-06 09:56:00 +08:00
  • 5918afda9d ddr: altera: Compile ALTERA SDRAM in SPL only Ley Foon Tan 2019-05-06 09:55:59 +08:00
  • 1aaac8e600 configs: stm32f469-disco: Disable PINCTRL_FULL flag Patrice Chotard 2019-05-06 11:15:16 +02:00
  • 0d55c78450 configs: stm32f469-disco: Enable QSPI relative flags Patrice Chotard 2019-04-30 16:55:56 +02:00
  • 351d2feffa spi: Kconfig: Add STM32F4 support for STM32_QSPI driver Patrice Chotard 2019-04-30 16:09:18 +02:00
  • d51761ffc6 ARM: dts: stm32: Add qspi support for stm32f469-disco board Patrice Chotard 2019-04-30 16:08:06 +02:00
  • 78d5b61c0a ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f769-disco Patrice Chotard 2019-04-30 11:32:42 +02:00
  • 2f2f68fd91 ARM: dts: stm32: Remove useless spi-nor compatible string Patrice Chotard 2019-04-29 18:25:33 +02:00
  • 7d549cc91f ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-disco Patrice Chotard 2019-04-29 18:23:31 +02:00
  • 3fdc11b396 ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-eval Patrice Chotard 2019-04-29 18:16:53 +02:00
  • 48769a2824 ARM: dts: stm32: add qspi flash compatible string for stm32f746-eval Patrice Chotard 2019-04-29 17:52:19 +02:00
  • b42721d644 ARM: dts: stm32: add qspi flash compatible string for stm32f769-disco Patrice Chotard 2019-04-29 17:39:29 +02:00
  • c987e086d9 ARM: dts: stm32: Fix qspi memory map size for stm32f7 boards Patrice Chotard 2019-04-25 16:50:55 +02:00
  • 16f6cb4c3f mach-stm32: Add MPU region for spi-nor memory mapped region Patrice Chotard 2019-04-26 10:52:51 +02:00
  • abad176da1 Merge branch '2019-05-05-master-imports' Tom Rini 2019-05-05 12:25:39 -04:00
  • 9337a08768 env: add missing newline Philip Molloy 2019-03-31 03:44:57 +00:00
  • aeaa4b8f31 board: toradex: drop support.arm maintainer email Marcel Ziswiler 2019-05-02 17:14:30 +02:00
  • 2455efa2ea cmd: pxe: add board specific PXE default path Marek Behún 2019-05-02 15:29:12 +02:00
  • 95468e6c9b ARM: da850evm: Enable da850-ohci USB host controller Adam Ford 2019-04-30 05:21:42 -05:00
  • 9da5474389 usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support Adam Ford 2019-04-30 05:21:41 -05:00
  • 53290e6efd fs: btrfs: add zstd decompression support Marek Behún 2019-04-29 22:40:45 +02:00
  • 8509f22aac lib: add Zstandard decompression support Marek Behún 2019-04-29 22:40:44 +02:00