Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a41bd46c2acb9e31b02756cd3e0fc203be98e391
/
common
7fef4590
spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled
by Tom Rini
· 7 years ago
337bbb6
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
by Philipp Tomsich
· 7 years ago
506c428
spl: atf: drop the SPL_ATF_TEXT_BASE configuration item
by Philipp Tomsich
· 7 years ago
aa122f6
spl: rename config item SPL_ATF_SUPPORT to SPL_ATF
by Philipp Tomsich
· 7 years ago
1d37909
spl: atf: introduce spl_invoke_atf and make bl31_entry private
by Philipp Tomsich
· 7 years ago
a616c78
spl: fit: implement recording of loadables into /fit-images
by Philipp Tomsich
· 7 years ago
9f45aeb
spl: fit: implement fdt_record_loadable
by Philipp Tomsich
· 7 years ago
d879616
spl: fit: simplify logic for FDT loading for non-OS boots
by Philipp Tomsich
· 7 years ago
4914af1
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
by Philipp Tomsich
· 7 years ago
8502f9f
thermal: ti-bandgap: Add support for temperature sensor
by Faiz Abbas
· 7 years ago
a874cac
malloc: don't compare pointers to 0
by Heinrich Schuchardt
· 7 years ago
29c4992
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 7 years ago
b6251db
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
by Tom Rini
· 7 years ago
3fe3839
SPL: fix printing of image name
by André Draszik
· 7 years ago
be135cc
Revert "console: simplify puts()"
by Soeren Moch
· 7 years ago
8f4d62b
spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip
by Kever Yang
· 7 years ago
8ec87df
image-sig: use designated initializers for algorithm
by Masahiro Yamada
· 7 years ago
3bc599c
stm32: fix STMicroelectronics copyright
by Patrice Chotard
· 7 years ago
137aefb
common: Remove genimg_get_image()
by Tuomas Tynkkynen
· 7 years ago
c68c03f
Drop CONFIG_HAS_DATAFLASH
by Tuomas Tynkkynen
· 7 years ago
26f9184
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
d1fc0a3
spl: fix assignment of board info to global data
by York Sun
· 7 years ago
02035d0
fit: If no matching config is found in fit_find_config_node(), use the default one
by Jean-Jacques Hiblot
· 7 years ago
d56b86e
fit: fixed bug in locate_dtb_in_fit()
by Jean-Jacques Hiblot
· 7 years ago
906a9db
fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
by Jean-Jacques Hiblot
· 7 years ago
1195559
dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
by Jean-Jacques Hiblot
· 7 years ago
6a3e65d
common: Drop LOGLEVEL to 4
by Tom Rini
· 7 years ago
9b643e3
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
b44b302
printk: collect printk stuff into <linux/printk.h> with loglevel support
by Masahiro Yamada
· 7 years ago
4d1c166
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
72ac8f3
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
by Bin Meng
· 7 years ago
061895f
usb: hub: Clear BH reset status change for a 3.0 hub
by Bin Meng
· 7 years ago
b902035
usb: hub: Clear port reset before usb_hub_port_connect_change()
by Bin Meng
· 7 years ago
932bb66
usb: Read device descriptor after device is addressed for xHCI
by Bin Meng
· 7 years ago
c008faa
usb: Only get 64 bytes device descriptor for full speed devices
by Bin Meng
· 7 years ago
2f0eb2a
usb: Handle audio extension endpoint descriptor in usb_parse_config()
by Bin Meng
· 7 years ago
ff6c312
TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value
by Tom Rini
· 7 years ago
b016b58
spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
by Seung-Woo Kim
· 7 years ago
ea7fad9
dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled
by Bin Meng
· 7 years ago
6158d0b
usb: storage: Refactor to use max_xfer_blk from struct us_data
by Bin Meng
· 7 years ago
933f67a
spl: Fix compiling warning on gunzip argument
by York Sun
· 7 years ago
a8c5112
spl: stash bootstage info before jump to next stage
by Kever Yang
· 7 years ago
148a139
bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL
by Philipp Tomsich
· 7 years ago
c07f382
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
d69bb0e
bootstage: Provide a separate record count setting for SPL
by Simon Glass
· 7 years ago
066b25b
bootstage: Drop unused options
by Simon Glass
· 7 years ago
5ee94b4
board_f: Drop the timer after relocation
by Simon Glass
· 7 years ago
169043d
fit: Introduce methods for applying overlays on fit-load
by Pantelis Antoniou
· 7 years ago
7c3dc77
fit: Do not throw away extra configuration on fit_image_load()
by Pantelis Antoniou
· 7 years ago
ad026ad
fit: Allow multiple images per property
by Pantelis Antoniou
· 7 years ago
fc7c318
fdt: Introduce helper method fdt_overlay_apply_verbose()
by Pantelis Antoniou
· 7 years ago
2d2531b
spl: add newline in debug output
by Anatolij Gustschin
· 7 years ago
6442c96
image: Add TI PMMC image type
by Andrew F. Davis
· 7 years ago
c8bc3c0
spl: fit: Add booting OS first
by York Sun
· 7 years ago
5fd13d9
spl: fit: Support both external and embedded data
by York Sun
· 7 years ago
7264f29
spl: fit: Eanble GZIP support for image decompression
by York Sun
· 7 years ago
b5b82ab
spl: typo fix for SPL_ATF_SUPPORT description
by Kever Yang
· 7 years ago
a7126ed
splash_source: Verify FIT magic
by Niko Mauno
· 7 years ago
9493d05
Revert "Merge git://git.denx.de/u-boot-video"
by Tom Rini
· 7 years ago
1d20170
Merge git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
6aee2ab
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 7 years ago
f9d42d8
spl: do not repeat timer init on i.MX6
by Anatolij Gustschin
· 7 years ago
22aa21d
splash_source: Verify FIT magic
by Niko Mauno
· 7 years ago
a223e2b
bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot
by Hannes Schmelzer
· 7 years ago
5daf6e5
common: console: Fix duplicated CONFIG in silent env callback
by Wilson Lee
· 7 years ago
a3774c1
spl: add serial download protocol (SDP) support
by Stefan Agner
· 7 years ago
6bafa5a
fb_mmc.c: Correct blk_dread() return value checks
by Tom Rini
· 7 years ago
2341c80
common/fb_mmc.c: Fix warnings about casts
by Tom Rini
· 7 years ago
c1ee893
common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA
by Thomas Petazzoni
· 7 years ago
9585dd3
spl: spl_mmc.c Correct blk_dread() return value check
by Tom Rini
· 7 years ago
78eda89
hash: Compile only hardware or software versions of SHA algorithms
by Tom Rini
· 7 years ago
021414a
lcd: avoid possible NULL dereference
by xypron.glpk@gmx.de
· 7 years ago
1fdafb2
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 7 years ago
b5c4d81
spl: fix Makefile for NOR, XIP and YMODEM
by Philipp Tomsich
· 7 years ago
f19f1ec
dm: sata: Support driver model with the 'sata' command
by Simon Glass
· 7 years ago
723806c
env: Rename some other getenv()-related functions
by Simon Glass
· 7 years ago
35affd7
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
by Simon Glass
· 7 years ago
bfebc8c
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
by Simon Glass
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
018f530
env: Rename common functions related to setenv()
by Simon Glass
· 7 years ago
382bee5
env: Rename setenv() to env_set()
by Simon Glass
· 7 years ago
0649cd0
Move environment files from common/ to env/
by Simon Glass
· 7 years ago
5abc1a4
common: Move CONFIG_BOOTARGS to Kconfig
by Sam Protsenko
· 7 years ago
c1b62ba
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· 7 years ago
160cfc4
boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()
by Nobuhiro Iwamatsu
· 7 years ago
e9e5d9d
dm: timer: normalise SPL and TPL support
by Philipp Tomsich
· 7 years ago
5aa49af
moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE
by Philipp Tomsich
· 7 years ago
b3ed6ce
spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig
by Philipp Tomsich
· 7 years ago
dd6fbcb
spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig
by Philipp Tomsich
· 7 years ago
c3916e7
spl: add TPL_DRIVER_MISC_SUPPORT option
by Philipp Tomsich
· 7 years ago
f94e643
spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
by Philipp Tomsich
· 7 years ago
d60b5f7
spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
by Philipp Tomsich
· 7 years ago
f1c6e19
spl: dm: use CONFIG_IS_ENABLED to test for the DM option
by Philipp Tomsich
· 7 years ago
616bd09
spl: dm: Kconfig: fix help text for SPL/TPL confusion
by Philipp Tomsich
· 7 years ago
ae2cee2
spl: use TPL_SYS_MALLOC_F_LEN for TPL
by Philipp Tomsich
· 7 years ago
a954fa3
spl: configure 'return to bootrom' separately for SPL and TPL
by Philipp Tomsich
· 7 years ago
225d30b
spl: add a 'return to bootrom' boot method
by Philipp Tomsich
· 7 years ago
eaa90e5
common/env_embedded.c: rename PPCENV/PPCTEXT macros
by Thomas Petazzoni
· 7 years ago
7653942
common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV
by Thomas Petazzoni
· 7 years ago
fe84c48
Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 7 years ago
Next »