1. fc795ac doc: arch: Add document for RISC-V architecture by Yu Chien Peter Lin · Tue Feb 14 18:18:51 2023 +0800
  2. fb52b94 global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · Sun Dec 04 10:04:49 2022 -0500
  3. c9edebe global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG by Tom Rini · Sun Dec 04 10:03:50 2022 -0500
  4. b73cd90 Convert CONFIG_MONITOR_IS_IN_RAM to Kconfig by Tom Rini · Fri Dec 02 16:42:36 2022 -0500
  5. ea79bb7 sandbox: Rework how SDL is enabled / disabled by Tom Rini · Sat Nov 19 18:45:43 2022 -0500
  6. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  7. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  8. 63479bd dm: Add documentation for host command and implementation by Simon Glass · Sat Oct 29 19:47:18 2022 -0600
  9. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  10. 8d86fe3 configs: Remove a number of unreferenced CONFIG options. by Tom Rini · Sat Jul 23 13:05:07 2022 -0400
  11. fbd8417 doc: sandbox: Add additional valgrind documentation by Sean Anderson · Fri May 27 10:02:59 2022 -0400
  12. 07ddb87 doc: sandbox: Add a note of disabling LTO when using gdb by Bin Meng · Wed May 18 00:21:29 2022 +0800
  13. c1c3c3c doc: sandbox: Correct the memory size config option by Bin Meng · Wed May 18 00:09:17 2022 +0800
  14. c86e620 sandbox: Add a build for VPL by Simon Glass · Sat Apr 30 00:56:54 2022 -0600
  15. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  16. c474a95 doc: sandbox: Document how to run sandbox with valgrind by Sean Anderson · Wed Mar 23 14:04:50 2022 -0400
  17. 3ca0ea0 vexpress64: Add ARMv8R-64 board variant by Peter Hoyes · Fri Mar 04 16:30:18 2022 +0000
  18. af326e3 doc: describe generation of SMBIOS table by Heinrich Schuchardt · Wed Feb 16 07:59:31 2022 +0100
  19. 58e58cd doc: x86: Update SeaBIOS build instructions by Bin Meng · Tue Aug 03 20:50:04 2021 +0800
  20. 7378a6f x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM by Bin Meng · Tue Jul 27 23:15:39 2021 +0800
  21. 652df2e doc: sandbox: Fix up dependencies by Simon Glass · Sun Jul 18 14:14:24 2021 -0600
  22. 1e198a6 sandbox: Adjust the bloblist default address by Simon Glass · Mon Jul 05 16:32:48 2021 -0600
  23. 7ab2f5f m68k: Remove M5475x boards by Tom Rini · Fri May 14 21:34:10 2021 -0400
  24. b4d0077 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · Mon Mar 15 18:11:11 2021 +1300
  25. dcc6b79 doc: Move UEFI under develop/ by Simon Glass · Thu Mar 18 20:25:11 2021 +1300
  26. e49dc35 doc: sandbox: Update instructions on quitting by Simon Glass · Sun Feb 07 14:27:07 2021 -0700
  27. a6404e7 test: sandbox: Move sandbox test docs into doc/develop by Simon Glass · Sun Mar 07 17:35:16 2021 -0700
  28. ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · Sun Mar 07 17:35:15 2021 -0700
  29. c37799c sh: Remove r7780mp board by Tom Rini · Wed Feb 10 12:51:22 2021 -0500
  30. c0d1a00 sandbox: keep time offset when resetting by Heinrich Schuchardt · Wed Dec 30 18:07:48 2020 +0100
  31. 1f0ee63 doc/sandbox: improve formatting of command line options by Heinrich Schuchardt · Wed Dec 30 18:10:24 2020 +0100
  32. 31d187d smbios: Add documentation and devicetree binding by Simon Glass · Thu Nov 05 06:32:10 2020 -0700
  33. d06d774 doc/arch/sandbox.rst: reformat command line options by Heinrich Schuchardt · Sat Sep 19 20:05:47 2020 +0200
  34. caed6ff m68k: Remove ARCH= references from documentation by Tom Rini · Tue May 26 14:36:53 2020 -0400
  35. 8200d3a sandbox: update documents regarding spi_sf by AKASHI Takahiro · Mon Apr 27 15:46:45 2020 +0900
  36. 802d88e x86: Add documentation for the chain-load feature by Simon Glass · Sun Apr 26 09:13:01 2020 -0600
  37. 291ddc9 sandbox: Add documentation about required/useful packages by Simon Glass · Wed Mar 18 09:42:39 2020 -0600
  38. b6f4c1c sandbox: sdl: Move to use SDL2 by Simon Glass · Mon Feb 03 07:36:12 2020 -0700
  39. f9fb981 sandbox: Remove sandbox_noblk build by Tom Rini · Fri Oct 11 16:28:47 2019 -0400
  40. 3c3968f sandbox: Add a -T flag to use the test device tree by Simon Glass · Wed Sep 25 08:56:07 2019 -0600
  41. d5d0735 doc: arch: correct links in x86.rst by Heinrich Schuchardt · Thu Aug 15 21:20:56 2019 +0200
  42. 35839f0 doc: arch: Convert README.xtensa to reST by Bin Meng · Thu Jul 18 00:34:34 2019 -0700
  43. 25a7456 doc: arch: Convert README.sandbox to reST by Bin Meng · Thu Jul 18 00:34:33 2019 -0700
  44. b317126 doc: arch: Convert README.sh to reST by Bin Meng · Thu Jul 18 00:34:32 2019 -0700
  45. 53a184b doc: arch: Convert README.m68k to reST by Bin Meng · Thu Jul 18 00:34:31 2019 -0700
  46. fef1353 doc: arch: Convert README.ARC to reST by Bin Meng · Thu Jul 18 00:34:30 2019 -0700
  47. 83788aa doc: arch: Convert README.nios2 to reST by Bin Meng · Thu Jul 18 00:34:29 2019 -0700
  48. 80af9e5 doc: arch: Convert README.NDS32 to reST by Bin Meng · Thu Jul 18 00:34:28 2019 -0700
  49. dde9c78 doc: arch: Convert README.arm64 to reST by Bin Meng · Thu Jul 18 00:34:27 2019 -0700
  50. 89ad2bb doc: arch: Convert README.x86 to reST by Bin Meng · Thu Jul 18 00:34:26 2019 -0700
  51. 2f4d6bd doc: arch: Convert README.mips to reST by Bin Meng · Thu Jul 18 00:34:03 2019 -0700
  52. 1ba396e doc: Add architecture specific info to Sphinx TOC tree by Bin Meng · Thu Jul 18 00:34:02 2019 -0700