index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: Add an option to support SPL in read-only memory
Simon Glass
2021-03-26
1
-0
/
+24
*
Merge tag 'v2021.04-rc4' into next
Tom Rini
2021-03-15
5
-14
/
+43
|
\
|
*
arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
Siew Chin Lim
2021-03-08
1
-1
/
+1
|
*
common: Move initr_addr_map() to a bit earlier
Bin Meng
2021-03-05
1
-3
/
+3
|
*
common: fdt_support: Support special case of PCI address in fdt_read_prop()
Bin Meng
2021-03-05
1
-3
/
+17
|
*
bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
Simon Glass
2021-03-03
2
-1
/
+4
|
*
Respect that some compression algos can be enabled separately for SPL
Frieder Schrempf
2021-03-01
1
-6
/
+18
*
|
common: SCP03 control (enable and provision of keys)
Jorge Ramirez-Ortiz
2021-03-13
3
-0
/
+62
*
|
log: Handle line continuation
Simon Glass
2021-03-12
2
-12
/
+21
*
|
log: Set up a flag byte for log records
Simon Glass
2021-03-12
1
-3
/
+6
*
|
spl: Convert spl_fit to work with sandbox
Simon Glass
2021-03-12
2
-13
/
+17
*
|
bootm: Fix duplicate debugging in bootm_process_cmdline()
Simon Glass
2021-03-02
1
-1
/
+1
*
|
spl: Drop duplicate 'Jumping to U-Boot' message
Simon Glass
2021-03-02
1
-2
/
+1
|
/
*
usb: kbd: Also accept keyboards with Interrupt OUT endpoint
Stefan BrĂ¼ns
2021-02-26
1
-9
/
+14
*
Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT
Klaus Heinrich Kiwi
2021-02-24
1
-0
/
+1
*
Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE
Klaus Heinrich Kiwi
2021-02-24
1
-0
/
+1
*
cmd: fdt: skip board specific fixup using env variable
Wasim Khan
2021-02-24
1
-5
/
+12
*
Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2021-02-22
1
-2
/
+2
|
\
|
*
common: splash_source: fix -Wint-to-pointer-cast warning
Jaehoon Chung
2021-02-19
1
-2
/
+2
*
|
fdt/sunxi: Remove OF_STDOUT_PATH
Andre Przywara
2021-02-19
1
-8
/
+1
|
/
*
Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'
Tom Rini
2021-02-18
1
-125
/
+136
|
\
|
*
spl: fit: Load devicetree when a Linux payload is found
Alexandru Gagniuc
2021-02-17
1
-3
/
+15
|
*
spl: fit: Replace #ifdef blocks with more readable constructs
Alexandru Gagniuc
2021-02-17
1
-29
/
+24
|
*
spl: fit: Only look up FIT configuration node once
Alexandru Gagniuc
2021-02-17
1
-10
/
+9
|
*
spl: fit: Remove useless loop in spl_fit_get_image_name()
Alexandru Gagniuc
2021-02-17
1
-11
/
+1
|
*
spl: fit: Pass FIT context via a structure pointer
Alexandru Gagniuc
2021-02-17
1
-58
/
+43
|
*
spl: fit: Factor out FIT parsing and use a context struct
Alexandru Gagniuc
2021-02-17
1
-30
/
+60
|
*
spl: fit: Drop 'length' argument to board_spl_fit_post_load()
Alexandru Gagniuc
2021-02-17
1
-2
/
+2
*
|
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
2021-02-18
1
-0
/
+73
|
/
*
usb: kbd: destroy device after console is stopped
Andy Shevchenko
2021-02-16
1
-8
/
+8
*
IOMUX: Introduce iomux_replace_device()
Andy Shevchenko
2021-02-16
1
-0
/
+33
*
IOMUX: Split out for_each_console_dev() helper macro
Andy Shevchenko
2021-02-16
2
-13
/
+6
*
IOMUX: Split out iomux_match_device() helper
Andy Shevchenko
2021-02-16
2
-17
/
+17
*
IOMUX: Switch to use stdio_file_to_flags()
Andy Shevchenko
2021-02-16
1
-9
/
+2
*
console: Set file and devices at one go
Andy Shevchenko
2021-02-16
1
-10
/
+12
*
console: Set console device counter in console_devices_set()
Andy Shevchenko
2021-02-16
1
-0
/
+1
*
console: Switch to use stdio_file_to_flags()
Andy Shevchenko
2021-02-16
1
-11
/
+3
*
stdio: Introduce a new helper stdio_file_to_flags()
Andy Shevchenko
2021-02-16
1
-0
/
+13
*
stdio: Split out nulldev_register() and move it under #if
Andy Shevchenko
2021-02-16
1
-12
/
+21
*
stdio: Get rid of dead code, i.e. stdio_deregister()
Andy Shevchenko
2021-02-16
1
-11
/
+0
*
image: Check for unit addresses in FITs
Simon Glass
2021-02-15
1
-4
/
+52
*
image: Add an option to do a full check of the FIT
Simon Glass
2021-02-15
2
-0
/
+36
*
image: Adjust the workings of fit_check_format()
Simon Glass
2021-02-15
4
-32
/
+26
*
fit: Don't allow verification of images with @ nodes
Simon Glass
2021-02-15
2
-7
/
+35
*
fdt_region: Check for a single root node of the correct name
Simon Glass
2021-02-15
1
-0
/
+11
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
40
-1
/
+40
*
common: Kconfig.boot: Add FIT_PRINT config option
Ravik Hasija
2021-02-01
2
-2
/
+8
*
x86: spl: Add a function to find the text base
Simon Glass
2021-02-01
1
-0
/
+6
*
dfu: add support for the dfu_alt_info reintialization from the flashed script
Marek Szyprowski
2021-01-31
1
-0
/
+3
*
avb: AVB_VERIFY depends on MMC
Heinrich Schuchardt
2021-01-29
1
-0
/
+1
[next]