Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
hiomapd
/
c03b8af168c7478e5bedf0c9312d5f4233f205b1
/
test
5320f6e
mboxd: Add backend DBus interface and commandline options
by Andrew Jeffery
· 6 years ago
0297e5b
mboxd: Remove flash API compatibility shim
by Andrew Jeffery
· 6 years ago
f1e547c
mboxd: Add a backend abstraction layer to mboxd.
by Evan Lojewski
· 6 years ago
cb93504
flash: Introduce flash_validate()
by Andrew Jeffery
· 6 years ago
2dfc2a2
test/flash_copy: Configure MTD device to avoid undefined behaviour
by Andrew Jeffery
· 6 years ago
7c1588a
test/mbox: Assert that the flash fd is sane
by Andrew Jeffery
· 6 years ago
bf2417e
test/mbox: Use assertions for error handling
by Andrew Jeffery
· 6 years ago
c84b8f8
test: Add windows_equally_evictable
by Andrew Jeffery
· 6 years ago
2ebfd20
daemon: Remove the concept of triggering or suppressing events
by Andrew Jeffery
· 6 years ago
23a4821
transport: Switch transports as required on GET_MBOX_INFO
by Andrew Jeffery
· 6 years ago
26558db
mboxd: Refactor and rename mbox.h to mboxd.h
by Andrew Jeffery
· 6 years ago
b2466ee
transport: mbox: Rename *init_mbox_dev to *transport_mbox_init
by Andrew Jeffery
· 6 years ago
d86141b
transport: mbox: Rename dispatch_mbox to transport_mbox_dispatch
by Andrew Jeffery
· 6 years ago
5335f09
protocol: Provide abstraction over event notification
by Andrew Jeffery
· 6 years ago
c7d1947
vpnor: Hijack protocol rather than transport
by Andrew Jeffery
· 6 years ago
1e531af
protocol: Add get_info
by Andrew Jeffery
· 6 years ago
457a6e5
mboxd: Rename mboxd_msg to transport_mbox
by Andrew Jeffery
· 6 years ago
c1a67fa
windows: Rename init_windows to windows_init
by Andrew Jeffery
· 6 years ago
f593b1b
mboxd: Rename windows files
by Andrew Jeffery
· 6 years ago
cb9b210
lpc: Rename init_lpc_dev to lpc_dev_init
by Andrew Jeffery
· 6 years ago
cd18611
mboxd: Rename lpc source files
by Andrew Jeffery
· 6 years ago
0293f2f
flash: Rename write_flash to flash_write
by Andrew Jeffery
· 6 years ago
4f5d29c
flash: Rename erase_flash to flash_erase
by Andrew Jeffery
· 6 years ago
e0cdd3e
flash: Rename copy_flash to flash_copy
by Andrew Jeffery
· 6 years ago
dec6ca6
flash: Rename free_flash_dev to flash_dev_free
by Andrew Jeffery
· 6 years ago
d6b09bc
flash: Rename init_flash_dev to flash_dev_init
by Andrew Jeffery
· 6 years ago
eebc6bd
mboxd: Rename flash files
by Andrew Jeffery
· 6 years ago
b5685b3
test: bmc_event_ack_v2 must negotiate v2
by Andrew Jeffery
· 6 years ago
fd7e0d9
tests: Ensure we don't disable asserts
by Andrew Jeffery
· 6 years ago
efb09de
mbox_msg: Move handler table to struct mbox_context
by Andrew Jeffery
· 7 years ago
30bcf84
test: Move vpnor tests to vpnor directory
by Andrew Jeffery
· 7 years ago
53c21aa
vpnor: Isolate relevant code in vpnor directory
by Andrew Jeffery
· 7 years ago
8b91023
test: vpnor: Add create_write_window_unmapped
by Andrew Jeffery
· 7 years ago
e32f2c1
test: vpnor: Add create_write_window_rw_partition
by Andrew Jeffery
· 7 years ago
7c5a109
test: vpnor: Add create_write_window_ro_partition
by Andrew Jeffery
· 7 years ago
3da0de6
mboxd_windows: Shrink windows accessing the end of flash
by Andrew Jeffery
· 7 years ago
0d087f1
mboxd_windows: Reset evicted windows
by Andrew Jeffery
· 7 years ago
912c9bd
test: vpnor: Add create_read_window_remap
by Andrew Jeffery
· 7 years ago
929b421
test: vpnor: Add create_read_window_size
by Andrew Jeffery
· 7 years ago
d23affd
test: mbox: LPC reserve memory size is not MTD size
by Andrew Jeffery
· 7 years ago
3dce83d
test: vpnor: Add dump_flash test
by Andrew Jeffery
· 7 years ago
ca1dfc9
test: mbox: Add mbox_rspcpy()
by Andrew Jeffery
· 7 years ago
1a3f843
pnor_partition: Handle requests exceeding partition's actual size
by Andrew Jeffery
· 7 years ago
742a1f6
pnor_partition_table: Refactor to allow tests to specify patch location
by Andrew Jeffery
· 7 years ago
e9493ad
test: vpnor: Add write_patch_resize
by Andrew Jeffery
· 7 years ago
5bfc986
test: vpnor: Add read_patch
by Andrew Jeffery
· 7 years ago
2a4bee7
test: vpnor: Add ability to deploy patches in VpnorRoot
by Andrew Jeffery
· 7 years ago
730e3b0
test: vpnor: Add create_read_window_partition_invalid
by Andrew Jeffery
· 7 years ago
ae1edb9
pnor_partition_table: Raise exception for unmapped offsets
by Andrew Jeffery
· 7 years ago
2b73f17
test: vpnor: Add create_read_window_straddle_partitions
by Andrew Jeffery
· 7 years ago
7eed6de
test: vpnor: Add create_read_window_toc
by Andrew Jeffery
· 7 years ago
3c9bb3e
test: vpnor: Add create_read_window_oob
by Andrew Jeffery
· 7 years ago
bfe6f80
test: vpnor: Add toc_missing_file
by Andrew Jeffery
· 7 years ago
3376dac
test: vpnor: Add toc_lookup_failed
by Andrew Jeffery
· 7 years ago
a138f56
test: vpnor: Add toc_lookup_found
by Andrew Jeffery
· 7 years ago
4ca1aa5
pnor_partition_table: Disallow overlapping partitions
by Andrew Jeffery
· 7 years ago
f5a5138
test: vpnor: Add toc_overlap
by Andrew Jeffery
· 7 years ago
0f9fbd6
pnor_partition_table: Fixes for flag handling in writeUserData()
by Andrew Jeffery
· 7 years ago
9b25b59
test: vpnor: Add toc_flags
by Andrew Jeffery
· 7 years ago
a11a3b0
test: vpnor: Add toc_no_version
by Andrew Jeffery
· 7 years ago
50ab1de
test: vpnor: Add toc_no_end
by Andrew Jeffery
· 7 years ago
437c80f
test: vpnor: Add toc_no_start
by Andrew Jeffery
· 7 years ago
db49341
pnor_partition_table: Disallow ToC entries with start greater than end
by Andrew Jeffery
· 7 years ago
17bbf45
test: vpnor: Add toc_start_gt_end
by Andrew Jeffery
· 7 years ago
b02ef43
test: vpnor: Add toc_no_name
by Andrew Jeffery
· 7 years ago
8de4c13
test: vpnor: Fix partition sizes in create_read_window_partition_exists
by Andrew Jeffery
· 7 years ago
de90fdc
test: vpnor: Rename create_read_window_vpnor
by Andrew Jeffery
· 7 years ago
733cbe6
test: vpnor: Rename write_flash_pnor to write_patch and clean up
by Andrew Jeffery
· 7 years ago
24f4459
test: vpnor: Extract write_rw from write_flash_vpnor
by Andrew Jeffery
· 7 years ago
f050fcf
test: vpnor: Extract write_ro from write_flash_vpnor
by Andrew Jeffery
· 7 years ago
ad341a2
test: vpnor: Extract write_prsv from write_flash_vpnor
by Andrew Jeffery
· 7 years ago
a658253
test: vpnor: Reduce clutter by defining VPNOR_LDADD
by Andrew Jeffery
· 7 years ago
09cff3a
test: write_flash_vpnor: Remove unused macro
by Andrew Jeffery
· 7 years ago
32476cb
test: tmpd: Populate path members under struct mbox_context
by Andrew Jeffery
· 7 years ago
fe5cc8f
test: write_flash_vpnor: Integrate VpnorRoot
by Andrew Jeffery
· 7 years ago
097495c
test: tmpd: Make VpnorRoot the parent of ro/rw/prsv/patch
by Andrew Jeffery
· 7 years ago
0b657f4
create_read_window_vpnor: Integrate VpnorRoot
by Andrew Jeffery
· 7 years ago
812923d
test: tmpd: Replace createVpnorRoot() with VpnorRoot class
by Andrew Jeffery
· 7 years ago
d083efd
test: Add temporary directory helper for virtual PNOR tests
by Andrew Jeffery
· 7 years ago
9ecef79
create_pnor_partition_table: Extract helper for vpnor trees
by Andrew Jeffery
· 7 years ago
4fe996c
misc: Replace license blurb with kernel-style SPDX markers
by Andrew Jeffery
· 7 years ago
acee683
misc: Add license blurb to unlicensed files
by Andrew Jeffery
· 7 years ago
8598591
test: Move related tests to vpnor directory
by Andrew Jeffery
· 7 years ago
5345c51
test: Move tests to a separate Makefile fragment
by Andrew Jeffery
· 7 years ago
f34db31
Format C++ files according to OpenBMC style guide
by Andrew Jeffery
· 7 years ago
c2c0868
test: system: Return memory size rather than mtd size in LPC ioctl
by Andrew Jeffery
· 7 years ago
ee7af88
test: mbox: Type buf parameter to dump_buf() as `const void *`
by Andrew Jeffery
· 7 years ago
c314404
test: Update tmpf to store data in /tmp, reformat names
by Andrew Jeffery
· 7 years ago
cafb002
test: Fix memory leak in write_flash_vpnor
by Andrew Jeffery
· 7 years ago
2ad2132
vpnor table: Set base address to actual offset
by Adriana Kobylak
· 7 years ago
c71dfd7
vpnor: Add patch location
by Adriana Kobylak
· 7 years ago
e8b0e8a
vpnor: add partition version check to the TOC
by Deepak Kodihalli
· 7 years ago
d1d7930
vpnor: make PNOR block size configurable
by Deepak Kodihalli
· 7 years ago
2407f15
test: write the vpnor file(flash)
by Ratan Gupta
· 7 years ago
6a98e18
Read the partition file from the vpnor.
by Ratan Gupta
· 7 years ago
c0ef987
Read/write window property defines FFS partition file location.
by Ratan Gupta
· 7 years ago
3214b51
test: read window from partition file
by Ratan Gupta
· 7 years ago
393821d
pnor : generate partition table
by Deepak Kodihalli
· 8 years ago
90b92fe
Make the code compatible with c++ compiler
by Ratan Gupta
· 8 years ago
6f3197d
test: Set mbox_vlog in tests so we don't segfault
by Suraj Jitindar Singh
· 8 years ago
Next »