index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
acpi: Support ordering SSDT data by device
Simon Glass
4
-8
/
+105
2020-07-17
acpi: Record the items added to SSDT
Simon Glass
1
-4
/
+79
2020-07-17
x86: acpi: Move MADT down a bit
Simon Glass
1
-6
/
+6
2020-07-17
acpi: Add support for SSDT generation
Simon Glass
4
-0
/
+81
2020-07-17
acpi: Add support for a generic power sequence
Simon Glass
3
-0
/
+209
2020-07-17
acpi: Add support for writing a GPIO power sequence
Simon Glass
3
-0
/
+205
2020-07-17
acpi: Add support for writing a Power Resource
Simon Glass
3
-0
/
+85
2020-07-17
acpi: Add support for various misc ACPI opcodes
Simon Glass
3
-0
/
+278
2020-07-17
acpi: Support copying properties from device tree to ACPI
Simon Glass
4
-0
/
+174
2020-07-17
acpi: Support writing a GPIO
Simon Glass
3
-0
/
+83
2020-07-17
acpi: Support writing Device Properties objects via _DSD
Simon Glass
8
-22
/
+974
2020-07-17
acpi: Support writing a UUID
Simon Glass
3
-0
/
+84
2020-07-17
acpi: Support writing a name
Simon Glass
4
-0
/
+231
2020-07-17
acpi: Support writing a string
Simon Glass
3
-0
/
+44
2020-07-17
acpi: Support writing an integer
Simon Glass
3
-0
/
+114
2020-07-17
acpigen: Support writing a package
Simon Glass
3
-0
/
+71
2020-07-17
acpigen: Support writing a length
Simon Glass
4
-3
/
+144
2020-07-17
acpi: Support generation of SPI descriptor
Simon Glass
5
-2
/
+212
2020-07-17
acpi: Support generation of I2C descriptor
Simon Glass
5
-0
/
+196
2020-07-17
acpi: Support generation of a GPIO/irq for a device
Simon Glass
3
-1
/
+86
2020-07-17
acpi: Support generation of GPIO descriptor
Simon Glass
3
-0
/
+264
2020-07-17
acpi: Support string output
Simon Glass
3
-0
/
+75
2020-07-17
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
5
-0
/
+278
2020-07-17
acpi: Support generation of interrupt descriptor
Simon Glass
3
-0
/
+166
2020-07-17
acpi: Support generation of ACPI code
Simon Glass
7
-0
/
+165
2020-07-17
irq: Add a method to convert an interrupt to ACPI
Simon Glass
5
-2
/
+157
2020-07-17
acpi: Add a way to check device status
Simon Glass
3
-0
/
+45
2020-07-17
acpi: Add a function to get a device path and scope
Simon Glass
5
-13
/
+213
2020-07-17
dm: core: Add an ACPI name for the root node
Simon Glass
1
-0
/
+13
2020-07-17
x86: fsp: Support a warning message when DRAM init is slow
Simon Glass
5
-8
/
+36
2020-07-17
x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
Simon Glass
11
-64
/
+63
2020-07-17
coral: Enable the copy framebuffer
Simon Glass
1
-0
/
+1
2020-07-17
timer: Allow delays with a 32-bit microsecond timer
Simon Glass
2
-0
/
+16
2020-07-17
x86: p2sb: make P2SB driver depend on P2SB uclass
Wolfgang Wallner
1
-0
/
+1
2020-07-17
drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge
Wolfgang Wallner
1
-6
/
+6
2020-07-16
Merge tag 'efi-2020-10-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
21
-339
/
+552
2020-07-16
efi_loader: simplify 'printenv -e'
Heinrich Schuchardt
2
-90
/
+23
2020-07-16
efi_loader: describe EFI_VAR_FILE_MAGIC
Heinrich Schuchardt
1
-1
/
+5
2020-07-16
efi_loader: pre-seed UEFI variables
Heinrich Schuchardt
7
-10
/
+73
2020-07-16
efi_loader: identify PK, KEK, db, dbx correctly
Heinrich Schuchardt
3
-13
/
+60
2020-07-16
efi_loader: configuration of variables store
Heinrich Schuchardt
1
-12
/
+18
2020-07-16
doc: provide links to Microsoft UEFI certificates
Heinrich Schuchardt
1
-0
/
+9
2020-07-16
efi_loader: update secure state
Heinrich Schuchardt
1
-0
/
+10
2020-07-16
efi_loader: restructure code for TEE variables
Heinrich Schuchardt
3
-159
/
+162
2020-07-16
efi_loader: display RO attribute with TEE-backed variables
Ilias Apalodimas
2
-6
/
+179
2020-07-16
efi_loader: skip warnings for network configuration
Heinrich Schuchardt
1
-5
/
+11
2020-07-16
efi_selftest: enable 'bootefi hello'
Heinrich Schuchardt
1
-0
/
+1
2020-07-16
cmd: fix lsblk command
Heinrich Schuchardt
2
-0
/
+3
2020-07-16
cmd: drop fitupd command
Heinrich Schuchardt
5
-45
/
+0
2020-07-15
Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2
-8
/
+49
[next]