- 3b361dc common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA by Thomas Petazzoni · Tue Aug 15 23:11:02 2017 +0200
- 195bc4b spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · Mon Aug 14 21:01:30 2017 -0400
- 03361c7 hash: Compile only hardware or software versions of SHA algorithms by Tom Rini · Mon Aug 14 16:38:07 2017 -0400
- fb9fc96 lcd: avoid possible NULL dereference by xypron.glpk@gmx.de · Sun Jul 30 21:59:23 2017 +0200
- f7f0377 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Fri Aug 18 18:24:36 2017 -0400
- e062f91 spl: fix Makefile for NOR, XIP and YMODEM by Philipp Tomsich · Thu Aug 17 10:06:59 2017 +0200
- 6c857ad dm: sata: Support driver model with the 'sata' command by Simon Glass · Sat Jul 29 11:35:13 2017 -0600
- da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
- 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
- 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
- 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
- 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
- 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600
- bd7bffe common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · Mon Aug 14 20:22:17 2017 +0300
- cec35dc Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Mon Aug 14 10:40:01 2017 -0400
- f96367a boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() by Nobuhiro Iwamatsu · Sat Aug 05 05:47:02 2017 +0900
- 4fac4ea dm: timer: normalise SPL and TPL support by Philipp Tomsich · Fri Jul 28 17:38:42 2017 +0200
- 7d1319b moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · Fri Jul 28 20:20:41 2017 +0200
- deff59a spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig by Philipp Tomsich · Fri Jul 28 20:02:34 2017 +0200
- be1c53a spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · Fri Jul 28 19:20:49 2017 +0200
- 0e22188 spl: add TPL_DRIVER_MISC_SUPPORT option by Philipp Tomsich · Tue Jul 04 14:27:02 2017 +0200
- ae7dcd8 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds by Philipp Tomsich · Tue Jul 04 11:16:47 2017 +0200
- 0c8e75c spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL by Philipp Tomsich · Fri Jun 30 18:57:25 2017 +0200
- 60e1578 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · Fri Jun 30 19:02:53 2017 +0200
- 6c7a88e spl: dm: Kconfig: fix help text for SPL/TPL confusion by Philipp Tomsich · Fri Jul 28 17:03:03 2017 +0200
- 1013935 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · Fri Jul 28 11:06:03 2017 +0200
- 2706fb1 spl: configure 'return to bootrom' separately for SPL and TPL by Philipp Tomsich · Tue Jul 04 14:24:53 2017 +0200
- 83ad702 spl: add a 'return to bootrom' boot method by Philipp Tomsich · Thu Jun 22 23:38:36 2017 +0200
- 4f6d388 common/env_embedded.c: rename PPCENV/PPCTEXT macros by Thomas Petazzoni · Fri Jul 28 23:46:38 2017 +0200
- c3e088d common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV by Thomas Petazzoni · Fri Jul 28 23:46:37 2017 +0200
- 089eb6c Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Fri Aug 04 07:23:32 2017 -0400
- 0522353 common: board_f: Make reserve_mmu a weak function by Siva Durga Prasad Paladugu · Thu Jul 13 19:01:08 2017 +0530
- 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Aug 01 15:38:32 2017 -0400
- 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · Sun Jul 30 06:23:13 2017 -0700
- 842a8de x86: kconfig: Let board select BOARD_EARLY_INIT_F by Bin Meng · Sun Jul 30 06:23:11 2017 -0700
- 29f304b fdt: Correct fdt_get_base_address() by Simon Glass · Tue Jul 04 13:31:20 2017 -0600
- 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
- 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · Thu Jul 27 09:31:04 2017 -0600
- 045e4b5 console: Unify the check for a serial console by Simon Glass · Thu Jul 27 09:31:03 2017 -0600
- 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · Wed Jul 26 21:48:00 2017 -0400
- d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sat Jul 29 11:43:51 2017 -0400
- a4b2bfb usb: hub: Call usb_update_hub_device() after hub descriptor is fetched by Bin Meng · Wed Jul 19 21:51:18 2017 +0800
- 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · Wed Jul 19 21:51:16 2017 +0800
- dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · Wed Jul 19 21:51:13 2017 +0800
- 2b51a1b usb: hub: Translate USB 3.0 hub port status into old version by Bin Meng · Wed Jul 19 21:51:12 2017 +0800
- 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · Wed Jul 19 21:51:11 2017 +0800
- 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · Wed Jul 19 21:51:10 2017 +0800
- 05d08d0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · Wed Jul 19 21:51:09 2017 +0800
- 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
- 5003a8f usb: hub: Revise wLength for 'get port status' request by Bin Meng · Wed Jul 19 21:49:59 2017 +0800
- e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · Wed Jul 19 21:49:58 2017 +0800
- 049ba14 usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · Wed Jul 19 21:49:57 2017 +0800
- f25fe39 console: simplify puts() by Masahiro Yamada · Mon Jul 17 13:08:32 2017 +0900
- 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · Mon Jul 24 17:43:34 2017 +0800
- 72195c0 Merge git://git.denx.de/u-boot-mips by Tom Rini · Wed Jul 26 11:29:20 2017 -0400
- 4b48bac Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig by Simon Glass · Sun Jul 23 21:19:48 2017 -0600
- 5b32e18 Convert CONFIG_ENV_IS_IN_FAT to Kconfig by Simon Glass · Sun Jul 23 21:19:47 2017 -0600
- 8d8f742 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig by Simon Glass · Sun Jul 23 21:19:46 2017 -0600
- 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:45 2017 -0600
- 6617a73 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:44 2017 -0600
- a3a0023 Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig by Simon Glass · Sun Jul 23 21:19:43 2017 -0600
- 690c05a Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig by Simon Glass · Sun Jul 23 21:19:42 2017 -0600
- 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:41 2017 -0600
- a19d3d2 env: Move help from README to Kconfig by Simon Glass · Sun Jul 23 21:19:40 2017 -0600
- 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · Sun Jul 23 21:19:39 2017 -0600
- d3a278d MIPS: Stop building position independent code by Paul Burton · Mon Jun 19 11:53:47 2017 -0700
- 0a2e176 env: Switch env_nand, env_mmc and env_ubi to env_import_redund by Fiach Antaw · Wed Jan 25 18:53:12 2017 +1000
- 57ea7f7 env: Add generic redundant environment implementation by Fiach Antaw · Wed Jan 25 18:53:11 2017 +1000
- 2a4a20c mmc: add static to spl_mmc_get_device_index() by Masahiro Yamada · Thu Jun 22 16:52:36 2017 +0900
- 5f33b82 common: use get_nand_dev_by_index() by Grygorii Strashko · Mon Jun 26 19:12:56 2017 -0500
- 2cf7ab7 common: env_nand: use get_nand_dev_by_index() by Grygorii Strashko · Mon Jun 26 19:12:52 2017 -0500
- 9770370 sandbox: Drop special case console code for sandbox by Simon Glass · Thu Jun 15 21:37:54 2017 -0600
- 00c34d5b sandbox: Enable more console options by Simon Glass · Thu Jun 15 21:37:53 2017 -0600
- 46aaad0 console: Use map_sysmem() for the pre-relocation console by Simon Glass · Thu Jun 15 21:37:52 2017 -0600
- c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · Thu Jun 15 21:37:50 2017 -0600
- 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
- 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · Wed Jun 14 21:28:30 2017 -0600
- 3def006 scsi: Move drivers into new drivers/scsi directory by Simon Glass · Wed Jun 14 21:28:27 2017 -0600
- 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · Wed Jun 14 21:28:26 2017 -0600
- ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
- 1674098 scsi: Drop scsi_print_error() by Simon Glass · Wed Jun 14 21:28:23 2017 -0600
- 3833441 scsi: Drop sym53c8xx driver by Simon Glass · Wed Jun 14 21:28:22 2017 -0600
- d8b354a board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · Fri Jun 16 17:25:12 2017 -0500
- 899aad2 boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · Fri Jun 16 17:25:06 2017 -0500
- e679240 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · Fri Jun 16 17:25:05 2017 -0500
- 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · Wed Jul 05 16:25:22 2017 +0300
- 5727d53 spl: Make UBI fastmap support Kconfig selectable by Ladislav Michl · Sun Jun 25 10:26:11 2017 +0200
- 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
- 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · Wed Jun 14 05:49:40 2017 +0200
- 160583b board_f: fix calculation of reloc_off by Lothar Waßmann · Thu Jun 08 10:18:25 2017 +0200
- c55d5c3 board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() by Simon Glass · Wed Jun 07 10:28:46 2017 -0600
- b0e0428 edid: Use sizeof() in cea_is_hdmi_vsdb_present() by Simon Glass · Wed Jun 07 10:28:39 2017 -0600
- d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · Wed Jun 07 17:33:11 2017 +0200
- 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · Wed Jun 07 17:33:10 2017 +0200
- 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · Wed Jun 07 17:33:09 2017 +0200
- edee132 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sat Jun 10 09:48:09 2017 -0400
- c9787ee Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Sat Jun 10 09:47:57 2017 -0400
- 9e58265 SPL: Add XIP booting support by Vikas Manocha · Sun May 28 12:55:11 2017 -0700
- 6dcd5a5 edid: Fix gcc 7.1 warning by Jernej Skrabec · Tue May 23 23:05:30 2017 +0200