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
Commit message (
Expand
)
Author
Age
Files
Lines
*
binman: Rename 'position' to 'offset'
Simon Glass
2018-08-01
44
-263
/
+267
*
binman: Don't depend on dict order in ELF testOutsideFile()
Simon Glass
2018-08-01
1
-1
/
+3
*
Merge tag 'arc-updates-for-2018.09-rc2' of git://git.denx.de/u-boot-arc
Tom Rini
2018-08-01
14
-26
/
+416
|
\
|
*
ARC: Enable unaligned access in hardware if compiler uses it
Alexey Brodkin
2018-07-31
2
-0
/
+12
|
*
HSDK: Fixes and improvements in README
Alexey Brodkin
2018-07-31
1
-2
/
+8
|
*
ARC: AXS10x/HSDK: Use our own version of mkimage
Alexey Brodkin
2018-07-31
2
-2
/
+2
|
*
ARC: AXS10x: add tool and make target to generate bsp
Eugeniy Paltsev
2018-07-31
3
-0
/
+206
|
*
AXS10x: add spi flash support
Eugeniy Paltsev
2018-07-31
3
-0
/
+58
|
*
CREG GPIO: add device tree bindings
Eugeniy Paltsev
2018-07-31
2
-0
/
+44
|
*
GPIO: CREG: improve flexibility of hsdk-creg-gpio driver
Eugeniy Paltsev
2018-07-31
2
-23
/
+87
*
|
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2018-07-31
2
-2
/
+0
|
\
\
|
*
|
Revert "powerpc/T104xRDB: Fix endian access issue on EHCI intinalization"
Ran Wang
2018-07-31
1
-1
/
+0
|
*
|
Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization"
Ran Wang
2018-07-31
1
-1
/
+0
*
|
|
.travis.yml: Exclude openrd platforms
Tom Rini
2018-07-31
1
-1
/
+1
*
|
|
.travis.yml: Exclude kirkwood machines from the arm926ejs job
Tom Rini
2018-07-31
1
-1
/
+1
*
|
|
openrd: Mark as Orphaned
Tom Rini
2018-07-31
1
-7
/
+3
*
|
|
ls1046ardb: Add qspi_spl variant to the MAINTAINERS file
Tom Rini
2018-07-31
1
-0
/
+1
*
|
|
pico-pi: Add Otavio as maintainer
Tom Rini
2018-07-31
1
-0
/
+5
*
|
|
dm: Fix CMD_DM enabling
Michal Simek
2018-07-31
1
-1
/
+1
|
|
/
|
/
|
*
|
Prepare v2017.09-rc1
Tom Rini
2018-07-30
1
-2
/
+2
*
|
fs-test.sh: Update expected result output
Tom Rini
2018-07-30
1
-5
/
+5
*
|
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2018-07-30
70
-402
/
+1172
|
\
\
|
*
|
MAINTAINERS: assign lib/charset.c
Heinrich Schuchardt
2018-07-25
1
-0
/
+1
|
*
|
efi_selftest: unit test for GetTime()
Heinrich Schuchardt
2018-07-25
2
-0
/
+68
|
*
|
efi_selftest: support printing leading zeroes
Heinrich Schuchardt
2018-07-25
1
-11
/
+22
|
*
|
efi_loader: complete implementation of GetTime()
Heinrich Schuchardt
2018-07-25
1
-12
/
+41
|
*
|
efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
2018-07-25
3
-9
/
+0
|
*
|
rtc: remove CONFIG_CMD_DATE dependency
Heinrich Schuchardt
2018-07-25
24
-89
/
+0
|
*
|
efi_selftest: unit test for CalculateCrc32()
Heinrich Schuchardt
2018-07-25
2
-0
/
+142
|
*
|
efi_selftest: check crc32 for InstallConfigurationTable
Heinrich Schuchardt
2018-07-25
1
-0
/
+43
|
*
|
efi_loader: update crc32 in InstallConfigurationTable
Heinrich Schuchardt
2018-07-25
1
-0
/
+3
|
*
|
efi_loader: correct signature of CalculateCrc32()
Heinrich Schuchardt
2018-07-25
2
-6
/
+7
|
*
|
efi_selftest: test InstallConfigurationTable()
Heinrich Schuchardt
2018-07-25
2
-0
/
+224
|
*
|
efi_loader: allocate configuration table array
Heinrich Schuchardt
2018-07-25
2
-20
/
+22
|
*
|
efi_loader: calculate crc32 for EFI tables
Heinrich Schuchardt
2018-07-25
3
-4
/
+35
|
*
|
efi_loader: provide firmware revision
Heinrich Schuchardt
2018-07-25
3
-3
/
+7
|
*
|
efi_loader: correct headersize EFI tables
Heinrich Schuchardt
2018-07-25
2
-3
/
+3
|
*
|
efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE
Heinrich Schuchardt
2018-07-25
1
-1
/
+1
|
*
|
efi_loader: specify UEFI spec revision
Heinrich Schuchardt
2018-07-25
3
-3
/
+8
|
*
|
efi_loader: clear screen has to reset cursor position
Heinrich Schuchardt
2018-07-25
1
-0
/
+2
|
*
|
efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()
Heinrich Schuchardt
2018-07-25
1
-1
/
+6
|
*
|
efi_loader: set revision in loaded image protocol
Heinrich Schuchardt
2018-07-25
2
-0
/
+3
|
*
|
efi_driver: set DM_FLAG_NAME_ALLOCED flag
Heinrich Schuchardt
2018-07-25
1
-0
/
+2
|
*
|
efi_selftest: test writing to file
Heinrich Schuchardt
2018-07-25
1
-0
/
+70
|
*
|
fs: fat: cannot write to subdirectories
Heinrich Schuchardt
2018-07-25
1
-1
/
+15
|
*
|
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
2018-07-25
3
-1
/
+14
|
*
|
efi_loader: check parameters of GetMemoryMap
Heinrich Schuchardt
2018-07-25
1
-10
/
+15
|
*
|
efi_loader: check parameters in memory allocation
Heinrich Schuchardt
2018-07-25
1
-0
/
+6
|
*
|
efi_loader: check parameters of CreateEvent
Heinrich Schuchardt
2018-07-25
1
-3
/
+32
|
*
|
x86: Add efi_loader bits to x86_64 linker script
Alexander Graf
2018-07-25
1
-1
/
+33
[next]