Commit Graph

4468 Commits (6ff005cf19363382fc867d7876a75fd8a386e894)

Author SHA1 Message Date
Tom Rini 6bafa5a4bd fb_mmc.c: Correct blk_dread() return value checks 7 years ago
Tom Rini 2341c80cd2 common/fb_mmc.c: Fix warnings about casts 7 years ago
Thomas Petazzoni c1ee8936bf common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA 7 years ago
Tom Rini 9585dd3fff spl: spl_mmc.c Correct blk_dread() return value check 7 years ago
Tom Rini 78eda89e9a hash: Compile only hardware or software versions of SHA algorithms 7 years ago
xypron.glpk@gmx.de 021414a332 lcd: avoid possible NULL dereference 7 years ago
Philipp Tomsich b5c4d81b35 spl: fix Makefile for NOR, XIP and YMODEM 7 years ago
Simon Glass f19f1ecb60 dm: sata: Support driver model with the 'sata' command 7 years ago
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass 35affd7a2f env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Simon Glass 0649cd0d49 Move environment files from common/ to env/ 7 years ago
Sam Protsenko 5abc1a4523 common: Move CONFIG_BOOTARGS to Kconfig 7 years ago
Nobuhiro Iwamatsu 160cfc4b5a boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() 7 years ago
Philipp Tomsich e9e5d9d29f dm: timer: normalise SPL and TPL support 7 years ago
Philipp Tomsich 5aa49af311 moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE 7 years ago
Philipp Tomsich b3ed6ce780 spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig 7 years ago
Philipp Tomsich dd6fbcb938 spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig 7 years ago
Philipp Tomsich c3916e7bdb spl: add TPL_DRIVER_MISC_SUPPORT option 7 years ago
Philipp Tomsich f94e643ef9 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds 7 years ago
Philipp Tomsich d60b5f74fd spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL 7 years ago
Philipp Tomsich f1c6e1922e spl: dm: use CONFIG_IS_ENABLED to test for the DM option 7 years ago
Philipp Tomsich 616bd09e79 spl: dm: Kconfig: fix help text for SPL/TPL confusion 7 years ago
Philipp Tomsich ae2cee2e34 spl: use TPL_SYS_MALLOC_F_LEN for TPL 7 years ago
Philipp Tomsich a954fa3203 spl: configure 'return to bootrom' separately for SPL and TPL 7 years ago
Philipp Tomsich 225d30b708 spl: add a 'return to bootrom' boot method 7 years ago
Thomas Petazzoni eaa90e5df2 common/env_embedded.c: rename PPCENV/PPCTEXT macros 7 years ago
Thomas Petazzoni 7653942b10 common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV 7 years ago
Siva Durga Prasad Paladugu 60873f736e common: board_f: Make reserve_mmu a weak function 7 years ago
Bin Meng 5d89b37f71 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig 7 years ago
Bin Meng 30b1ecd265 x86: kconfig: Let board select BOARD_EARLY_INIT_F 7 years ago
Simon Glass 336a44877a fdt: Correct fdt_get_base_address() 7 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 7 years ago
Simon Glass 7b3c4c3a53 dm: console: Check for serial devices properly 7 years ago
Simon Glass 42f9f915c2 console: Unify the check for a serial console 7 years ago
Tom Rini 43ba3c59cb env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig 7 years ago
Bin Meng 81060bb1c0 usb: hub: Call usb_update_hub_device() after hub descriptor is fetched 7 years ago
Bin Meng 5624dfd5aa usb: hub: Parse and save TT details from device descriptor 7 years ago
Bin Meng bbc6f06c00 usb: hub: Support 'set hub depth' request for USB 3.0 hubs 7 years ago
Bin Meng 74ffc7cbb1 usb: hub: Translate USB 3.0 hub port status into old version 7 years ago
Bin Meng 46c1d49330 usb: hub: Add a new API to test if a hub device is root hub 7 years ago
Bin Meng a199a72448 usb: hub: Remove hub_port_reset() 7 years ago
Bin Meng dfa96e0676 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv 7 years ago
Bin Meng 337fc7e665 usb: hub: Change USB hub descriptor to match USB 3.0 hubs 7 years ago
Bin Meng 53771a490e usb: hub: Revise wLength for 'get port status' request 7 years ago
Bin Meng f342119602 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub 7 years ago
Bin Meng f7a9e5dd03 usb: hub: Update handling connect status/change in usb_scan_port() 7 years ago