Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
0ced2faba08a9faf0ac1cbeb2a320faa635651d9
/
common
« Previous
d96c260
common: Move clock functions into a new file
by Simon Glass
· 5 years ago
5e6267a
common: Move reset_phy() to net.h
by Simon Glass
· 5 years ago
a6f2aaf
common: Move jumptable_init() out of common.h
by Simon Glass
· 5 years ago
0ee48252
common: Move flash_perror() to flash.h
by Simon Glass
· 5 years ago
6b8d3ce
common: Move main_loop() to init.h
by Simon Glass
· 5 years ago
4df3578
u-boot: fit: add support to decrypt fit with aes
by Philippe Reynes
· 5 years ago
7298e42
mkimage: fit: add support to encrypt image with aes
by Philippe Reynes
· 5 years ago
994bb86
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
by Tom Rini
· 4 years, 10 months ago
92329e2
Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· 4 years, 10 months ago
e42afd8
spl: mmc: support uboot image offset on main partition
by Baruch Siach
· 4 years, 10 months ago
74326a3
Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA
by Vignesh Raghavendra
· 5 years ago
1054344
spl: fix entry_point equal to load_addr
by Giulio Benetti
· 4 years, 10 months ago
5c03c99
spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()
by Michal Simek
· 5 years ago
935568e
spl: atf: Add missing ndepth initialization
by Michal Simek
· 5 years ago
b84acf1
dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg
by Eugeniu Rosca
· 5 years ago
c82abaa
spl: fix stack usage check if gd is not initialized
by Simon Goldschmidt
· 5 years ago
a74a213
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 4 years, 10 months ago
7086de4
Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 4 years, 10 months ago
ce022f2
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 4 years, 10 months ago
ecc7fda
bootm: Add a bootm command for type IH_OS_EFI
by Cristian Ciocaltea
· 5 years ago
a031b03
image: Add IH_OS_EFI for EFI chain-load boot
by Cristian Ciocaltea
· 5 years ago
152781d
spl: fit: Allow the board to tell if more images must be loaded from FIT
by Jean-Jacques Hiblot
· 5 years ago
c1648d0
spl: fit: constify the output parameter of spl_fit_get_image_name()
by Jean-Jacques Hiblot
· 5 years ago
19141d6
spl: fit: be more verbose when an error occurs when applying the overlays
by Jean-Jacques Hiblot
· 5 years ago
24bf44c
spl: fit: Do not fail immediately if an overlay is not available
by Jean-Jacques Hiblot
· 5 years ago
ea376eb
spl: fit: allocate a temporary buffer to load the overlays
by Jean-Jacques Hiblot
· 5 years ago
99329be
spl: fit: Make room in the FDT before applying overlays
by Jean-Jacques Hiblot
· 5 years ago
9d13b87
spl: fit: Add support for applying DT overlay
by Michal Simek
· 5 years ago
6b8b98d
spl: fit: don't load the firmware twice
by Jean-Jacques Hiblot
· 5 years ago
5c9c71b
spl: Allow cache drivers to be used in SPL
by Ley Foon Tan
· 5 years ago
98a8f44
dfu: Add optional timeout parameter
by Andy Shevchenko
· 5 years ago
5d168ad
configs: Enable SPL_FSL_PBL for some LayerScape platforms
by Alison Wang
· 5 years ago
e82c624
spl: Add methods to find the position/size of next phase
by Simon Glass
· 5 years ago
fe08d39
x86: fsp: Add a new arch_fsp_init_r() hook
by Simon Glass
· 5 years ago
dd0edcb
board_r: Move early-timer init later
by Simon Glass
· 5 years ago
3c10dc9
binman: Add a library to access binman entries
by Simon Glass
· 5 years ago
0e1233c
spl: opensbi: wait for ack from secondary harts before entering OpenSBI
by Lukas Auer
· 5 years ago
90ae281
riscv: add option to wait for ack from secondary harts in smp functions
by Lukas Auer
· 5 years ago
b86f6d1
spl: opensbi: specify main hart as preferred boot hart
by Lukas Auer
· 5 years ago
31dae22
spl: cache: Allow cache drivers in SPL
by Rick Chen
· 5 years ago
2f02845
Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
edbb8e0
Revert "spl: fix entry_point equal to load_addr"
by Tom Rini
· 5 years ago
949b5a9
common: fdt_support: add support for setting usable memory
by Igor Opaniuk
· 5 years ago
d3e97b5
spl: fix entry_point equal to load_addr
by Giulio Benetti
· 5 years ago
d4d65e1
spl: Introduce SPL_DM_GPIO Kconfig define
by Lukasz Majewski
· 5 years ago
88718be
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
by Miquel Raynal
· 5 years ago
095764e
spl: ymodem: Fix loading of fit image
by Lokesh Vutla
· 5 years ago
1e26f64
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
by Lihua Zhao
· 5 years ago
32f2ca2
cosmetic: Fix spelling and whitespace errors
by Thomas Hebb
· 5 years ago
67c4e9f
common: Move board_get_usable_ram_top() out of common.h
by Simon Glass
· 5 years ago
288b29e
common: Move command functions out of common.h
by Simon Glass
· 5 years ago
36bf446
common: Move enable/disable_interrupts out of common.h
by Simon Glass
· 5 years ago
c30b7ad
common: Move interrupt functions into a new header
by Simon Glass
· 5 years ago
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
9edefc2
common: Move some cache and MMU functions out of common.h
by Simon Glass
· 5 years ago
30c7c43
common: Move checkcpu() out of common.h
by Simon Glass
· 5 years ago
1045315
common: Move get_ticks() function out of common.h
by Simon Glass
· 5 years ago
6c03f9e
common: Add a new lz4.h header file
by Simon Glass
· 5 years ago
b03e051
common: Move serial functions out of common.h
by Simon Glass
· 5 years ago
8bef79b
common: Move sorting functions to their own header file
by Simon Glass
· 5 years ago
c660444
spl: bootcount: Move code out of header file
by Simon Glass
· 5 years ago
3db7110
crc32: Use the crc.h header for crc functions
by Simon Glass
· 5 years ago
c3e4430
common: Drop global inclusion of status_led.h
by Simon Glass
· 5 years ago
9ce2aa1
Drop CONFIG_SHOW_ACTIVITY
by Simon Glass
· 5 years ago
e91a411
usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
by Heinrich Schuchardt
· 5 years ago
87e91bc
usb: kbd: implement special keys
by Heinrich Schuchardt
· 5 years ago
3352c21
usb: kbd: simplify coding for arrow keys
by Heinrich Schuchardt
· 5 years ago
28dfa7d
usb: kbd: signature of usb_kbd_put_queue()
by Heinrich Schuchardt
· 5 years ago
216db3a
usb: kbd: fix typo
by Heinrich Schuchardt
· 5 years ago
8d8ee47
env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol
by Tom Rini
· 5 years ago
d64efd9
Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
by Tom Rini
· 5 years ago
22b7b86
spl: separate SPL_FRAMEWORK config for spl and tpl
by Heiko Stuebner
· 5 years ago
6ccb05e
image: fdt: copy possible optee nodes to a loaded devicetree
by Heiko Stuebner
· 5 years ago
086e391
Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
by Tom Rini
· 5 years ago
4741978
common: spl: atf: support booting bl32 image
by Joseph Chen
· 5 years ago
68c0912
hush: re-sequence includes
by Heinrich Schuchardt
· 5 years ago
bb71a2d
dlmalloc: calloc: fix zeroing early allocations
by Simon Goldschmidt
· 5 years ago
d024e99
spl: fix SPI config dependencies
by Simon Goldschmidt
· 5 years ago
5e63c96
common/console.c: Fix unused warning with console_doenv()
by Tom Rini
· 5 years ago
a8c1846
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 5 years ago
73b6e6a
Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
a4a16c9
spl: nor: Provide falcon boot support for NOR memories
by Lukasz Majewski
· 5 years ago
c52b5e8
spl: Add a size check for TPL
by Simon Glass
· 5 years ago
bafed10
Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· 5 years ago
bb1bb4b
Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 5 years ago
54b6aba
common: Kconfig: Fix typo in TPL_LOG_CONSOLE description
by Simon South
· 5 years ago
da3d1c4
usb: storage: Only clear READY flag on error
by Marek Vasut
· 5 years ago
7d6fd7f
usb: storage: Limit transfer size to 120 kiB
by Marek Vasut
· 5 years ago
2ad8494
splash: fix build breakage with newer llvm-7
by Anatolij Gustschin
· 5 years ago
a335f80
spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition
by Peng Fan
· 5 years ago
d60ae4c
fdt: Fix alignment issue when reading 64-bits properties from fdt
by Jean-Jacques Hiblot
· 5 years ago
31f9f0e
bootstage: Allow SPL to obtain bootstage info from TPL
by Simon Glass
· 5 years ago
5256bee
bootstage: Mark the start/end of TPL and SPL separately
by Simon Glass
· 5 years ago
ac9cd48
bootstage: Correct relocation algorithm
by Simon Glass
· 5 years ago
65b2d96
bootstage: Avoid conflicts between stash/unstash
by Simon Glass
· 5 years ago
ed54bda
bootstage: Fix counting of entries in stash
by Simon Glass
· 5 years ago
53a4f25
bootstage: Store the next ID in the stash
by Simon Glass
· 5 years ago
5074a8a
bloblist: Reserve an aligned base
by Simon Glass
· 5 years ago
6f94daf
common: command: Fix manual relocation for repeatable command
by Michal Simek
· 5 years ago
1ed8c13
common: image-sig.c: Add manual relocation
by T Karthik Reddy
· 6 years ago
Next »