Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
05e85b964bf9722dba0df3b1b054ed944799fea4
05e85b9
x86: Tidy up some duplicate MSR defines
by Simon Glass
· 5 years ago
b12689d
x86: Add common functions for TDP and perf control
by Simon Glass
· 5 years ago
4347d83
x86: Use a common bus clock for Intel CPUs
by Simon Glass
· 5 years ago
23a6ca9
x86: Add a common function to set CPU thermal target
by Simon Glass
· 5 years ago
76ae027
x86: Use a common definition of MSR_IA32_PERF_CTL
by Simon Glass
· 5 years ago
a546458
x86: pci: Drop the first parameter in pci_x86_r/w_config()
by Simon Glass
· 5 years ago
5c2aabf
x86: Move acpi_s3.h to a common location
by Simon Glass
· 5 years ago
3c573b5
spl: Allow distinguishing between two phases in U-Boot
by Simon Glass
· 5 years ago
a8f0c94
spl: Convert CONFIG_SPL_SIZE_LIMIT to hex
by Simon Glass
· 5 years ago
7611ac6
spl: Allow tiny printf() to be controlled in SPL and TPL
by Simon Glass
· 5 years ago
f7bcc09
arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option
by Simon Glass
· 5 years ago
d45fc8f
iod: Enhance to support display of multiple values
by Simon Glass
· 5 years ago
d1a597f7
cros_ec: Add MEC_EMI_BASE and size to the header file
by Simon Glass
· 5 years ago
9ba72ef
log: Add log_nop() to avoid unused-variable warnings
by Simon Glass
· 5 years ago
851caf0
binman: Take account of skip-at-start with image-header
by Simon Glass
· 5 years ago
4d8151f
binman: Handle reading data for end-at-4gb sections
by Simon Glass
· 5 years ago
23f0047
binman: Add a base implementation of Entry.ReadChildData()
by Simon Glass
· 5 years ago
df08cbb
binman: Allow verbose output with all commands
by Simon Glass
· 5 years ago
05eb847
serial: ns16550: Add a PCI device/function field
by Simon Glass
· 5 years ago
23b2759
dm: pci: Add a function to read a PCI BAR
by Simon Glass
· 5 years ago
bb99abf
pci: Show a message if PCI autoconfig fails
by Simon Glass
· 5 years ago
b7be808
pci: Add more debug detail when resources are exhausted
by Simon Glass
· 5 years ago
dd09add
pci: Correct 'specifified' and 'Plese' typos
by Simon Glass
· 5 years ago
c14bf41
pci: Disable autoconfig in SPL
by Simon Glass
· 5 years ago
25916d6
pci: Show the result of binding a device
by Simon Glass
· 5 years ago
1bc0f4f
pci: sandbox: Probe PCI emulation devices when used
by Simon Glass
· 5 years ago
b98ba4c
pci: sandbox: Move the emulators into their own node
by Simon Glass
· 5 years ago
0a341a7
sandbox: Allow use of real I/O with readl(), etc.
by Simon Glass
· 5 years ago
35464f7
sandbox: pci: Increase the memory space
by Simon Glass
· 5 years ago
3c3968f
sandbox: Add a -T flag to use the test device tree
by Simon Glass
· 5 years ago
130d7ff
sandbox: pci: Move pci_offset_to_barnum() to pci.h
by Simon Glass
· 5 years ago
6de89a6
sandbox: pci: Drop the get_devfn() method
by Simon Glass
· 5 years ago
81ae778
sandbox: swap_case: Use statics where possible
by Simon Glass
· 5 years ago
ca6f121
sandbox: Add support for clrsetio_32() and friends
by Simon Glass
· 5 years ago
21c8f1a
sandbox: Rename PCI ID for swap_case to be more specific
by Simon Glass
· 5 years ago
b197054
sandbox: mmc: Fix up MMC emulator for valgrind
by Simon Glass
· 5 years ago
9513997
sandbox: spmi: Add ranges property for address translation
by Simon Glass
· 5 years ago
a10a383
dm: test: Correct a stray backslash in dm_test_destroy()
by Simon Glass
· 5 years ago
cfd7293
dm: core: Add device_foreach_child()
by Simon Glass
· 5 years ago
0bb4427
dm: core: Correct the return value for uclass_find_first_device()
by Simon Glass
· 5 years ago
a91e48b
dm: core: Call ofdata_to_platdata() with of-platdata
by Simon Glass
· 5 years ago
c5987ae
dm: test: Don't fail when tests are skipped due to build
by Simon Glass
· 5 years ago
14866fb
dm: test: Fix running of multiple test from command line
by Simon Glass
· 5 years ago
aa5d0ca
dm: core: Add documentation on how to debug driver model
by Simon Glass
· 5 years ago
256d402
dm: core: Drop a few early returns
by Simon Glass
· 5 years ago
7ee0d7b
dm: core: Use U-Boot logging instead of pr_debug()
by Simon Glass
· 5 years ago
7ab72de
x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT
by Simon Glass
· 5 years ago
ca1c61e
x86: Add various MTRR indexes and values
by Simon Glass
· 5 years ago
202a096
x86: Add more comments to the start-up code
by Simon Glass
· 5 years ago
9e60b43
x86: Change condition for using CAR
by Simon Glass
· 5 years ago
2562808
x86: fsp: Save usable RAM and hob_list in the handoff area
by Simon Glass
· 5 years ago
42bf3b9
x86: spl: Move broadwell-specific code out of generic x86 spl
by Simon Glass
· 5 years ago
19da9c4
x86: spl: Reduce priority of the basic SPL image loader
by Simon Glass
· 5 years ago
39c6f9b
x86: spl: Use hang() instead of a while() loop
by Simon Glass
· 5 years ago
7567787
x86: pci: Add a function to clear and set PCI config regs
by Simon Glass
· 5 years ago
5a4e018
x86: Add binman symbols to the image
by Simon Glass
· 5 years ago
aba3c60
x86: Move common Intel CPU info code into a function
by Simon Glass
· 5 years ago
fffb220
x86: fsp: Add access to variable MRC data
by Simon Glass
· 5 years ago
99bb201
x86: fsp: Add a few more definitions for FSP2
by Simon Glass
· 5 years ago
16fc74a
efi: Move inline functions to unconditional part of header
by Simon Glass
· 5 years ago
80c726f
x86: fsp: Move common support functions into a common file
by Simon Glass
· 5 years ago
ac4df6f
x86: Move common fsp functions into a common file
by Simon Glass
· 5 years ago
ddb39b2
x86: fsp: Move common dram functions into a common file
by Simon Glass
· 5 years ago
e464d6e
x86: fsp: Tidy up comment style a little
by Simon Glass
· 5 years ago
f755a45
x86: fsp: Use if() instead of #ifdef
by Simon Glass
· 5 years ago
ef8a2dd
x86: fsp: Create a common fsp_support.h header
by Simon Glass
· 5 years ago
1372414
x86: Rename some FSP functions to have an fsp_ prefix
by Simon Glass
· 5 years ago
d22c135
x86: sysreset: Allow reset driver to be included in SPL/TPL
by Simon Glass
· 5 years ago
b7fb513
spl: Add a function to determine the U-Boot phase
by Simon Glass
· 5 years ago
f120775
spl: Set up the bloblist in board_init_r()
by Simon Glass
· 5 years ago
c5d2720
spl: Add an arch-specific hook for writing to SPL handoff
by Simon Glass
· 5 years ago
540ee8d
spl: handoff: Correct Kconfig condition for SPL and TPL
by Simon Glass
· 5 years ago
9502cae
spl: Avoid checking for Ctrl-C in SPL with print_buffer()
by Simon Glass
· 5 years ago
d945a49
serial: ns16550: Allow serial to enabled/disabled in SPL
by Simon Glass
· 5 years ago
bdb4016
mtd: spi: Add 'struct spi_flash {' to the code
by Simon Glass
· 5 years ago
03b1d8f
binman: Allow selection of logging verbosity
by Simon Glass
· 5 years ago
eaec4f1
binman: Pass the toolpath to binman from the main Makefile
by Simon Glass
· 5 years ago
4b6e2bb
x86: Move fsp_ffs.h include to fsp_arch.h
by Simon Glass
· 5 years ago
3206688
x86: Move fsp_bootmode.h to the generic fsp directory
by Simon Glass
· 5 years ago
0b7df8a
x86: Move fsp_infoheader.h to the generic fsp directory
by Simon Glass
· 5 years ago
7cd23b1
x86: Move fsp_hob.h to the generic fsp directory
by Simon Glass
· 5 years ago
6fd4e0b
x86: Move fsp_fv.h to the generic fsp directory
by Simon Glass
· 5 years ago
d7004b9
x86: Move fsp_types.h to the generic fsp directory
by Simon Glass
· 5 years ago
b56ddd9
x86: Move fsp_api.h inclusion out of fsp_support.h
by Simon Glass
· 5 years ago
e0e4b64
x86: Create a new fsp_arch.h header
by Simon Glass
· 5 years ago
788ed15
x86: Move fsp_azalia.h to the generic fsp directory
by Simon Glass
· 5 years ago
6c34fc1
x86: Rename existing FSP code to fsp1
by Simon Glass
· 5 years ago
8c70180
Prepare v2019.10
by Tom Rini
· 5 years ago
5738e94
NET: DW: fix regression for ARC boards
by Eugeniy Paltsev
· 5 years ago
644c271
Merge branch '2019-10-06-master-imports'
by Tom Rini
· 5 years ago
23b1349
cmd: host: fix seg fault at "host info"
by AKASHI Takahiro
· 5 years ago
293f392
MAINTAINERS: Update my email address
by Maxime Ripard
· 5 years ago
fe6275f
arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10
by Simon Goldschmidt
· 5 years ago
8e8e1cc
gitlab-ci: fix typo 'plaforms'
by Heinrich Schuchardt
· 5 years ago
11a5a6d
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 5 years ago
5cb2bf0
Merge branch '2019-10-04-master-imports'
by Tom Rini
· 5 years ago
f2d89d1
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
by Tom Rini
· 5 years ago
9ad1d3b
Revert "env: solve compilation error in SPL"
by Tom Rini
· 5 years ago
58eda55
ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL
by Adam Ford
· 5 years ago
3136e3d
initcall.h: initcall_run_list(): Improve debug output
by Ovidiu Panait
· 5 years ago
Next »