Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a9765d0ce898c31926711bde66340732fc7d52bb
/
common
a9765d0
bootstage: Eliminate when not enabled
by Tom Rini
· Mon May 03 16:48:58 2021 -0400
bfc606b
Merge branch 'next'
by Tom Rini
· Mon Jul 05 11:20:30 2021 -0400
4387f2e
autoboot: fix MENUKEY
by Da Xue
· Fri Jul 02 12:32:43 2021 -0400
08b3fd6
Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Thu Jul 01 08:57:23 2021 -0400
d3e8b73
Merge tag 'v2021.07-rc5' into next
by Tom Rini
· Mon Jun 28 16:22:13 2021 -0400
862dd21
malloc: add SPDX license identifiers
by Heinrich Schuchardt
· Sat May 29 13:18:00 2021 +0200
0e4f43d
spl: fit: Also record architecture in /fit-images
by Michal Simek
· Thu May 27 11:40:09 2021 +0200
3769e55
autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY
by Da Xue
· Mon Jun 21 22:39:19 2021 -0400
b36dd3e
common: fit: Update board_fit_image_post_process() to pass fit and node_offset
by Lokesh Vutla
· Fri Jun 11 11:45:05 2021 +0300
7fb9759
log: Add support for logging a buffer
by Simon Glass
· Sat May 08 07:00:06 2021 -0600
d6ed4af
console: Report an error when output buffer is exhausted
by Simon Glass
· Sat May 08 06:59:56 2021 -0600
4a4992b
image-fdt: save no-map parameter of reserve-memory
by Patrick Delaunay
· Fri May 07 14:50:33 2021 +0200
2e5da52
board: sifive: add HiFive Unmatched board support
by Green Wan
· Thu May 27 06:52:13 2021 -0700
57e5636
Revert "lib: introduce HASH_CALCULATE option"
by Alexandru Gagniuc
· Mon May 24 14:28:56 2021 -0500
0606f9e
spl: Kconfig: Use tabs instead of space for alignment
by Michal Simek
· Thu May 20 13:08:44 2021 +0200
442d446
riscv: Drop USE_SPL_FIT_GENERATOR
by Bin Meng
· Mon May 10 20:23:41 2021 +0800
91cdcb9
common: kconfig: Correct a typo in SPL_LOAD_FIT
by Bin Meng
· Mon May 10 20:23:29 2021 +0800
6187bf5
Merge branch '2021-05-17-assorted-fixes'
by Tom Rini
· Tue May 18 14:17:54 2021 -0400
8a8eeee
lib: introduce HASH_CALCULATE option
by Masahisa Kojima
· Thu May 13 23:48:08 2021 +0900
d42f81f
hash: Kconfig option for SHA512 hardware acceleration
by Heinrich Schuchardt
· Fri May 14 07:08:27 2021 +0200
d18973c
cli: slighly more clear error messages
by peng.wang@smartm.com
· Tue May 04 01:45:59 2021 -0700
623e1ac
fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c
by Kory Maincent
· Tue May 04 19:31:21 2021 +0200
f8fc703
Revert "fdt: translate address if #size-cells = <0>"
by Dario Binacchi
· Sat May 01 17:05:26 2021 +0200
673db43
fdt_support.c: Allow late kernel cmdline modification
by Niko Mauno
· Mon Feb 22 19:18:51 2021 +0000
cf8e543
env: allow environment to be amended from control dtb
by Rasmus Villemoes
· Wed Apr 21 11:06:54 2021 +0200
6ccf10a
sysinfo: Require that sysinfo_detect be called before other methods
by Sean Anderson
· Tue Apr 20 10:50:56 2021 -0400
1748241
IOMUX: Fix buffer overflow in iomux_replace_device()
by Yuichiro Goto
· Mon Apr 26 08:08:03 2021 +0900
04f173e
common: edid: Search for valid timing in extension block
by Jernej Skrabec
· Thu Apr 22 01:14:29 2021 +0100
89efafe
common: edid: extract code for detailed timing search
by Jernej Skrabec
· Thu Apr 22 01:14:28 2021 +0100
37d3bc6
common: edid: check for digital display earlier
by Jernej Skrabec
· Thu Apr 22 01:14:27 2021 +0100
369d87a
Add support for stack-protector
by Joel Peshkin
· Sun Apr 11 11:21:58 2021 +0200
7861f8b
Revert "spl: Drop bd_info in the data section"
by Alexandru Gagniuc
· Thu Apr 08 11:56:11 2021 -0500
e14c9b4
image-fit: Accept OP-TEE images when booting a FIT
by Alexandru Gagniuc
· Thu Apr 01 13:25:31 2021 -0500
d1f7826
image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid
by Alexandru Gagniuc
· Thu Apr 01 13:25:30 2021 -0500
5d6a29b
spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties
by Alexandru Gagniuc
· Thu Apr 01 13:25:29 2021 -0500
d8d728e
spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads
by Alexandru Gagniuc
· Thu Apr 01 13:25:28 2021 -0500
089f7cf
spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT
by Alexandru Gagniuc
· Thu Apr 01 13:25:27 2021 -0500
fdf312e
spl: LOAD_FIT_FULL: Fix selection of the "fdt" node
by Alexandru Gagniuc
· Thu Apr 01 13:25:26 2021 -0500
4721ff7
common: fit: Add weak board_fit_config_name_match
by Sean Anderson
· Wed Mar 31 14:32:27 2021 -0400
064c9c2
Kconfig: Document the limitations of the simple SPL_LOAD_FIT path
by Alexandru Gagniuc
· Mon Mar 29 12:05:15 2021 -0500
0df0759
spl: fit: Support loading FPGA images from list of "loadables"
by Alexandru Gagniuc
· Mon Mar 29 12:05:14 2021 -0500
69a9966
spl: fit: Warn if FIT contains "fpga" property in config node
by Alexandru Gagniuc
· Mon Mar 29 12:05:13 2021 -0500
ec2a574
spl: fit: Move FPGA loading code to separate functions
by Alexandru Gagniuc
· Mon Mar 29 12:05:12 2021 -0500
c5236c3
spl: fit: Don't overwrite previous loadable if "load" is missing
by Alexandru Gagniuc
· Mon Mar 29 12:05:10 2021 -0500
3ebd200
lib: Add support for ECDSA image signing
by Alexandru Gagniuc
· Fri Feb 19 12:45:12 2021 -0600
db182c4
lib: Rename rsa-checksum.c to hash-checksum.c
by Alexandru Gagniuc
· Fri Feb 19 12:45:10 2021 -0600
4ffa95d
x86: qemu: move QFW to its own uclass
by Asherah Connor
· Fri Mar 19 18:21:40 2021 +1100
69d61a3
hush: Fix assignments being misinterpreted as commands
by Sean Anderson
· Sun Feb 28 16:29:51 2021 -0500
92efc1f
hash: Allow for SHA512 hardware implementations
by Joel Stanley
· Wed Feb 17 13:50:42 2021 +1030
0538140
lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support
by Patrick Delaunay
· Mon Feb 08 13:54:31 2021 +0100
a73a7d3
board_f: cosmetic: change the debug trace to KB in reserve_video
by Patrick Delaunay
· Fri Apr 09 18:02:06 2021 +0200
c67140d
Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Fri Apr 09 07:41:32 2021 -0400
a2c63f0
spl: fit: nand: allow for non-page-aligned elements
by Tim Harvey
· Mon Mar 01 14:33:28 2021 -0800
26205a3
spl: fit: nand: skip bad block handling if NAND chip not fully defined
by Tim Harvey
· Mon Mar 01 14:33:27 2021 -0800
e9ead4a
riscv: sifive: Rename fu540 board to unleashed
by Bin Meng
· Wed Mar 17 11:10:58 2021 +0800
81fcfd4
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
by Tom Rini
· Tue Apr 06 14:11:21 2021 -0400
5b565d0
usb: hub: Fix usb_get_port_status() for big-endian platforms
by Aaron Williams
· Tue Apr 06 12:10:16 2021 +0200
7eef78d
Convert CONFIG_MISC_INIT_F to Kconfig
by Simon Glass
· Fri Mar 26 16:17:30 2021 +1300
a18a36f
Merge tag 'v2021.04-rc5' into next
by Tom Rini
· Mon Mar 29 17:53:19 2021 -0400
43bc543
sysinfo: Allow showing model info from sysinfo
by Simon Glass
· Sun Mar 21 16:50:06 2021 +1300
ed8603d
bootm: Skip command-line substitution if !CONFIG_CMDLINE
by Simon Glass
· Mon Mar 15 18:11:23 2021 +1300
2f00216
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
by Simon Glass
· Mon Mar 15 18:11:18 2021 +1300
73709af
bootstage: Warning if space is exhausted
by Simon Glass
· Mon Mar 15 18:11:16 2021 +1300
97447ea
spl: Split out bootstage ID into a function
by Simon Glass
· Mon Mar 15 18:11:15 2021 +1300
062e79f
sandbox: image: Allow sandbox to load any image
by Simon Glass
· Mon Mar 15 18:11:12 2021 +1300
5b21b34
dm: core: Add an option to support SPL in read-only memory
by Simon Glass
· Mon Mar 15 17:25:35 2021 +1300
7b75924
avb: Fix error when partition not found
by schspa
· Fri Feb 26 00:19:10 2021 +0800
b641de8
image: Avoid -ENODATA in host tools
by Simon Glass
· Wed Feb 24 08:50:32 2021 -0500
d280d81
Merge tag 'v2021.04-rc4' into next
by Tom Rini
· Mon Mar 15 12:15:38 2021 -0400
9127d8b
common: SCP03 control (enable and provision of keys)
by Jorge Ramirez-Ortiz
· Sun Feb 14 16:27:23 2021 +0100
5fc47e3
log: Handle line continuation
by Simon Glass
· Wed Jan 20 20:10:53 2021 -0700
f080343
log: Set up a flag byte for log records
by Simon Glass
· Wed Jan 20 20:10:52 2021 -0700
2192e98
spl: Convert spl_fit to work with sandbox
by Simon Glass
· Sun Mar 07 17:35:14 2021 -0700
2492d59
arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
by Siew Chin Lim
· Mon Mar 01 20:04:11 2021 +0800
276375c
common: Move initr_addr_map() to a bit earlier
by Bin Meng
· Thu Feb 25 17:22:38 2021 +0800
d67d7d0
common: fdt_support: Support special case of PCI address in fdt_read_prop()
by Bin Meng
· Thu Feb 25 17:22:24 2021 +0800
051ddfb
bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
by Simon Glass
· Wed Feb 03 06:00:49 2021 -0700
cac744e
bootm: Fix duplicate debugging in bootm_process_cmdline()
by Simon Glass
· Sat Feb 06 09:57:35 2021 -0700
e12d98a
spl: Drop duplicate 'Jumping to U-Boot' message
by Simon Glass
· Sat Feb 06 09:57:27 2021 -0700
83d4b00
Respect that some compression algos can be enabled separately for SPL
by Frieder Schrempf
· Fri Feb 05 16:11:06 2021 -0800
6de61c8
usb: kbd: Also accept keyboards with Interrupt OUT endpoint
by Stefan Brüns
· Sat Feb 20 17:26:06 2021 +0100
ae5073f
Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT
by Klaus Heinrich Kiwi
· Tue Feb 09 15:41:54 2021 -0300
c9796e6
Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE
by Klaus Heinrich Kiwi
· Tue Feb 09 15:41:53 2021 -0300
6e5aad8
cmd: fdt: skip board specific fixup using env variable
by Wasim Khan
· Thu Feb 04 15:44:04 2021 +0100
8b83126
Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· Mon Feb 22 09:11:27 2021 -0500
0d1fcf8
fdt/sunxi: Remove OF_STDOUT_PATH
by Andre Przywara
· Sun Feb 14 10:35:18 2021 +0000
6c0a632
common: splash_source: fix -Wint-to-pointer-cast warning
by Jaehoon Chung
· Mon Dec 07 17:18:51 2020 +0900
ec97325
Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'
by Tom Rini
· Thu Feb 18 12:02:11 2021 -0500
50d2fa4
dm: Introduce xxx_get_dma_range()
by Nicolas Saenz Julienne
· Tue Jan 12 13:55:22 2021 +0100
769ed25
spl: fit: Load devicetree when a Linux payload is found
by Alexandru Gagniuc
· Wed Jan 20 10:46:56 2021 -0600
a4fed79
spl: fit: Replace #ifdef blocks with more readable constructs
by Alexandru Gagniuc
· Wed Jan 20 10:46:55 2021 -0600
fa11a44
spl: fit: Only look up FIT configuration node once
by Alexandru Gagniuc
· Wed Jan 20 10:46:53 2021 -0600
5180553
spl: fit: Remove useless loop in spl_fit_get_image_name()
by Alexandru Gagniuc
· Wed Jan 20 10:46:52 2021 -0600
93d1557
spl: fit: Pass FIT context via a structure pointer
by Alexandru Gagniuc
· Wed Jan 20 10:46:51 2021 -0600
23243c9
spl: fit: Factor out FIT parsing and use a context struct
by Alexandru Gagniuc
· Wed Jan 20 10:46:50 2021 -0600
44af2a5
spl: fit: Drop 'length' argument to board_spl_fit_post_load()
by Alexandru Gagniuc
· Wed Jan 20 10:46:49 2021 -0600
05a17e8
usb: kbd: destroy device after console is stopped
by Andy Shevchenko
· Thu Feb 11 17:09:44 2021 +0200
8ee40d3
IOMUX: Introduce iomux_replace_device()
by Andy Shevchenko
· Thu Feb 11 17:09:43 2021 +0200
e29d019
IOMUX: Split out for_each_console_dev() helper macro
by Andy Shevchenko
· Thu Feb 11 17:09:42 2021 +0200
75039f5
IOMUX: Split out iomux_match_device() helper
by Andy Shevchenko
· Thu Feb 11 17:09:41 2021 +0200
Next »